-
AuthorSearch Results
-
March 7th, 2018 at 14:57 #60615
In reply to: Make dropdown menu button not clickable
Zed
Cryout Creations mastermindSee our custom menu tutorial:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-websiteAfter adding the menu item with # in its link field it, edit it once more and delete the # leaving the field empty. This will remove the link entirely.
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.March 7th, 2018 at 14:02 #60594In reply to: Video Background On Frontpage
Zed
Cryout Creations mastermindDepending on what you’re currently displaying on the homepage, that would be simple or not.
If you’re displaying a static page, then it should be no different than the rest of the singe pages you added the background on.If you’re displaying the posts list (or the theme’s presentation page feature which is an extension of the posts list), this behaves like a category/archive. Did you add the background video on other categories/archives? How?
Doesn’t the plugin provide a general way of setting a background video site-wide (CSS and/or script)?
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.March 5th, 2018 at 21:14 #60511In reply to: Sidebars showing below content
heinenmja
Power UserThis reply is private.March 5th, 2018 at 09:47 #60486In reply to: Can't see SUBMENU on Website
This reply is private.March 3rd, 2018 at 19:22 #60431In reply to: About Mobile Sidebar Responsiveness
Hey alaba is this still working for you? I deleted my W3 cache and it seemed to work at first but now it’s doing it again.
Sometimes it doesn’t though. But if you refresh the page it usually doesn’t work. Have you experienced any of this?
March 3rd, 2018 at 03:24 #60408In reply to: How to enable H1 tag in Tempera home page
Hi, sorry for my lack of skills in this field, I’m just a writer.
I have noticed about the titles of my posts are H2. In order to have better results in SEO I need to have the Title post H1 by default. I have more than a thousand entries.
Please, give me a hand in a very easy language please?
Thanks a lot,
Marcelo
Website: www.natura-medioambiental.com
February 28th, 2018 at 22:05 #60349This reply is private.February 28th, 2018 at 21:35 #60348In reply to: Fluida Woocommerce integration
This reply is private.February 28th, 2018 at 03:45 #60327kvalentk
Power UserThank you for replying, Keymaster. The problem that remained after I solved initial stuff by adding /#primary was with category pages, where you don’t set the Read More link manually. So every time the user selects one of these (for example at http://settingForth.pub > Help Me Write > Self-Help > category page display) the page reloads, goes to the top, and all that displays is the image.
I have found a workaround that I’m implementing now. It’s a plugin called Collapse-o-Matic that initially loads the entirety of each page/post, but with a specified portion hiddne. The user then clicks to display the hidden portion, and no reload takes place. This may cause a category page to load less quickly, so I’ll need to specify that fewer posts load, but that’s easy.
If there is a solution to this problem that I can make work on a category page, this will save me the trouble of having to open almost 100 posts and manually specify the portion of each that is to be hidden.
I would think that the solution to this should be included in an upgrade to Kahuna; it does seem an obvious need.
Thanks.
February 27th, 2018 at 23:22 #60317Zed
Cryout Creations mastermindFor best visual results, the menu items need to fit in the available space on the target screen sizes (and before the mobile menu is activated). If the menu items are too many for the screen, they will overflow and extend beyond one row.
Due to the complexity of the header there’s no magic fix for this yet. The solutions are to either limit the number of items to make the menu fit in one line (at least on the target screen size and larger) or activate the mobile menu earlier – when the menu no longer fits (using custom styling).
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 27th, 2018 at 19:53 #60284In reply to: Problem with menu hover header image
Zed
Cryout Creations mastermindFor best visual results, the menu items need to fit in the available space on the target screen sizes (and before the mobile menu is activated). If the menu items are too many for the screen, they will overflowand extend beyond one row.
Due to the complexity of the header there’s no magic solution for this yet. The solutions are to either limit the number of items to make the menu fit in one line (at least on the target screen size and larger) or activate the mobile menu earlier – when the menu no longer fits (using custom styling).
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 27th, 2018 at 19:01 #60279In reply to: Make dropdown menu button not clickable
Zed
Cryout Creations mastermindUse a custom menu, add a custom menu item to it and leave the URL field empty for that menu item.
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 27th, 2018 at 18:35 #60274In reply to: Fluida Woocommerce integration
Zed
Cryout Creations mastermind@ncesareo, that seems to be caused by some styling change in a recent WooCommerce update which combines with the theme’s styling applied on inputs in a bad way.
Use this CSS to reduce the padding on the quantity input:
.woocommerce .quantity .qty { padding: .7em .4em; }
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 27th, 2018 at 18:01 #60270In reply to: Mobile responsiveness
Zed
Cryout Creations mastermind@simons, you’re adding inline styling to the images, making them float left (so the text wraps around). This applies to all devices.
You have to disable the floating for mobile devices for the images/text to be better aligned on small screens, for example:
@media (max-width: 640px) { #pp-afterslider .ppbox img { float: none !important; margin: 0 auto; padding: 0 !important; display: block; } }
@Mezzent, same CSS can work for you as well.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 27th, 2018 at 14:19 #60266In reply to: Hiding Table Borders
Zed
Cryout Creations mastermindThe layout of the theme is not achieved with tables. The borders you are seeing around the content and sidebars are not table borders (so that option has no effect on them).
Those borders and their color is controlled by the theme’s third accent color option (together with other theme elements).
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 27th, 2018 at 01:04 #60238kvalentk
Power UserSecond update to this: The plugin was too complex for me to understand and for my needs seemed slow, though other users were praising it highly. However, through experimenting, I discovered that “/#primary” (without the quotation marks) appended to a page/post permalink works, triggering scrolling down to the page/post. So everything specified in the menu as a custom link ending in /#primary works, presumably because there is some coding associated with menus that preserves # as # instead of replacing it with %23. But when a post on a category page is accessed by clicking a Read More link on the excerpt, the # in the link is changed to %23. I can’t find a way to get around this. Nothing in Settings > Permalinks helps (# gets stripped out); I can’t find a plug-in that will do it. So, does somebody know enough to tell a newbie what to put in a function that would work to preserve # as #?
February 26th, 2018 at 06:36 #60222In reply to: slider in home page doesn't work properly on mobile
I tried fix it but still couldn’t fix this issue
February 22nd, 2018 at 17:48 #60119In reply to: Removing theme's images
Thank you… but I found that those images only displayed when the theme was previewed. After publishing, they disappeared, so the issue is resolved. Thanks again.
February 19th, 2018 at 12:18 #60041In reply to: Sidebars showing below content
Hi – currently the site is using ‘old style’ enqueueing of the parent theme but I did try with the newer style too. I’m pretty sure I tried with no child theme as well. I’ll have to give the update another try at a quiet hour. There are no modified theme files in the child theme, just a few add_action & add_filter hooks.
Old style is:
<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}New style tried is:
<?php
// enqueue parent theme styling
function child_parent_styling(){
wp_enqueue_style( ‘mantra-style’, get_template_directory_uri() . ‘/style.css’, NULL, _CRYOUT_THEME_VERSION ); // main
style.css
if (is_rtl()) wp_enqueue_style( ‘mantra-rtl’, get_template_directory_uri() . ‘/resources/css/rtl.css’, NULL, _CRYOUT_T
HEME_VERSION ); // rtl style.css
wp_enqueue_style( ‘mantra-child’, get_stylesheet_directory_uri() . ‘/style.css’ ); // child style.css
}
add_action(‘wp_enqueue_scripts’,’child_parent_styling’);-
This reply was modified 7 years ago by
Rufus.
February 18th, 2018 at 23:48 #60012No errors logged after accessing those pages. Also, no errors logged at the time of the theme upgrade.
No impact after changing POST EXCERPTS ON ARCHIVE AND CATEGORY PAGES to Full Post.
These actually aren’t “Category” pages. On the Menu page’s Screen Options, I selected Events and Event Categories in addition to the usual Pages, Posts, Categories, etc. These are dynamic Events and Events Categories pages.
February 18th, 2018 at 22:24 #60011Thanks for the quick answer!
Unfortunately I cannot figure out what colors to change to achieve this – I tried already quite a few combinations, nothing seems to work. Either I get a grey or a white background, but not white boxes around the post. There are also only color settings for the text and columns area on the presentation page but not for the post section…February 18th, 2018 at 17:50 #59992Zed
Cryout Creations mastermind1. WordPress displays a specific number of posts on the homepage – by default 10 (this number is configurable in WordPress’ Reading settings).
2. The height of the post blocks depends on the actual post content/excerpt (which would need to match in height).
3. The theme does not (and cannot, per the guidelines) provide such functionality. You’ll most likely need to look for a plugin to do this.
4. The theme is already optimized for this. However, repository themes are not allowed to include direct SEO functionality – you’ll need to use a plugin for this job as well.
5. The customizer preview does not switch between device layouts, it just emulates how your site would fit on a certain screen size.
The theme features multiple widget areas in its sidebar, some of which are always displayed before the content, some after the content and some not at all on mobile devices. Place your widgets as needed.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 18th, 2018 at 17:13 #59980In reply to: Fluida landing page not showing on Apple mobile
Zed
Cryout Creations mastermindThat sounds like Jetpack’s mobile theme feature being enabled on your site and replacing the active theme when viewed on mobile devices.
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 18th, 2018 at 17:05 #59977Funny, I had tried clearing my cache and even disabled the WP Supercache plugin on the site, but the menu still didn’t show up. I tried clearing my cache again a bit ago, and still nothing. Then I came back later after having restarted the browser, and the menu is there now. Go figure. I wouldn’t have wasted anyone’s time with this if clearing the cache had worked the first time. I put my URL in the box in case someone else might want to take a look in IE and confirm or negate what I’m seeing, though now it appears moot. As someone who is blind, the question always remains as to whether it’s my assistive tech failing me somehow.
By the way, For blind folks, the biggest worry about making a website is making sure it looks good. The Nirvana theme completely nullifies that worry. My wife, who is sighted, finds the look of this theme impressive, and she has a discerning eye.
Website: theblindkind.com
February 18th, 2018 at 16:56 #59976In reply to: Centralize header widget title and content
Zed
Cryout Creations mastermindI assume you manually copied the header socials HTML markup to your widget, as the header socials are not displayed in that location.
Try this CSS:
#header-widget-area #sheader { float: none; margin: 0 auto; display: table; position: static; }
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 18th, 2018 at 16:50 #59974In reply to: internal link on presentation page
Zed
Cryout Creations mastermindThe presentation page’s sections have unique identifiers (which you can see with the browser’s inspection/development tools) that can be used in custom menu items.
For example, to link to the second text area you can use#pp-textmiddle
in the URL field.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 18th, 2018 at 16:04 #59963In reply to: How do I get rid of the Elementor page title
Zed
Cryout Creations mastermindOne could ask the reverse as well: is Elementor compatible with Parabola?
Two extensions need to be aware of each other to work together correctly if they modify each other’s functionality. Since the theme does not modify any of the plugin’s functionality, it is the plugin that needs to be compatible with the theme, or be configurable and be able to have its processes adjusted to work in most cases.
There are thousands of themes and hundreds of content-related plugins (including page-builders) in the .org repository alone. It’s impossible for all of them to be aware of each other or compatible out-of-the-box.
If the plugin asks for element identifiers to properly perform its functions, then those identifiers should be set. Even then, due to the multiple ways a theme can work and behave in, compatibility still cannot be guaranteed.
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 18th, 2018 at 15:52 #59961In reply to: Are there child themes we can download?
Zed
Cryout Creations mastermindThe site’s general layout applies to the entire site, except individual (static) pages which are set to use a different layout page template.
Individual posts cannot be set to use a layout different from the general one.
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 15th, 2018 at 21:28 #59878In reply to: Search field appears instead of Slider
When I look at the generated source for the site it looks like that the code for the slider is generated and I can not find references to the search box.
But the page looks like this:
And the same is happening to the Instagram widget. I can find correct references to the Instagram images, but they do not show up.
Trond
Website: www.gulden.org/james
February 15th, 2018 at 05:06 #59858In reply to: text on home page will not display
Zed, thank you very much for this helpful reply. I have been going through the Fluida documentation, and really studying the Fluida theme itself, to make this web site right for my client. I really appreciate your time. Eric
-
This reply was modified 7 years ago by
-
AuthorSearch Results