-
AuthorSearch Results
-
February 23rd, 2019 at 16:32 #74539
In reply to: Integrating Custom Smileys
Zed
Cryout Creations mastermindw.org is a WordPress-controlled domain.
The fact that the smilies are loaded from that location may be either because of some form of caching/image optimization functionality (like that provided by Jetpack) or perhaps the WordPress team decided to “optimize” the smilies by loading them off-site.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 23rd, 2019 at 16:27 #74538In reply to: Overriding Theme Files with a Child Theme
Zed
Cryout Creations mastermindThe file path you indicated is not inside the theme’s folder.
There is no catch-all solution.
Some customizations can be achieved solely with CSS (which doesn’t require any file edits to accomplish).
Other customizations require adjusting code:
– if that’s WordPress core functionality then there’s usually a filter or an action that can be used to connect your custom code to;
– if it’s theme functionality sometimes there is a filter or action hook available, other times the whole function providing the functionality is pluggable and in some cases the change requires entire files to be replaced (via the child theme).The simplest/best solution varies on a case-by-case basis.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 23rd, 2019 at 12:34 #74533In reply to: Problem with settings in discussion form
Zed
Cryout Creations mastermindThe asterisk is present in the labels, however the theme does not use the labels but field placeholders.
You can revert to the classic labels using custom CSS:
body .comment-form-author label, body .comment-form-email label, body .comment-form-email label, body .comment-form-url label, body .comment-form-comment label { display: inline-block; } #comments input::placeholder, #comments textarea::placeholder { color: transparent; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 23rd, 2019 at 12:18 #74526In reply to: Footer backgroundcolor gradient
Zed
Cryout Creations mastermindThe footer has two sections:
body #colophon { /* widgets area */ }
body #footer2 { /* footer menu, socials, custom text */ }
Apply a custom CSS gradient background on whichever of those you wish to.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 23rd, 2019 at 12:16 #74525In reply to: Exclude blog posts from front page
Zed
Cryout Creations mastermindYou can use a plugin like this one (I am not sure if it still works with the latest WordPress releases) or exclude an entire category from the homepage.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 5th, 2019 at 10:49 #73409In reply to: Mobile device preview
Actually, I have recently updated the theme to the latest version, again the header color is changed to white just in mobile device preview.
Could you also let me know how can fix this as well.
Thank youWebsite: www.persianwonders.com.au
February 4th, 2019 at 22:18 #73398In reply to: Anima Plus Main menu not working properly.
Zed
Cryout Creations mastermindI believe we’ve tracked this down to being caused by CSS/JS minifying.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 4th, 2019 at 22:12 #73394In reply to: Mobile device preview
Zed
Cryout Creations mastermindYou can place styling customizations in WordPress’ Additional CSS field (in the Customize section).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 4th, 2019 at 17:29 #73362In reply to: Integrating Custom Smileys
Zed
Cryout Creations mastermindIf the location of the new files coincides with that described in the code, the new smilies should work. 10 & 3 are add_filter() parameters.
Make sure you also clear the cache (both on the site and in your browser).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 4th, 2019 at 17:23 #73360In reply to: Overriding Theme Files with a Child Theme
Zed
Cryout Creations mastermindSome files (which are recognized by WordPress, like functions.php, templates, content templates: page.php, index.php, post.php, archive.php, so on) are automatically detected when present in the child theme folder.
Other files (everything that’s not a core file and we’ve added to the theme ourselves) is not automatically picked up. These files can sometimes be included using additional inclusion calls, or their individual functions can be overridden by simply being present in the child theme files.
As a general rule, the child theme should contain as little content as possible (code, style) to maintain best compatibility with future theme updates. Try to avoid copying whole files (especially the style or functions file) directly from the parent theme.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 4th, 2019 at 17:13 #73358In reply to: Chrome issues: Single slide flickering
Zed
Cryout Creations mastermindSetting the slider delay time to 0 doesn’t stop the transition (and most likely Chrome tries to perform it every 0 seconds).
To disable the slider transition I suggest using a very large value instead (keep in mind this is in seconds, so a value of several hours should suffice).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 4th, 2019 at 17:09 #73357In reply to: New Google Captcha (Back Up Button & Search Bar)
Zed
Cryout Creations mastermindI believe the team that decided to add the badge at the exact location where most sites already had some kind of functionality (back to top button, cookies notification, so on and so forth) should have taken this under consideration.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 4th, 2019 at 04:57 #73326Hi, I’m finding this problem as well when viewed on an iPad (iPad Pro); click the top nav won’t trigger any sub-menus to open. Mind checking in to this to see what the issue may be?
Website: shccaustin.org
February 1st, 2019 at 14:01 #73261In reply to: Few Problems
Kay
Cryout Creations mastermindHi Harry,
Thanks for the feedback. Header image issues should be fixed in the next update.
I see you managed to hide the site logo.
To hide the text area titles add code to the Additional CSS field:
.lp-text-title { display: none; }
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.January 24th, 2019 at 20:22 #73021In reply to: Mantra 3.1 problem – links and selecting text
And another followup. I found that removing Mailchimp from the Widgets area was sufficient to fix the problem, just leaving a Mailchimp sign-up form on one of the pages. So the problem isn’t with the overall Mailchimp plugin, but just the particular use of it as a widget.
This is probably a reasonable work-around.January 24th, 2019 at 18:04 #73010In reply to: Mantra 3.1 problem – links and selecting text
A followup on the problem I posted about yesterday: I found that deactivating the MailChimp plugin on the site seems to fix the problem. The problem looks as though some javascript is disabling mouse actions on the post – unable to select text and link not working.
I have no idea how to deal with this interaction problem between Mailchimp and Mantra v3.1.0. My society really does need Mailchimp working, so people can sign up to our mailing list. Is there some hope of a solution, please?Website: www.rnshs.ca
January 23rd, 2019 at 06:06 #72970In reply to: Presentation page is enabled but not showing
Phila Hoopes
Power UserIn lieu of a response, I opened a ticket with my webhost and they identified and resolved the issue.
January 15th, 2019 at 19:24 #72720In reply to: Featured Icon Blocks Titles not centred
Francesca
Power UserLike you said, I found out that on http://www.ceip-formazione.it the problem is caused by a plugin (Ginger Cookie). But on http://www.vindicio.it/maremoto I have the same problem and it’s not the plugin’s fault. What can I do?
January 13th, 2019 at 22:36 #72673af_photo
Power UserThis reply is private.January 13th, 2019 at 16:52 #72658In reply to: AVOID LINK POST TITLES
Zed
Cryout Creations mastermindThe code edit I indicated applies to all posts and doesn’t apply to any (static) pages.
Pages do not normally appear in lists where their titles are clickable links.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 13th, 2019 at 16:44 #72656In reply to: Support ticket problems
Zed
Cryout Creations mastermindWe’ve tracked down an issue after a recent update with the spam check blocking the forms entirely in some instances. That is resolved now, sorry about the trouble.
1. The homepage is a special section for WordPress, which uses the site title, unless a static page is assigned as the homepage in which case that page’s properties will be used instead.
2. The menu behaviour is configurable in the theme options.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 13th, 2019 at 16:40 #72655In reply to: Gutenberg Error in 1.3.3 and 1.4.0
Zed
Cryout Creations mastermindHi Jamie,
Do things work if you temporarily switch to one of the default Twenty themes?If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 13th, 2019 at 16:27 #72651In reply to: Remove "website" field from comments
Zed
Cryout Creations mastermindAccessing theme or plugin files is a feature provided (or blocked) by WordPress, not the theme. However, editing theme files directly is generally bad practice (as such changes would be lost on every theme update). Customizations such as this need to be done either manually using a child theme or using alternative solutions (I remember there is a plugin in the repository which allows customizing comment form fields).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 13th, 2019 at 16:23 #72649In reply to: 3 Questions in Septera Plus
Zed
Cryout Creations mastermindHi Mike,
Based on your report we’ve tracked down an issue after a recent update with the spam check blocking the forms entirely in some instances. That is resolved now, so thanks again for pointing out the problem.
2. The tags are designed to appear in those particular locations. Theoretically they can be moved around, but that will require adjusting their styling as well.
3. You can make that customization permanent by placing the appropriate custom styling in WordPress Additional CSS field (in the Customize screen):
body .wp-caption .wp-caption-text { font-size: 12px; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 13th, 2019 at 15:54 #72639In reply to: General font not working after theme update
Zed
Cryout Creations mastermindThe general font option applies to all elements not covered by the other theme font options. If the other options are set to use a different font, that specific font will apply to the target element(s) instead of the general font.
Previous theme versions had a bug which made some font values to not apply (making the general font apply instead), which is corrected in the latest release.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 13th, 2019 at 15:39 #72638In reply to: Adjusting Menu Bar Search Box
Zed
Cryout Creations mastermindTry adding this CSS to the site as it is at this moment:
/* center form vertically in the menu bar */ body #access li.menu-main-search { margin-top: 9px; } /* center the search icon horizontally in the button */ body #access li.menu-main-search .crycon-search { padding: 0; } /* center the search icon vertically in the form field */ body li.menu-main-search .searchsubmit[type="submit"] { top: 0; } /* search icon color */ body li.menu-main-search .searchsubmit[type="submit"] { color: #fff; } /* search icon background */ body li.menu-main-search .searchform::after { background-color: #ec4b80; width:52px; height:52px; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 10th, 2019 at 14:47 #72557In reply to: Multi-language front page
NoPlaceLikeOutside
Power UserThis is sort of related I think. If not I will open a new request.
I use Polylang to have my site in two languages. I have two main categories, from which I would like to show the latest post on the landing page.
The problem: Polylang creates different categories (with different slugs) for both languages. If I use the ‘Featured Boxes’ with ‘Boxes Content’ set to ‘All categories’, Polylang filters for bot languages the posts and everything is fine. When I want to show a specific Category however, I have to choose one but than this will be or in Dutch or in English.
I was wondering if the Plus feature ‘Posts Layout and Filtering’ would allow me to still select ‘All categories’ and in the mean time use the plus feature to filter down on a specific category.
Website: noplacelikeoutside.be
January 5th, 2019 at 16:27 #72406In reply to: Gutenberg & Tempera
This reply is private.January 5th, 2019 at 13:28 #72404In reply to: Change headings font size
Thanks for pointing that out. But my problem is that in Customizing -> Typography -> Content fonts, the headins parameters is already set at 100%. My issue is that even at 100% it’s still too big compared to the text. And I don’t want to use heading 4 instead of heading 2 just to get the adequate site. It would mess the SEO efficiency.
My question is then, can be add a css line that would make heading sizing even smaller?
For now I just added;
h2 {
font-size: 25px
}
For example, but maybe there is a way to do all at once and keep the same heading proportions.Thanks for your help.
Website: brainfuelness.com
January 5th, 2019 at 12:39 #72401In reply to: Powered by link redirects to the incorrect website
Yes, I the only file edited is funtcions.php with the code posted in a previous post in this thread. The style.css file only contains the following:
/* Theme Name: Kahuna Theme Child description: >- Kahuna Child Theme Author: Claudia Template: kahuna Version: 1.0.0 Text Domain: kahuna-child */
My css changes were made from the theme custom css tab when clicking Appearance and then Customize option. The changes that I did, were the ones posted in a previous post in this thread.
I’ve also tried to deactivate all my plugins and I got the same the result.
Thanks
-
AuthorSearch Results