Forum Replies Created

Viewing 30 posts - 57,841 through 57,870 (of 92,903 total)
  • Author
    Posts
  • Hi,

    Thanks for that, the option you are looking for is under Enfold->Main Menu->General. I changed it there so your regular menu is now showing for larger screen sizes.

    I can’t see the Propulsion option you are referring to, did you try clearing your browser cache and reload the site?

    Best regards,
    Rikard

    in reply to: Header widget area styling #896050

    Hi,

    No, you wouldn’t be able to position them under the menu, unless you use custom CSS. Either option you would like to take, I think you will have to spend a lot of time to get those buttons looking right to be honest. Your easiest option would be to leave them on the same line as the rest of the menu.

    Best regards,
    Rikard

    in reply to: Locally hosted video not showing correctly #896049

    Hi John,

    Ah ok, we can’t change the user name unfortunately.

    Best regards,
    Rikard

    Hi,

    Yes, they would be the ones to ask :-) Tell them exactly what you told us here, that it’s not working with either the internal theme form or Contact Form 7.

    Best regards,
    Rikard

    in reply to: HTPPS? #896046

    Hi Stephen,

    Thanks for the feedback, let us know if you should need any further help on the topic. Thanks to @guenni007 for helping out :-)

    Best regards,
    Rikard

    in reply to: Youtube embed code not working in Text Box? #896045

    Hi,

    Ok, thanks for the feedback. I think you will need custom CSS for that. Do you have this set up somewhere, if so then please link to where we can see the Grid Row with the videos and we’ll give you some CSS to use.

    Best regards,
    Rikard

    in reply to: Filters for Mason Gallery Grid #896043

    Hi tlscaliti,

    Great, thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Import Demo Pages Issue #896042

    Hi,

    Thanks for the feedback, I tried logging in but the details don’t seem to work anymore. Could you check and verify please? Also, did you try clearing your installation with this plugin and try to import again after that? https://wordpress.org/plugins/wordpress-reset/, please note that this plugin will reset everything on your installation, including posts or pages you might have added.

    Best regards,
    Rikard

    Hi,

    Thanks for that, though I’m not sure in which tab you are trying this? We might need to have a look at the backend as well so please include admin login details in private as well.

    Best regards,
    Rikard

    in reply to: Blog Page Sidebar Display Problems #896038

    Hi,

    Great, glad you got it figured out and thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Slider plus "More information"-Button #896037

    Hey jonna_gaertner,

    I’m not sure I fully understand what you are trying to do, could you post a mockup or screenshot highlighting your intentions maybe? Also please note that we are here to help you with problems in the theme, not to customise it for you, though we do help out if customers run into problems or request small changes.

    Best regards,
    Rikard

    in reply to: Responsive 4 col footer to 2 col footer on tablets #896036

    Hey Sigmund,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    #footer .av_one_fourth {
        margin-left: 0 !important;
        width: 40.5% !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Download Manager Addon Plugin Conflict with Enfold #896027

    Hi,

    Great, glad you found a solution and a big thanks to Shaon :-)

    I’ll close this thread for now. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Freshdesk Chat Widget not operating properly #896025

    Hi llpavelich,

    I’m not sure which code you are referring to, where does the plugin tell you to insert the code?

    Best regards,
    Rikard

    in reply to: Repeated installation issues #896024

    Hey helban,

    Did you try increasing the memory allocated to PHP on your installation? I would recommend that you have 256mb: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Best regards,
    Rikard

    in reply to: show list artiles like Post slider #896019

    Hi,

    Thanks for the login details, did you try to set a featured image for your articles? Otherwise they will only show the default icon like it’s displayed now.

    Best regards,
    Rikard

    in reply to: Full Width Sliders not loading on Google Chrome #896013

    Hi,

    There are very long waiting times for a lot of files on the server, please see private. That is something you would have to bring up with your hosting provider to get those times lowered, or change hosting provider.

    If you should need help speeding your site up then I would recommend contacting a service like SteadyWP. You could also try a caching plugin like WOT Cache to see if you get any improved results.

    Best regards,
    Rikard

    Hi,

    Please try this in your child theme’s functions.php file:

    function susanna_tracking_code(){ ?>
    <script type=”text/javascript”>
    var gaProperty = ‘UA-XXXXXXX-X’;
    var disableStr = ‘ga-disable-‘ + gaProperty;
    if (document.cookie.indexOf(disableStr + ‘=true’) > -1) {
    window[disableStr] = true;
    }
    function gaOptout() {
    document.cookie = disableStr + ‘=true; expires=Thu, 31 Dec 2099 23:59:59 UTC;
    path=/’;
    window[disableStr] = true;
    } </script>
    <?php }
    add_action('wp_head', 'susanna_tracking_code', 1);

    Best regards,
    Rikard

    in reply to: Gallery full width #896006

    Hi,

    Thanks for the feedback, what did you use to create that element? Is it a plugin?

    Best regards,
    Rikard

    in reply to: Page not rendering properly on mobile #896005

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 479px) {
    .page-id-5103 .avia_textblock  img {
      width:100% !important;
      min-width:100% !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Error on the page #896003

    Hey 1953ahddub,

    Thanks for the details, though the WordPress login is not working. Could you check and verify please?

    Best regards,
    Rikard

    in reply to: button i full screen slider #896002

    Hey jayfarr1982,

    Could only see the actual icon on my end using Chrome, how can we reproduce the problem?

    Best regards,
    Rikard

    in reply to: Gallery feature not placing images correctly #896001

    Hi,

    Thanks for that, I think the problem there is that the images are not equal in height. On the first row for instance, the first one is 394 pixels high and the second one is 391. Could you try cropping or editing your images so that they are all the same height to see if that helps please?

    Best regards,
    Rikard

    in reply to: facebook likebox width problem #896000

    Hi,

    Thanks for that, I can see that you are running 3.8. Are you having problems when updating to 4.2? If so then we would need to be able to see the actual problem in order to help you out.

    Best regards,
    Rikard

    in reply to: Full width easy slider not working #895999

    Hey taoleo,

    Thanks for the login details, did you try clearing the cache from your caching plugin and reload the page? Also, there is an error message coming from AutoOptimize on the page, could you try disabling that plugin to see if that helps?

    Best regards,
    Rikard

    in reply to: Problem with borders color #895998

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Open in a lightbox / modal window #895997

    Hey smiollis,

    Please try something like this in a text block for instance:

    <a href="http://your.site/" rel="lightbox">Click me to open in lightbox</a>

    Best regards,
    Rikard

    in reply to: Popup from Popup Maker not opening #895996

    Hey Gert Rautenbach,

    First off, could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Second, are you only going to use that lightbox on the site? If so, did you try disabling the theme lightbox in the theme options?

    Best regards,
    Rikard

    in reply to: Enfold Visual Artist demo bug #895994

    Hi,

    Thanks for the feedback and screenshots, I still can’t see the problem on either iphone or android on the demo page, but I can see some missing images on your own installation. Did you try to replace them with your own images? That might help to at least see if the images themselves are the problem.

    Best regards,
    Rikard

    in reply to: autplay code stops background video from autolooping #895993

    Hi Max,

    Thanks for the feedback, the new release should hopefully fix the issue you are pointing out.

    Best regards,
    Rikard

Viewing 30 posts - 57,841 through 57,870 (of 92,903 total)