-
AuthorSearch Results
-
February 14th, 2018 at 01:58 #59815
In reply to: Customize Preview different then site
Help,
I’m trying to add amazon to my custom widget right sidebar, and it doesnt show when live, but when i go to customize it… Its there. What causes this??
Website: www.smartjointpainrelief.com
February 13th, 2018 at 11:34 #59771In reply to: Multilingualism bug in Landing Page
Hello J.R,
I just tried the solution posted by Zed, by modifying the
function anima_ipblocks()
in the
/includes/landing-page.php
file fromif (function_exists('pll_get_post')) { $page = get_post($pageid); }
to
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); }
Regards.
-
This reply was modified 7 years ago by
Strasbourgeois.
February 12th, 2018 at 05:02 #59729In reply to: Can't Disable Presentation Page
Yes, page layout is set to two-column with a header in Nirvana, and all pages except the home page do appear that way.
In addition, I just now tried explicitly setting the template in WP Page Attributes to “Two Columns, Sidebar on Right”.
Same result.
Website: www.ideatreelive.com/music
February 11th, 2018 at 17:34 #59717In reply to: How to add padding to blog page or blog posts?
Thank you very much! The CSS worked! I tried the options under the lay-out section, but I didn’t want all the content padded (the colored rows and the top images) so that didn’t work. But this CSS does. Thanks again for your help!
February 11th, 2018 at 16:17 #59704In reply to: Add opt-in pop up code
Zed
Cryout Creations mastermindThat is a shortcode, which can be added either inside post/page content, inside a widget (which processes shortcodes) or inside the theme’s text fields (which also process shortcodes).
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 11th, 2018 at 15:45 #59696In reply to: Featured Icon Blocks – Polylang (?)
Zed
Cryout Creations mastermindPlease see this post:
https://www.cryoutcreations.eu/forums/t/multi-language-front-page/?view=all#post-54385If 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 11th, 2018 at 15:22 #59690Zed
Cryout Creations mastermindThe landing page sections all have unique identifiers which can be used in links to make the browsers skip/scroll to them:
- #lp-blocks1
- #lp-text-one
- #lp-boxes-1
- #lp-text-two
- #lp-boxes-2
- #lp-text-three
- #lp-posts / #lp-page
- #lp-text-four
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 11th, 2018 at 14:18 #59682In reply to: CTA fields have disappeared in Customizer
Zed
Cryout Creations mastermindThank you for pointing out that the CTA button fields are missing. We’ll get them right back.
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.Hi,
I tried several themes, with different widths, no worries,
The problem is only with your themes.
Already the pictures appear larger than with other topics.– 344x520px with your theme
– With Twenty Seventeen 159x240pxThank you
February 10th, 2018 at 21:59 #59660In reply to: Sidebars showing below content
This reply is private.February 10th, 2018 at 21:57 #59658In reply to: computer not shutting down
Zed
Cryout Creations mastermindI believe you are looking for Parabola GNU/Linux:
https://www.parabola.nu/This forum is for our Parabola WordPress 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 8th, 2018 at 05:39 #59513In reply to: Post Template
Adding Posts to Pages
I found a plugin that will do this, and put it in a grid with thumbnail and except just like the theme has built in. It uses the category of your post to put it on that categories page. you can customize button to match this theme’s colors ect.. Hit me back if you want the plugin name.
February 7th, 2018 at 16:19 #59482I have the same question, in Tahuna I want one of my menu entries to link to a section on the homepage. Is that possible?
February 7th, 2018 at 04:34 #59456In reply to: computer not shutting down
I installed it via the install tool on the LXDE 2.2.1 OpenRC release & its still just hanging instead of rebooting. I guess I’m going to attempt the beta version… I will keep checking here the next few days! Very excited to have a 32-bit OpenRC arch variant! I use Artix on all my x64’s & debian-based distros are giving me grief on this particular netbook.
February 5th, 2018 at 17:03 #59404In reply to: Tablet & Phone Header area issues
I hope this is ok to post but I have a tempera site (meguk.ac.uk) with responsiveness set on and a presentation page with no slider but several cryout columns enabled. Posts are disabled on the presentation page. On android smartphones and iphones we seem to get the collapsed menu and header image and then
Nothing Found
Apologies but no results were found for the requested archive. Perhaps searching will help find a related post.
Under this is a search box.
Any help appreciated.
Jeff.
February 2nd, 2018 at 13:45 #59277In reply to: Transition Effect 'Slide' broken in Firefox 58.0.1
It appears to be some kind of a timing problem which I confess I don’t really understand…
But as an experiment I modified …\plugins\cryout-serious-slider\resources\slider.js as follows:after line 253 I added 2 functions:
`function simulateClick() {
var event = new MouseEvent(‘click’, {
view: window,
bubbles: true,
cancelable: true
});
var body = document.getElementsByTagName(“body”)[0];
body.dispatchEvent(event);
}function runSim(count) {
window.setTimeout(function () {
simulateClick();
count -= 1;
if (count > 0) {
runSim(count);
}
}, 10);
}`in Carousel.prototype.slide after line 219 I added:
runSim(10);
This doesn’t explicitly add time to the Transition Duration but the additional thread
activity permits the slide image to get properly loaded before the slide animation starts,
eliminating the blank slide.January 29th, 2018 at 17:08 #59135In reply to: Star ratings for products not working
kennedy
Power UserRoughly correct. At some point in late 2016, the ability to star-rate products stopped working.
When I view comments (I can send screenshots) products reviewed before the end of 2016 have a star rating drop down option. But viewing comments created after that time, there is no option for a drop-down rating, even though the product has been reviewed. And require star rating is selected for.
Not able to create a star rating for…
https://www.sigridnaturals.com/shop/comfrey-healing/But this product has a star rating:
https://www.sigridnaturals.com/shop/back-to-the-garden/But if you were to review this product today, there is no option/requirement to star rate it.
Website: www.sigridnaturals.com
January 28th, 2018 at 18:15 #59066In reply to: Update to Fluida 1.5.0 removes widgets
In general I am very satisfied with the CC themes. For some reason I could not drag&drop the widgets, so I had to edit them one by one.
Normally you just hit the Update-Button, this was a bit unexpected but problems are solved now.
Keep up the good work!January 28th, 2018 at 17:47 #59065In reply to: RENDEZ MOI L'ANCIEN MANTRA
“The forum topic I’m pointing to also indicates how to return to a previous theme version – the info is in the last paragraph.”
Merci de me donner un lien ou est le “dernier paragraphe, ou une copie écran; je ne le vois pas
January 28th, 2018 at 10:04 #59055In reply to: Sidebars showing below content
I’m having the same issue, sidebar (on right) shows below content. Can’t figure what’s causing it. I use a child theme but tried removing all customizations and no joy. I’ve even copied the site elsewhere (using WP Migrate DB to preserve theme config) and bizarrely the copied site seems to work fine so I’ve no idea what’s going on. I tried as much as possible to eliminate the problem being caching of some description. Maybe I should copy the site and then re-import it…
January 27th, 2018 at 17:54 #59013In reply to: How to add padding to blog page or blog posts?
Zed
Cryout Creations mastermindWe’d need and example or sketch of what you are trying to achieve.
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 27th, 2018 at 17:41 #59006Zed
Cryout Creations mastermindIs your new text displayed in the field after clicking the Save button and the page reloading? (you can re-open the flap section by clicking its title).
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 27th, 2018 at 17:40 #59005Zed
Cryout Creations mastermindYou can place custom styling in the theme’s Custom CSS filed (in its settings page), in WordPress’ Additional CSS field (in the customizer) or use a custom CSS plugin of your choice to apply extra CSS to the site.
You don’t need to modify any files.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 27th, 2018 at 17:23 #58999In reply to: Sidebars showing below content
Zed
Cryout Creations mastermind@mezhaheleena, I see you are using a child theme in which you’ve copied Mantra’s style in its entirety. This is generally a bad idea since it can create issues when updates bring styling changes (which the child theme will then overlap).
The child theme should only contain the customized styling rules or new ones.
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 27th, 2018 at 17:09 #58996In reply to: No slide transition animation
Zed
Cryout Creations mastermindI believe you are using another plugin which also uses Bootstrap and loads its own script methods, which override the slider’s.
Try to temporarily disable the ‘responsive-accordion-and-collapse’ plugin to check if the slider animations return, then let us know if this is the plugin that it is conflicting with so we can investigate further.
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 25th, 2018 at 09:11 #58801In reply to: Woocommerce and Tempera
update…
just discovered child themes (very new to WordPress)…
I followed the WordPress codex on creating a child theme and then also noticed this line in the quantity-input.php fileThis template can be overridden by copying it to yourtheme/woocommerce/global/quantity-input.php
so I reinstated the original file in the tempera theme and copied it as suggested to my child theme and modified as I mentioned in my previous post and not I have the “working” quantity control in a child theme so have to worry less about Tempera theme updates. I will of course still check this quantity control issue when Tempera is updated in case a solution is included but at least I have a workable solution for now.
I’ll still play around some more to try get the quantity control to be a little narrower, just for visual aesthetics…Website: www.castlecrafts.co.za/shop
January 24th, 2018 at 10:59 #58746In reply to: Sidebars showing below content
There seems however to be some sort of strange thing happening here, that the developers’ team may want to look into. On our QA site, I have articles that display the sidebar below content (http://qa.woxx.lu/1917-part-1/) and most others that look fine (http://qa.woxx.lu/alte-und-neue-kriege%e2%80%a9-denken-statt-schiessen/). Still waiting before upgrading, although most of it looks fine with necessary CSS tweaks 8^)
Website: qa.woxx.lu
January 23rd, 2018 at 11:50 #58706In reply to: RENDEZ MOI L'ANCIEN MANTRA
Si on choisit un thème c est qu’à priori nous ne sommes pas informaticiens, et pas capable de monter de toute pièce un site.
Il bazarde l’ancienne version comme si nous étions tous des professionnels capables de reprendre tous leurs changements !!!!!!!! Ils ne pouvaient pas appeler la nouvelle version “mantra 2” et laisser l’ancienne ?????
On fait comment maintenant ? on change d’hébergeur ? et on en trouve un qui respecte un peu plus ses clients ? ou on passe un diplôme d’informaticien ?
January 23rd, 2018 at 00:32 #58700In reply to: Changes in the 3.0 update
January 22nd, 2018 at 18:22 #58682In reply to: Changes in the 3.0 update
Zed
Cryout Creations mastermind@carnegie, thank you for pointing out this issue; it is fixed in 3.0.4
@brendan, we have not supported the relative dimensions layout since Mantra 2.0.2 (released in 2013) and we disabled it on new theme installs in 2.6.1.
Finally we removed the option completely in the 3.0 release because using it with the new styling changes would have resulted in a broken 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. -
This reply was modified 7 years ago by
-
AuthorSearch Results