Forum Replies Created

Viewing 30 posts - 83,731 through 83,760 (of 93,532 total)
  • Author
    Posts
  • in reply to: WPML hommage traduction #547341

    Hi,

    Thanks for the login, though you misspelled temporary :-)

    Could you try to disable all other plugins except WPML to see if one of them is causing a conflict? Also be sure to clear the cache from your caching plugin.

    Thanks,
    Rikard

    in reply to: Switch to Responsive Layout Sooner #547338

    Hi,

    I’m not sure I understand what you mean by that but no customisation would be 100% certain to work forever, overriding with a child theme is WordPress standard and it will do what you are looking to achieve, could you try it out?

    Regards,
    Rikard

    Hi Tim,

    If a third party plugin is causing the issue I would recommend you to look for an alternative which hopefully will work better with the theme.

    Best regards,
    Rikard

    Hi @asthyanax,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Please try to explain your problem a bit further as well, did you build 100s of posts without the functionality you would like?

    Best regards,
    Rikard

    in reply to: Hotspot, shift the tooltip #547330

    Hi Thierry,

    Not sure what you mean by that, are you looking to move it? Please try to explain a bit further and link to the site in question so that we can have a closer look.

    Regards,
    Rikard

    Hi,

    I created a test page (private) but I couldn’t see any problems. Are you adding any html markup maybe? Unclosed html markup can break the builder. Please try to be as exact as possible as what you are adding to produce this error.

    Best regards,
    Rikard

    in reply to: Changes not saving #546878

    Hi,

    Did you try it again and did you have any luck? If the theme was reinstalled properly it would work as expect as it does for most users, if this was the default way the theme worked it would not work at all for anyone if you know what I’m trying to say here. So, if you have a clean installation of the theme the problem could be a plugin conflict, I know that you already tried this but please try to keep all plugins deactivated to avoid any conflicts. There are several Javascript errors when adding a new page so I believe the problem is a conflict with a plugin. Could you try to do that again please?

    Regards,
    Rikard

    in reply to: avia layout builder unpredictable behaviour #546876

    Hi relativ6,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Also, a step by step instruction on how to reproduce the error would be much appreciated as well.

    Thanks,
    Rikard

    in reply to: Display subtitle in postslider shortcode #546873

    Hi,

    Hehe, we all know that feeling :-) Glad you got it fixed and thanks for sharing the solution.

    Regards,
    Rikard

    Hi rickyporco,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Child Theme Not Overriding Parent #546871

    Hi,

    You might have to add the !important statement to it in order to override the current setting:

    h1 {
    color: #3ea9f5 !important;
    }

    If you are looking to customise your headers I would recommend you use the Advanced Styling section under theme options instead though.

    Thanks,
    Rikard

    in reply to: My web site is very slow #546869

    Hi,

    You are welcome :-)

    Cheers!
    Rikard

    in reply to: Switch to Responsive Layout Sooner #546868

    Hi,

    If you are running a child theme you should only have to do it once: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    Best regards,
    Rikard

    in reply to: Preview in list of posts when clicking a tag? #546866

    Hi,

    No, all your settings should still be there, you’re not deleting them, only deactivating them.

    Regards,
    Rikard

    in reply to: sections overlapping #546865

    Hi rudtek,

    I couldn’t see anything like what you are describing in Chrome, in what browser are you seeing it? Please post screenshots of the issue since I might have misunderstood you.

    Thanks,
    Rikard

    in reply to: memberships log in #546861

    Hi,

    I’m not familiar with that plugin, could you try to ask the question to the plugin developers to see what they have to say? If you are looking to redirect there are most likely plugins with that functionality available as well.

    Thanks,
    Rikard

    in reply to: HTTP Error Uploading Images – Not size issue #546860

    Hey Terri,

    I uploaded an image without any problems (in private), but I got these error messages after uploading:

    Notice: js_locale in /home/content/85/11249485/html/thankyouwaltdisney/wp-content/plugins/ultimate-timeline/includes/acf-field-date-time-picker/date_time_picker-v4.php on line 378

    Notice: Undefined variable: js_locale in /home/content/85/11249485/html/thankyouwaltdisney/wp-content/plugins/ultimate-timeline/includes/acf-field-date-time-picker/date_time_picker-v4.php on line 392

    Please try to clear your browser cache and reload a few times since it might be a caching issue. If not the please send us the image your are getting the error from.

    Regards,
    Rikard

    in reply to: Gallery not woking correctly #546858

    Hey Carmen,

    It’s looks like a plugin conflict, could you try deactivating all plugins to see if one of them is causing a conflict? If not then please send us login details. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    in reply to: Remove sidebar from post for use Enfold with WP Courseware #546854

    Hey Judith,

    Not 100% I understand what you are trying to do but you can select not to display a sidebar on a page in the Layout menu to the right in the edit screen of the page. Please link to the site in question and try to explain a bit further what you are looking to achieve.

    Best regards,
    Rikard

    in reply to: Mega Menu Issue! #546848

    Hi,

    Thanks for the login, though the account seems to not have admin rights, could you set it to admin please?

    Regards,
    Rikard

    • This reply was modified 10 years, 4 months ago by Rikard.

    Hi,

    I’m not sure what you mean by that, do you want to display breadcrumbs in the sidebar instead of the header?

    Best regards,
    Rikard

    in reply to: 413 Error in loading content to Enfold Theme #546836

    Hi Nick,

    Ok, we’ll keep the thread open for you if you should need any further help.

    Best regards,
    Rikard

    in reply to: Child Theme #546835

    Hi AmericanMetroPOS,

    If they are WordPress core files then they will trump the parent file in a child theme, but if they are theme specific files it might be a bit more tricky, could you list the files you have changed please?

    Thanks,
    Rikard

    in reply to: header and menu not/not correct visible on mobile #546834

    Hi famewebdesign,

    You’ve got the following code in layout.css, please try to remove it or change the height value to the height you would like to display the header in:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: auto !important;
    }
    }

    Regards,
    Rikard

    in reply to: Testimonials not animating #546831

    Hi,

    You are still getting Javascript errors on the page, are you positive that you overwrote all files of the installation? You could try activating debug mode in order to see shortcodes and then copy/paste the shortcodes to a new page to see if that helps: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Rikard

    in reply to: Homepage issue #546828

    Hi,

    Could you try deactivating all plugins to see if one of them is causing a conflict?

    Thanks,
    Rikard

    in reply to: Questions! #546827

    Hi,

    Both solutions work for 1 and 2, please try to clear you browser cache and reload the page. If you can’t work out how to do it then send us a temporary admin logon and we’ll do it for you. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    in reply to: translate breadcrumb into German #546826

    Hi Susanne,

    You could try one of the following translation plugins:
    https://wordpress.org/plugins/loco-translate/
    https://poedit.net/wordpress

    Regards,
    Rikard

    in reply to: (Ajax) Search option on mobile devices! #546825

    Hi Roy,

    I’m sure it’s possible but it might require changes which are out of scope for our support, but send us a screenshot highlighting how you would like it to look and we’ll see what we can do. I think it looks good already though.

    Thanks,
    Rikard

    Hi,

    I think that will be difficult since it’s already at the bottom of the containing element, could you try maybe placing it inside it’s own like a paragraph to see if that helps?

    <p>
    Your facebook code here
    </p>

    Thanks,
    Rikard

Viewing 30 posts - 83,731 through 83,760 (of 93,532 total)