Forum Replies Created

Viewing 30 posts - 89,101 through 89,130 (of 92,816 total)
  • Author
    Posts
  • Hey djshortkut!

    Please try the following CSS to see if it helps:

    @media only screen and (max-width: 767px) {
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 0px !important;
    }
    }

    Best regards,
    Rikard

    Hey!

    Thanks for the links, I’m still having trouble understanding exactly where this line is visible though, I can’t really see anything that stands out. Could you provide us with a screenshot of it maybe? You can upload it to imgur.com or a public dropbox folder and then link it here.

    Cheers!
    Rikard

    in reply to: Add custom icons in header area #454320

    Hi Fred!

    I don’t think it would be a good idea to line them up after the last menu item since you will get into a lot of trouble on medium and smaller screens. The icons will overlap your menu and it will take a lot of CSS in order to make it look good. I would leave them where they are now but we’ll be happy to help you out if you still should want another look.

    Cheers!
    Rikard

    in reply to: Icon uploader error #454319

    Hey freddycoh!

    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: layerslider doesn't work (shown) #454316

    Hi!

    Sorry that was probably me, it’s difficult to know exactly what plugins were active and not. So is the problem fixed now or do you need any more help?

    Best regards,
    Rikard

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

    Hey!

    Please make sure that you clear the cache from your mobile browser and reload a few times to see any changes made.

    Regards,
    Rikard

    in reply to: Full width sub menu with icons #454311

    Hi!

    Great, please let us know if you should need any more help.

    Cheers!
    Rikard

    in reply to: Missing Product Images #454310

    Hi kylebarnick!

    I can’t see any missing product images on the link you provided, could you please post a screenshot of what you are seeing on your end? Also try to disable any caching plugin and flush your browser cache while testing.

    Cheers!
    Rikard

    in reply to: Page Sidebar navigation problem #454307

    Hi!

    No problem, glad you got it fixed :)

    Cheers!
    Rikard

    in reply to: Post floating navigation – next previous button #454306

    Hi vree!

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

    Cheers!
    Rikard

    Hi!

    /wp-login.php seems to be working, please try that instead. If you’re able to access the backend, please deactivate all plugins since one of them is likely the cause of your problem if you didn’t change any settings.

    Best regards,
    Rikard

    in reply to: Problem with universal colour #454302

    Hey!

    There are quite a few selector to choose from, .page being one of them, if you want to target single blog posts you can use .single and for single products you can use .single-product. If you want to control them inside a specific color section you can give your color section a unique ID and target them like this:

    #name-of-your-color-section .iconbox_content { background: red !important; }
    

    Please get back to us if you should need any more help.

    Best regards,
    Rikard

    • This reply was modified 10 years, 4 months ago by Rikard.
    in reply to: -Home V11 Not Listed in Dummy Pages #454301

    Hi TreeTopsMedSpa!

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

    Cheers!
    Rikard

    Hey brian7454!

    I’m having trouble understanding exactly what you mean and I can’t see a screenshot in your post, could you upload it somewhere and link to it here please?

    Best regards,
    Rikard

    Hi!

    It only allows for 1/4 and 1/2 width sizes so 1/3 won’t work unfortunately.

    Regards,
    Rikard

    in reply to: Tag Cloud #454280

    Hey!

    No unfortunately not, it’s just the default WordPress tag cloud. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    Hi!

    It looks clean enough and if it work it works :)

    Glad you got it fixed.

    Best regards,
    Rikard

    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, 4 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

Viewing 30 posts - 89,101 through 89,130 (of 92,816 total)