Forum Replies Created

Viewing 30 posts - 25,471 through 25,500 (of 34,555 total)
  • Author
    Posts
  • 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

    in reply to: Custom menu item shows border on chrome #995218

    Hi,
    To add the icons it looks like you added this code to the menu title field:

    <img class="icon-fb">

    please change the img tag to div, like this:

    <div class="icon-fb"></div>

    note that you must also have a closing tag with a div

    Best regards,
    Mike

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

    Hi,
    I see that some of your posts have no tags, if you go to your “all posts” panel, you will see one column titled “tags”
    then if you scroll down you will see some have a dash and no words. Since we are listing your posts by tags they will not show.
    A easy solution would be to add one currently used tags to each of those posts.
    You can do this from the panel by hovering your mouse over the post title until you see the edit options and click “Quick Edit”, then in the tags field paste “Clean Water” or any other tag in use, and then click save.
    The will allow the posts to show on your blog.

    Best regards,
    Mike

    in reply to: sticky subnavmenu has space to the top (but shouldn't) #995212

    Hi,
    Ok, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: How to change Secondary Menu color? #995211

    Hi,
    Sure, it looks as though you are using a custom css plugin, if so please check the code in it for:

    #header_meta {
    	background: #dd7027 !important
    }
    
    #header_main ul li a:hover span {
    	color: #dd7027 !important
    }

    and change the color code to the one you wish to use.
    If you are not using a plugin, then check WordPress > Customize > Additional CSS & Enfold Theme Options > General Styling > Quick CSS field
    for the code.

    Best regards,
    Mike

    in reply to: Hover color of the font on the mobile menu #995208

    Hi,
    Glad we were able to help, 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: enfold mobile menu is not displaying #995207

    Hi,
    I found in your child theme style.css you had this css hiding the mobile menu:

    @media only screen and (max-width:989px) {.main_menu .avia-menu,#header_main_alternate,.fallback_menu {display:none;}
    .container #advanced_menu_toggle,#advanced_menu_hide {display:block;}
    .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {left:auto;}
    	.responsive #header .main_menu .social_bookmarks {display:none;}}

    and in your Quick CSS you also had this css:

    .avia-menu { display: none !important; }

    I commented both rules out so the mobile menu now works.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I would recommend contacting the author of the plugin at his site, perhaps he can offer some insight or a solution.

    Best regards,
    Mike

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

    Hi,
    I didn’t see any cause for this, I changed your blog element to use post tags instead of categories, and that seemed to correct the issue, except one product that had some cross tags, which I solved by hiding from your blog page with some css. It will still show elsewhere, just not on the blog page.
    Please check your blog page.

    Best regards,
    Mike

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

    Hi,
    Those are nice, I will work on this, please upload the bullet to your new site and post the link in the Private Content area.
    I have linked to it for you to download from your old site in the Private Content area.

    Best regards,
    Mike

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look for a hr solution, would this be for this one page, or site wide?
    I know you have given the login in other threads, but I don’t save logins :)

    Best regards,
    Mike

    in reply to: Remove Quotes & Comma in Audio #995184

    Hi,
    Glad Victoria could help, Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Facebook widget phone #994959

    Hi,
    Glad we were able to help, 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: How to change Secondary Menu color? #994958

    Hi,
    Oh I see now, your css has changed it with this:

    #header_meta {
        background: #dd7027 !important;}

    the “!important;” is going to be a little hard to overwrite, please include a admin login in the private content area so we can look for this rule and change it. I believe it was manually added as typically the theme settings don’t add the “!important;” to the rules.

    Best regards,
    Mike

    in reply to: Header Transparency Options Not Working #994956

    Hi,
    For the header issue, I’ve tried deactivating your pulgins, checking for console errors, etc. without success. I do see godaddy has added a “drop-in” plugin “APCu backend for the WP Object Cache” which I can’t disable and I wonder if that is the issue.
    Please ask godaddy if they can disable it so we can see if that is the conflict.

    Best regards,
    Mike

    in reply to: gallery images no lightbox #994931

    Hi,
    Glad we were able to help, 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: Header Transparency Options Not Working #994930

    Hi,
    Thank you for the login, I was able to upload the slideshow.js file and clear the cache to fix the mobile [object object] error.
    I’m still have not solved the header issue yet.
    Please check the mobile [object object] error by clearing your cache a few times.

    Best regards,
    Mike

    in reply to: Facebook widget phone #994892

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Text Colour and Icons in top header #994889

    Hi,
    Glad we were able to help, 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

Viewing 30 posts - 25,471 through 25,500 (of 34,555 total)