Forum Replies Created

Viewing 30 posts - 91,081 through 91,110 (of 91,161 total)
  • Author
    Posts
  • in reply to: Wrong Start page #392692

    Hi!

    You can upload a screenshot to imgur.com or dropbox public folder and then share the link here.

    Regards,
    Rikard

    in reply to: Maximum Container width #392691

    Hey techrisingkg!

    The width of your .container element is 1310px, did you manage to get your problem solved?

    Regards,
    Rikard

    in reply to: logo shift #392689

    Hi Nancy!

    Are you still experiencing this problem or is it solved? I just had a look at it on the latest version of Chrome and it looks great :)

    Cheers!
    Rikard

    in reply to: Avia Layout Builder doesn't switch off to visual/text #392688

    Hi lakeswimmer!

    Please update to the latest version of both WordPress and Enfold and see if it resolves your issue.

    Best regards,
    Rikard

    in reply to: Testimonials overlapping #392686

    Hey lanabos!

    I was not able to reproduce the issue on the latest version of Safari, would you mind disabling all active plugins to see if it helps? It seems to have helped @JuergenB problem in the other thread…

    Best regards,
    Rikard

    Hi!

    Could you try and deactivate all plugins except WooCommerce and see it it helps?

    Best regards,
    Rikard

    in reply to: Background frame #392646

    Hi abortolotti!

    You forgot to add the background colour to some of you CSS statements, for instance the …el-12, and you also did not close the statement with a }, it’s easy to miss :)

    It looks good now though, I corrected your code in Quick CSS already.

    Best regards,
    Rikard

    in reply to: The second slide in the slider is not displayed #392640

    Hi pthk!

    It looks like it’s displaying like it should here, did you manage to fix it?

    Regards,
    Rikard

    in reply to: Edit Search results page #392638

    Hey jancecile!

    Yes it will be overwritten when you update the theme, please consider using a child theme to avoid this.

    Cheers!
    Rikard

    in reply to: Custom headers on product categories pages #392636

    Hey!

    Try the following instead please:

    
    function ava_product_category_banner() {
    	if(has_term('26', 'product_cat')) {
    		echo '<div class="product_category_banner container_wrap"><img src="http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg"></div>';
    	} 
    	else if(has_term('46', 'product_cat')) {
    		echo '<div class="product_category_banner container_wrap"><img src="http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg"></div>';
    	}
    }
    

    Best regards,
    Rikard

    in reply to: Problem with mobile #392633

    Hi Drebosio!

    I had a look on your site on an iPhone 4 with lastest Safari browser and I can’t see any of the errors you’re getting. Could you try a different browser and see if you get the same results?

    Cheers!
    Rikard

    in reply to: Can't set Left Sidebar in Posts Page #392631

    Hey newtonlinchen!

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

    Cheers!
    Rikard

    in reply to: Size content to viewport #392627

    Hey PrivateLabel!

    You’re most likely getting those error because of a slight bug with the menu on mobile devices which will be fixed in the next release. You can add the following code to Quick CSS if you want to fix it before then:

    #wrap_all { position: relative !important; }

    Cheers!
    Rikard

    in reply to: Fixed Mobile Menu Problem #392413

    Hey larsAWX!

    This bug will be fixed in the next release. Thanks for bringing our attention to it…

    Cheers!
    Rikard

    in reply to: Color Section: Static Background Image Behavior #392411

    Hi!

    Did you remove the pages? I’m getting 404 errors when trying to view your links.

    Regards,
    Rikard

    in reply to: Pages appear in Blog overview #391983

    Hi 2SINN!

    Could you please provide a link to the site in question?

    Cheers!
    Rikard

    in reply to: Four images in a row with almost no margin? #391965

    Hi!

    Try and paste the following code to Quick CSS:

    .post-entry-600 .avia-image-container.avia-align-center .avia-image-container-inner {
    width: 100% !important;
    }
    
    .post-entry-600 .avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    min-width: 98% !important;
    }
    

    This should only affect the 4 images under the slider on the front page. Increase or decrease 98% for less or more space between the images.

    Best regards,
    Rikard

    • This reply was modified 9 years, 11 months ago by Rikard.
    in reply to: Page load "lag" #391943

    Hey!

    The directory page was slower to load, most likely due to a lot more requests, 140 vs 34, and almost double the content size.

    Best regards,
    Rikard

    in reply to: menu #391936

    Hey!

    Great, glad you managed to fix your problem :)

    Best regards,
    Rikard

    in reply to: Problem with quick CSS or custom.css file #391935

    Hi Don!

    If you’re trying to stop CSS generated from a plugin, then please refer to the CSS file generated by the plugin located in the plugin folder of your WordPress installation.

    Cheers!
    Rikard

    in reply to: mobile menu #391929

    Hey Vermishelle!

    Great, thanks for your patience :)

    Best regards,
    Rikard

    in reply to: header.php in child theme #391926

    Hi kashcroft!

    You can simply copy header.php from your Enfold folder into your child theme folder. I’m not 100% sure about where to add the Google Tag Manager code though but I think it goes into the head tag.

    Regards,
    Rikard

    in reply to: Background frame #391915

    Hey Antonio,

    Could you please also provide us with a temporary admin login so that we can investigate further?

    Regards,
    Rikard

    in reply to: Special heading not diplaying correctly #391886

    Hi Nexttrack!

    Could you please provide us with a temporary login so we can take a look? You can post it here as a private reply.

    Cheers!
    Rikard

    in reply to: buttons no longer working…Enfold 3.0.8 #391884

    Hi sarahed!

    Your ‘>>’ happens to be then ending of a HTML tag, so it caused the tag to end prematurely. I added an alternative » instead.

    Regards,
    Rikard

    • This reply was modified 9 years, 11 months ago by Rikard.
    in reply to: mobile menu #391880

    Hi Woodtiger!

    Does the code that Elliot suggested not work?

    Regards,
    Rikard

    in reply to: Strange Black Bar #391879

    Hey HiDrew!

    Try adding the following code to your Quick CSS:

    .home div#main {
    margin-top: 0px !important;
    }

    Regards,
    Rikard

    in reply to: Problem with quick CSS or custom.css file #391878

    Hey vk5kdc!

    You can try to add !important after each CSS statement if they are not taking effect.

    Example:

    #top select {
    color: #777 !important;
    }

    Best regards,
    Rikard

    in reply to: Error Message #391864

    Hey!

    Could you please provide a link to the site where the problem occurs?

    Cheers!
    Rikard

    in reply to: Logo Menu overlapping Firefox #391861

    Hi set70!

    I’ll try and find out how he solved it…

    Cheers!
    Rikard

Viewing 30 posts - 91,081 through 91,110 (of 91,161 total)