Forum Replies Created

Viewing 30 posts - 90,871 through 90,900 (of 90,943 total)
  • Author
    Posts
  • 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, 10 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, 10 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

    in reply to: Logo Menu overlapping Firefox #391860

    Hi!

    How did you solve your problem? Another user is interested: https://kriesi.at/support/topic/logo-menu-overlapping-firefox-2/

    Cheers!
    Rikard

    in reply to: Search in top menu breaks to second line in Safari. #391859

    Hey Tomzilla!

    Please update to the latest version of Enfold, you are currently using 3.0.4. I had a look at your site in Safari, though on OSX, and I couldn’t see the problem, did you manage to get it fixed?

    Regards,
    Rikard

    in reply to: Nav bar and menu wonky #391858

    Hey!

    The default behaviour of the theme is to add all pages to the main menu if you haven’t selected where to display your menu in Appearance–Menus–> under the items. I’ve checked Enfold Main Menu and it appears to function as it should.

    Cheers!
    Rikard

    in reply to: mobile nav visible when scrolling to the right side! #391852

    Hi tamaranfibeitek!

    This will be fixed in the next update. Meanwhile please paste the following code to your Quick CSS:

    
    #wrap_all { position: relative !important; }
    

    Best regards,
    Rikard

    in reply to: Get rid of image link styles #391851

    Hey!

    Please try and paste the following code to your Quick CSS:

    .image-overlay .image-overlay-inside, .avia_transform a .image-overlay {
    display: none !important;
    }

    Cheers!
    Rikard

    Hey havi!

    Try and paste the following code to your Quick CSS:

    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    font-size: 110% !important;
    }

    If you are concerned with usability on your site, you should probably consider changing the colour of the social bookmarks to a darker colour since your background image is very light in some places.

    Best regards,
    Rikard

    in reply to: Background frame #391844

    Hi Antonio!

    I got a 404 page for this page: https://casateulada.com/de/kalender-rates. Could you please check it?

    Best regards,
    Rikard

    Hey Frank!

    I had a look at your installation and I can see that you have checked the option to not show submenu items in Enfold–>Header–>Mobile Menu. If you uncheck this you will be able to see subitems in your mobile menu making everything clickable.

    Regards,
    Rikard

Viewing 30 posts - 90,871 through 90,900 (of 90,943 total)