-
AuthorSearch Results
-
July 9th, 2019 at 16:46 #84074
In reply to: Top Menu Color Changes & Title
Zed
Cryout Creations mastermindThe text displayed on top of the static slider image is configurable through the theme’s (static) slider caption options. Upon theme installation this text copies the value set on your site title and tagline, but is then administered separately.
Which color options are you adjusting?
The menu has different positioning options. On your site it is currently set to be displayed over the header image – perhaps you want to set it to ‘normal’ (to have it above the header image).
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.July 9th, 2019 at 02:42 #84011In reply to: H1 tag on Parabola "Presentation" Page
Freem32
Power UserHi Zed,
You say that I am not using the “Site Title”… Can I use the Site Title by changing the Parabola Settings –> Header Settings –> Site Header… enabling the “Site Title & Description”? If so, I did that.
Am I correct to assume that Search Engines will now pick-up my Site Title from my text in my Parabola Settings –> Presentation Page Settings –> Extra Text –> Top Title?
If not, I need some help pointing me to the correct method…
* Also * I just noticed another problem… The text from my Parabola Settings –> Presentation Page Settings –> Extra Text –> Top Title… is not showing on my website. An older version of my Top Title is still showing instead. and no, this is not a “clear browser/cookies” issue.
Do I need to open a new ticket for this problem?
Please advise / Thanks,
Mark
Website: activecaribbeantravel.com
July 4th, 2019 at 14:36 #83821In reply to: Remove grey line above the footer
Hallo. Hope you’re fine. I tried it but didn’t worked. 🙁
And I rated the theme 5 stars.
Regards,
Irina
June 29th, 2019 at 10:58 #83560In reply to: Getting rid of the author box
Zed
Cryout Creations mastermindThe author box is displayed when the author has anything entered in the biography field. Leaving that empty hides the box. Additionally, the box can be hidden with CSS:
.single #author-info { display: none; }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.June 28th, 2019 at 16:57 #83533In reply to: not working at IE
I’m trying right now in IE 11, in two different PCs. It only shows the loading page (three dots), and never finishes to load the website.
June 27th, 2019 at 19:45 #83508This reply is private.June 27th, 2019 at 14:08 #83480Zed
Cryout Creations mastermindIf WooCommerce extends the base template hierarchy, you should be able to create a dedicated template file for a single product with which to control the layout.
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.June 27th, 2019 at 13:49 #83466In reply to: UNCATEGORIZED
Zed
Cryout Creations mastermindDouble check that your posts are actually assigned to categories (categories may exist and be empty in WordPress).
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.June 25th, 2019 at 16:58 #81246In reply to: Translating the slider with Polylang
Sorry for the long delay in my reply. I did tried to disable anything and still no success. I do see the list of the translation strings that refer to the theme. I really cannot understand what is wrong with that.
However, I installed the latest version and I can see that there is the option to add a custom slider. Do you think I can get around this problem by using a custom slider and its translation perhaps ?
June 10th, 2019 at 04:48 #78439In reply to: UNCATEGORIZED
I have categories, wordpress ignores them and displays “uncategorised”
its only been doing this since I installed this theme
Zed
Cryout Creations mastermindThe background color and the padding create a semi-transparent dark rectangle behind the text (to make it easier to read over the image).
If you don’t like that, remove those two CSS lines.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.June 6th, 2019 at 20:35 #78381In reply to: Polylang Landingpage
Zed
Cryout Creations mastermindThere is currently limited support for multi-language categories in the featured boxes with Polylang. We are looking to find the best way to extend this support.
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.May 28th, 2019 at 12:01 #78060In reply to: Multi-language front page
Same problem as @Christoph.
Not the posts from selected category but all posts are displaying in second languages. It happens in Featured Boxes 1 & 2 on my landing page. Although I have translated all post content and categories using Polylang to link them together.Plus, encrypt in Featured Icon boxes only work on primary language but display full content when in second language.
I have used the workaround but seems cannot fix the problem:
if ( function_exists( ‘pll_get_post’ ) ) {
$page = get_post( pll_get_post($pageid, get_locale()));
$pageid = pll_get_post($pageid, get_locale());
} else {
$page = get_post( $pageid );
}Website: www.causewayeducation.com
May 25th, 2019 at 17:34 #78005In reply to: Show Jetpack Cookie Banner on Landing Page
Hello,
I meanwhile installed another Cookie banner plugin, which works. So I think this thread is obsolete.
Thanks anyway!
May 24th, 2019 at 21:02 #77977In reply to: How to have header titles in the shop ?
Zed
Cryout Creations mastermindWooCommerce does not provide a function to retrieve the titles for its sections and the ones returned by WordPress core functions are sometimes incorrect because they occur outside the main loop (header titles are processed before the main loop starts).
Due to this we cannot enable the header titles feature on WooCommerce sections.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.May 24th, 2019 at 20:47 #77969In reply to: Show Jetpack Cookie Banner on Landing Page
Zed
Cryout Creations mastermindI see a cookie banner message on your homepage as well. Was it a refresh delay due to caching or did you find the solution in the meantime?
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.May 24th, 2019 at 20:27 #77965In reply to: Switch The Two Sidebars Position on Mobile
Zed
Cryout Creations mastermindThanks to the theme’s advanced layout options, the sidebars functionality is buried pretty deep in the code.
You can find the tempera_get_sidebar() function in includes/theme-functions.php.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.May 24th, 2019 at 20:22 #77964In reply to: Translating the slider with Polylang
Zed
Cryout Creations mastermindSo you see the slider-related field in Polylang’s strings list? Then the translations should work.
Double-check that nothing is interfering with Polylang by temporarily disabling all other active plugins.
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.May 13th, 2019 at 19:59 #77667mike-premier
Power UserThe presentation page is set for 3 columns per row. Currently, they are being displayed as 1 column and type is very small. Also, the search feature is showing in the menu bar.
As for the child theme, I believe there are very minimal style changes. This is a site we inherited so I am not sure what else is there. Looks like BG image and some hidden items. Here is the theme code:
—–BEGIN—–
#forbottom, #main{
background-image:url(“../../uploads/2016/01/01/Beige-background.png”);
}div.nivo-controlNav{visibility: hidden;}
#topbar{visibility: hidden;}
div#footer2 span{visibility: hidden;}
—–END—–Website: windmillridgewinery.com
May 12th, 2019 at 19:03 #77631Zed
Cryout Creations mastermind@Backflipte, what version of Tempera did you create the child theme with and what code does it use to enqueue the style files?
@mike-premier, your site’s styles appear to be loaded in the correct order. What functionality (if any) is the child theme customizing? You can use the support form for faster replies.-
This reply was modified 7 years ago by
Zed.
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.May 12th, 2019 at 18:49 #77624In reply to: Presentation page changes not saving
Zed
Cryout Creations mastermindThe ampersand is not a problem. The problem is in the use of HTML entities in the text fields (HTML entities all begin with an ampersand in encoded form). This issue is dependent on server configuration so it may appear or disappear without your intervention (if the server administrators change configuration in the meantime).
If I could see a settings export I could pinpoint where the problem is (if there is one).
As I’ve said in my first reply, this is the most usual cause of the problem you’re describing, but we’ve also encountered plugin-caused issues that generated the same behaviour.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.May 10th, 2019 at 14:17 #77589In reply to: not working at IE
Zed
Cryout Creations mastermindWhich version(s) of Internet Explorer are you testing with?
The theme should look acceptable and follow the correct layout even on IE 9. We don’t support older versions though.
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.May 10th, 2019 at 14:14 #77586In reply to: PHP compatibility warning
Zed
Cryout Creations mastermindThat message has nothing to do with the theme.
You have an improperly specified constant in your WordPress’ wp-config.php file. Most likely the constant is not quoted when its value is checked.
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.May 10th, 2019 at 14:00 #77584In reply to: shortcodes in “Custom Footer Text”
Zed
Cryout Creations mastermindThe documentation is not entirely correct there. Shortcodes are currently only supported in Parabola’s footer text field – we’ll extend this in the next updates for the other themes.Edit: All current theme versions support shortcodes in the custom footer text field.
-
This reply was modified 7 years ago by
Zed.
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.May 7th, 2019 at 19:10 #77513Hi, Zed.
Thanks for responding.
Yeah, I know… This is a client’s website, and I am trying to get it updated.
I understand. Any solutions to the issue?Thank you!
May 1st, 2019 at 20:45 #77408In reply to: Presentation page changes not saving
I’ve tried resetting the presentation page to defaults and that doesn’t work either. Any other ideas? I’m wondering if I need to scrap this theme altogether.
April 29th, 2019 at 22:18 #77371In reply to: Presentation page changes not saving
Thank you for your response Zed. I exported the theme and searched and I did find 2 ampersand signs and deleted them from the theme settings. I was still unable to save the theme. I then made the change in the exported theme and tried to import it and that still doesn’t work. I’ve tried deleting all the info in all 3 text areas as well as the custom footer box (that was where the other & was located) and leave them blank and it will still not save. I am using the most recent version of Wordpess, Nirvana, and all my plugins are up to date. I’ve also tried deactivating a couple of my most recent plugins and that hasn’t helped either. Anything else I might be missing?
April 28th, 2019 at 22:03 #77320In reply to: Presentation page changes not saving
Zed
Cryout Creations mastermindThere’s most likely a HTML entity in one of the theme’s input fields. Some server configurations are wonky and cause this issue when a form submission includes such data.
Try saving a theme settings export and search that file for the ampersand sign (&) which precedes all HTML entities in escaped format.
If you find one, see in what field it is present and remove it from the theme’s input in the settings page and retry to save.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.April 26th, 2019 at 15:47 #77215In reply to: Anima Plus Main menu not working properly.
Zed
Cryout Creations mastermind@7yeqie, your main navigation does not include any sub menu items.
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.April 15th, 2019 at 11:32 #76808Thanks for replying. I think it’s a bit of a shame that the masonry effect is not used in the sidebar widgets too, because I think it would be aesthetically more pleasant with it.
I eventually solved the issue by using a plugin to hide some widgets in mobile/tablet view, and making sure that they were roughly the same height to minimise the gaps between them.Website: lady-snowblood.net
-
This reply was modified 7 years ago by
-
AuthorSearch Results