Search Results for 'ie'

  • Author
    Search Results
  • #59682
    Zed
    Cryout Creations mastermind

    Thank 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.
    #59677

    In reply to: Gallery ?

    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 159x240px

    Thank you

    #59660
    This reply is private.
    #59658
    Zed
    Cryout Creations mastermind

    I 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.
    #59513

    In 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.

    #59482

    I have the same question, in Tahuna I want one of my menu entries to link to a section on the homepage. Is that possible?

    #59456

    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.

    #59404

    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.

    • This reply was modified 8 years ago by jeffersA.
    • This reply was modified 8 years ago by jeffersA.
    #59277

    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.

    #59135
    kennedy
    Power User

    Roughly 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

    #59066

    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!

    #59065

    “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

    #59055

    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…

    #59013
    Zed
    Cryout Creations mastermind

    We’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.
    #59006
    Zed
    Cryout Creations mastermind

    Is 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.
    Zed
    Cryout Creations mastermind

    You 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.
    #58999
    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.
    #58996
    Zed
    Cryout Creations mastermind

    I 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.
    #58801

    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 file

    This 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

    #58746

    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

    #58706

    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 ?

    #58700

    What was the issue pointed out by @carnegie – that message is marked private. I’m wondering if there is any need to update to 3.0.4.
    Thanks,
    John

    Website: rnshs.ca

    #58682
    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.
    #58416

    Hi Zed

    Thanks for your reply. I understand that wordpress is using the page for posts and nothing from the pages properties is used.

    That is what I am asking about, is there some way to get wordpress to put an image between the menu and the first post.

    I have looked at the source code for the blog page and an other page and identified the bit of code that inserts the image. If I knew where the posts page is hidden I could insert the same line of code and it would then show the image.

    Is there any way to do this?

    Thanks

    #58411
    Zed
    Cryout Creations mastermind

    The gallery on the demo site is created using WordPress’ built-in gallery functionality. Its shortcode used (ignoring the image IDs) is:
    [gallery link="file" size="medium" ids="457,456,454,453,447,446,445,449"]
    The component images are set to link to the media files (not attachment page) and their pop-up view is accomplished with a Fancybox plugin.


    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.
    #58405
    Zed
    Cryout Creations mastermind

    The word limit is configurable in the theme’s options. The excerpts (preview) list normally displays the featured image assigned to the posts.


    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.
    #58404

    I’m using the most specific rules that I can and it didn’t work.
    Can’t you add an option that will make the using of child-theme more easy? like option to “inject” my child-theme style after all your files in the <head>, or if it’s already possible I’d like to know how to do that and get some directions, because I don’t have too much experience with child-theme in WordPress.

    Thanks,
    Ido.

    #58400
    angeljs
    Power User

    Hi, yes, I tried aligning left and it was fine.

    Thanks

    Zed
    Cryout Creations mastermind

    The site title HTML element used by the theme is different between the homepage and the other site sections (for SEO purposes). This makes it fall back to one font on the homepage and a different font on the other sections if its primary font selection is invalid.

    Enter the correct font identifier for the site title in the theme’s options and it will work consistently throughout the 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.
    #58391

    In reply to: Add more CTA buttons

    Zed
    Cryout Creations mastermind

    The CTA fields should be translatable in the plugin’s Strings feature.


    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.
Viewing 30 results - 991 through 1,020 (of 3,166 total)