Forum Replies Created

Viewing 30 posts - 89,791 through 89,820 (of 93,489 total)
  • Author
    Posts
  • in reply to: Different header image on pages #454278

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Best regards,
    Rikard

    in reply to: logo width and responsive menu #454276

    Hey!

    Please use the following CSS:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Adjust the value 1024 to the width you would like it to change on.

    Regards,
    Rikard

    in reply to: Social media icon centre #454275

    Hi craig_corfield!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    in reply to: Layout question on Advanced Editor #454273

    Hey!

    Please let us know if you have any more questions or problems using this solution.

    Regards,
    Rikard

    in reply to: Video in slider not playing #454271

    Hi!

    I get the same result as Ismael:

    403 – You don’t have permission to access /wp-login.php on this server.

    Best regards,
    Rikard

    • This reply was modified 10 years, 9 months ago by Rikard.
    in reply to: Font too big in the footer #454270

    Hey EricSmeets!

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

    .tribe-events-list-widget-events h4.entry-title {
    font-size: 15px !important;
    }

    Regards,
    Rikard

    in reply to: Menue does not work #454269

    Hi!

    Did you try to use the full URL in your menu to see if that works? If not, please post a link to the site in question, you forgot that in your private post with login details :)

    Best regards,
    Rikard

    in reply to: Inserting right after the opening tag #454266

    Hi EricSmeets!

    You could try this in functions.php to see if it works for you:

    function add_custom_code(){
    ?>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/nl_NL/sdk.js#xfbml=1&version=v2.3&appId=415746658610664";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <?php
    }
    add_action('wp_head', 'add_custom_code');

    Cheers!
    Rikard

    in reply to: Fatal error trying to visit a category page #454262

    Hey!

    We don’t install or edit any plugins unless you give us permission to do so. I couldn’t find any login details in the thread either so I’m pretty sure it’s not one of us. Could you open a new thread about the excerpts problem and we can close this one?

    Cheers!
    Rikard

    in reply to: CONTROL LIST SORTING ACCORDION #454252

    Hey!

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

    .page-id-513 .togglecontainer {
    overflow-wrap: break-word !important;
    }

    Cheers!
    Rikard

    in reply to: Full width gallery #454249

    Hi!

    Please use the masonry gallery and select No Gap in the Gap between elements option. Make sure to add the element without any containing layout element to make it full width.

    Best regards,
    Rikard

    in reply to: Post Tags return a 404 "Nothing Found" Page #454248

    Hey Eric!

    I’m not sure where to find the login details, could you post them here again please?

    Cheers!
    Rikard

    in reply to: Font issue #453654

    Hi!

    It’s most likely something local then, let us know if you should have any more questions or problems.

    Best regards,
    Rikard

    Hey 118group!

    It looks fine on my end: http://imgur.com/qxP1MZI. Could you try to clear your browser cache and reload a few times to see if that helps?

    Regards,
    Rikard

    in reply to: Image background in color section not responsive #453641

    Hey morganeL!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    Hi killyman!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    in reply to: Main Shop Page Banner – Reduce height #453634

    Hey!

    Just to be clear, by banner you mean to top most section reading “Find the golden egg and get 50% off this Easter”?

    Regards,
    Rikard

    Hi chapdes!

    Please try the following instead:

    if($excerpt)$output .=	"<div class='av-magazine-content entry-content' {$markupContent}>{$excerpt}<p><a href='".get_permalink($entry->ID)."' class='more-link'>".__('Read more','avia_framework')."<span class='more-link-arrow'>&rarr;</span></a></p></div>";
    

    Regards,
    Rikard

    in reply to: Portfolio items going to Error 404 Page #453615

    Hi Catty47!

    Could you try another permalink setting, it looks like your custom one is exactly the same as Day and name would display?

    Regards,
    Rikard

    in reply to: WPML – curvy stles #453612

    Hi denis-lvov!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Cheers!
    Rikard

    Hi!

    The ordering is because you are using Perfect Automatic Masonry which will fill the rows with either 50% or 25% width images, depending on their width, and there will be some change in the order unless you add them in the order of for instance: 4×25% / 2×25% + 1×50% / 2×50%

    Regards,
    Rikard

    in reply to: problem with the color picker #453605

    Hi!

    Could you please provide us with a temporary admin login as well?

    Regards,
    Rikard

    in reply to: Masongy Blog Posts #453602

    Hi mocablue!

    Most likely because of this line:

    line-height: .9px!important;
    

    Could you try to remove it?

    The “tooltip” is generated from your browser and comes from the title tag of the image, if you want to remove them, please remove the title of the image.

    Regards,
    Rikard

    in reply to: logo width and responsive menu #453596

    Hi decode!

    Yes it can, you can change it to 990px or 768px under Enfold–>Header–>Mobile menu. If you need another value then please provide us with a link to the site and we’ll provide you with the CSS to change it.

    Regards,
    Rikard

    Hi!

    I can’t think of any more recommendations except contacting your hosting company if the site is slow during heavy traffic. There might be some sort of bandwidth/data limit etc?

    Regards,
    Rikard

    in reply to: seperator center on mobile #453592

    Hey simonac!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    in reply to: wp-dp.php error message #453589

    Hey!

    Did you try to disable all plugins to see if one of them is causing the problem?

    Regards,
    Rikard

    in reply to: Adding an image into a notification box #453584

    Hi JonathanLeplang!

    You could try adding html code to the message box:

    <img src="http://yourdomain.com/image.jpg">
    

    Please include a link to your site if you should continue to have problems.

    Cheers!
    Rikard

    in reply to: Code before tag /head in child theme #453581

    Hi macrunner!

    You can use this in functions.php to hook to wp_head:

    function add_custom_code(){
    //YOUR CODE HERE
    }
    add_action('wp_head', 'add_custom_code');

    Cheers!
    Rikard

    in reply to: jQuery script not working in single page #453578

    Hey!

    I’m not sure what the code is supposed to do but I think it has something to do with the form, correct? If so, you should probably try to load the code block before the form?

    Regards,
    Rikard

Viewing 30 posts - 89,791 through 89,820 (of 93,489 total)