Forum Replies Created

Viewing 30 posts - 25,861 through 25,890 (of 34,963 total)
  • Author
    Posts
  • in reply to: Enfold: Navigation Styles #996358

    Hey dnweil,
    Please try this css format:

    #top .av-main-nav span.avia-menu-text {
    font-family: sans-serif !important; 
    font-size: 16px !important; 
    font-weight: bolder !important; 
    color: red !important;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look at what rules you are trying to achieve.

    Best regards,
    Mike

    in reply to: Theme not loading #996357

    Hey scobiac,
    I took a look at your site, and it is loading fine for me, I check all 3 pages.
    Please check if this has been resolved.

    Best regards,
    Mike

    in reply to: Avoid resizing SVG images to 0x0px #996355

    Hi,
    Glad to hear, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Logo Secondary Font Issue #996354

    Hey algkent,
    To change the search text to black so you can see what you type, Please try this code in the General Styling > Quick CSS field:

    #top .header_color input[type='text']#s {
    color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: circle border around icons in man navigation #996351

    Hey bobfurgo,
    Please try this code in the General Styling > Quick CSS field:

    #header .avia-menu-text .av_font_icon span.av-icon-char {
        padding: 3px 8px!important;
    }

    Best regards,
    Mike

    in reply to: and Links same color #996350

    Hey algkent,
    It seems that the page you linked to is a 404, so I was not able to see your screenshots.
    I believe that you are trying to say that you want some links to not be a blue color, which can be changed if a class or ID can be assigned to the links.
    Please link to the page and screenshots.

    Best regards,
    Mike

    in reply to: Adjust the Colour Section Image Position on Mobiles #996348

    Hey lilijabula,
    For the color section background image Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top h1.av-special-heading-tag {
    font-size: 20px !important;
    }
    .responsive #top #service {
        background-position: top 55px left !important; 
    }
    .responsive #top #wrap_all #service .container {
        width: 65% !important; 
        margin-left: 5px !important; 
    }
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Change Subtitles Font for the Enfold #996342

    Hey lilijabula,
    I see that the font ‘Italianno’, is loading correctly but replacing it with ‘Great Vibes’, seems to load a different font.
    I tested this on my localhost which worked correctly.

    #top .av-special-heading .av-subheading.av-subheading_below {
    font-size: 24px !important;
        font-family: 'Great Vibes', cursive !important; 
    }

    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Remove date from Masonry Grid on mobile #996334

    Hey crouchy25,
    I took a look at the page you linked to in mobile, but I don’t see any dates. I assume you have tried clearing the cache on your device, and checked the link in incognito (private) mode.
    Please include a screenshot of what you are seeing, and which browser you are using so we can try to reproduce it.

    Best regards,
    Mike

    in reply to: make hamburger nav white on specific page #996324

    Hi,
    Glad we were able to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hey OhYa1337,
    I took a look at your page and changed the sidebar settings to show a sidebar, for the small single author layout the sidebar must be enabled to show the image to the left of the post.
    I also see that you added some custom css to make the images 280px square, but there was an error in the code that I corrected, so it is now working.
    To remove the pencil icon and gray background color from the posts with no featured image, you could add this css to your Quick CSS:

    #top.page-id-344 .small-preview .iconfont {
        display: none !important;
    }
    #top.page-id-344 .main_color a.small-preview {
        background: transparent !important;
    }

    If you would like to have a background image for the posts that have no featured image, try this css:

    #top.page-id-344 .blog-meta a.small-preview {
     background: url(https://your-site.com/wp-content/uploads/2018/05/hero-blurred.jpg)center center no-repeat; 
    background-size: cover;
    }
    #top.page-id-344 .small-preview .iconfont {
        display: none !important;
    }

    just replace the image url with one you would like to use, or replace “your-site.com” with your domain to test with.

    Best regards,
    Mike

    Hey nickgin,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Social Icons in Menu disappear #996294

    Hi,
    I added a slightly different version of the solution to your functions.php and it seems to be working correctly now.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Social Icons in Menu disappear #996284

    Hi,
    Thanks for the login, I found a function in your child theme functions.php that is not working as intended, and is causing the error.
    I recommend removing it to ensure it is causing the error, and then look at where the code was found to figure out where the error is within the code.

    Best regards,
    Mike

    in reply to: Bullets for Recent Posts Widget in Sidebar? #996281

    Hi,
    To add the bullet, Please try this code in the General Styling > Quick CSS field:

    #newsbox-2 li {
        background: url(https://www.barrelracingtips.com/wp-content/themes/socrates/images/bullet.png) no-repeat -1px 5px !important; 
        padding-left: 16px !important; 
        padding-right: 2px !important; 
        padding-top: 0px !important; 
        padding-bottom: 3px !important; 
    }

    please replace the image url with the url of the image on your new site, see the post above to download the image.
    I checked some of your other pages and didn’t see the “recent post” in the sidebar, so let us know if you need this to work on another page.

    Best regards,
    Mike

    in reply to: Empty places on product main page #996214

    Hey Max,
    I took a look at your site, and it looks like some products are perhaps hidden, possibly based on post type or something else.
    I found this css in your page:

    #top #main .product aside	{display:none;}

    Please try disabling your plugins, and cache and removing your custom css to see if that corrects the layout.
    Also try choosing: Enfold Theme Options > Performance > Disable Template Builder Elements > “Always load all elements”
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Gap between price and title – main product page #996213

    Hey Max,
    It looks like this is created by this rule in your custom css:

    #top #main .inner_product_header	{min-height: 150px;}

    Please try adjusting it to a smaller number to remove the extra space.

    Best regards,
    Mike

    in reply to: Headlines stuck in all caps #996211

    Hey Steve,
    I took a look at your page, but the headlines seem to have no text transform, perhaps this was a caching issue for you?
    Please see the screenshot in Private Content area, to ensure I’m looking at the correct elements.

    Best regards,
    Mike

    in reply to: Contact form URL? #996208

    Hey mframe,
    As I understand, the contact form posts directly without going to anther url. You can examine the function at:
    enfold\config-templatebuilder\avia-shortcodes\contact
    Sorry, I haven’t used AMP so I hope this helps point you in the right direction.
    My forum search didn’t reveal anything specific that needs to be done to use the contact form with AMP.

    Best regards,
    Mike

    in reply to: Lightbox Error #996201

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Breadcrumb separator #996200

    Hey Demaup,
    Please try this code in the General Styling > Quick CSS field:

    .breadcrumb .sep {
        overflow: visible !important; 
    }

    Best regards,
    Mike

    in reply to: Load More Portfolio Items on Masonry Gallery #996195

    Hey Golobish,
    I have taken a look at your page, and I don’t see any errors in the browser console when I click “load more”, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Product images caught up on post page #996193

    Hi,
    We are happy to take closer look into this for you. Please change the blog element back to using the categories, like you had it and temporarily deactivate all of your plugins to see if this situation continues, if so you can reactivate them, so your shop will continue to be open and I will ask the rest of the team to take a look for their input.
    I recommend doing this during a slow time of day for your shop.
    I tired to login but the login isn’t working for me now? Please check this as I’m sure the team will also want to take a look from your admin panel.
    Thank you.

    Best regards,
    Mike

    in reply to: Center three columns in color section #995813

    Hey steviger,
    I tested this solution out on my localhost, and found that it worked good. Please check the ID you added to the color section and ensure you didn’t include the # sign.
    I edited my hosts file & went to your site, but I don’t see the columns that your are trying to center. Are they on your homepage? can you include a screenshot?

    Best regards,
    Mike

    in reply to: Clickable Phone Number #995804

    Hey So Evolve,
    This article explains how to format phone number links
    Can you explain what issues you have been experiencing, and what solutions you have tried?

    Best regards,
    Mike

    Hey hostworks,
    To increase the padding between the menu items, Please try this code in the General Styling > Quick CSS field:

    .av-main-nav > li > a {
        padding: 0 26px !important; 
    }

    The current padding is 13px, so this would double the padding. Please adjust to suit.

    Best regards,
    Mike

    in reply to: make hamburger nav white on specific page #995799

    Hey bobfurgo,
    Please try this code in the General Styling > Quick CSS field:

    #top.home .sfm-navicon,#top.home  .sfm-navicon:after,#top.home  .sfm-navicon:before,#top.home  .sfm-label-metro .sfm-navicon-button,#top.home  #sfm-mob-navbar {
        background-color: #fff !important; 
    }

    Best regards,
    Mike

    in reply to: Styling a specific category #995797

    Hi,
    I took a look into your sidebar widgets and see you are using the “Latest News” widget, with multiple categories selected to show, one of them being the “highlight” category you wish to style differently. Unfortunately the “Latest News” widget doesn’t include the category class of the items it shows. I tried to find a function to have it include the categories, without success.
    But I did come up with a work around, you can add several “Latest News” widgets and choose which categories they show and how many posts the show, and for each of these widgets a unique ID is created, such as “#newsbox-2” which you can style.
    So if you want 3 different posts to show, each styled differently, you could add 3 “Latest News” widgets each displaying a different category.
    We would be happy to assist in creating the css to style these widgets differently.

    Best regards,
    Mike

    in reply to: Can't import demo files #995432

    Hey gopipi,
    Sorry I don’t have access to that, but I very certain we are not blocking any IP’s. Are you using Strato webhost?
    I can offer a work around, try downloading the images to your localhost and uploading via ftp to your site.
    Then edit the demo import file at \wp-content\themes\enfold\includes\admin\demo_files\blog-lifestyle.xml
    doing a search and replace for

    http://kriesi.at/themes/enfold-lifestyle-blog/

    and replace with your site url, then you can import the demo though WordPress Import.
    This will import the images from your host instead of our host.
    (If you post your url in the Private Content area, I could do the search and replace for you, if you wish)

    Another option, if you have installed the demo on your localhost, try using this plugin to push the database to your webhost. You will need to install the plugin on both installs and manually upload the images via ftp, but it works very well for troublesome hosts like Strato.

    Best regards,
    Mike

    in reply to: Product images caught up on post page #995219

    Hi,
    Glad to help, after you get a chance to try this, and your satisfied, let us know and we will close the thread.

    Best regards,
    Mike

Viewing 30 posts - 25,861 through 25,890 (of 34,963 total)