Forum Replies Created

Viewing 30 posts - 1,771 through 1,800 (of 14,834 total)
  • Author
    Posts
  • in reply to: How to move the button to show bottom center? #550111

    Hey!

    You probably have a typo somewhere in your other CSS. Add the code to the very top of the Quick CSS field.

    Best regards,
    Elliott

    in reply to: Bugs on one page menu site with external page #550110

    Hey!

    I see it on my end, Windows 10. It only seems to be happening on the “strippers” section and below though. Try removing the portfolio shortcode from each section to see if that is the element that is causing the problem.

    Best regards,
    Elliott

    in reply to: Icon issue #550108

    Hi!

    You mean like in the Lifestyle demo? http://kriesi.at/themes/enfold-lifestyle-blog/

    Navigate to Dashboard > Enfold > Header > Extra Elements and for the social icons set them to display in the main header area.

    Or are you just wanting them to stay in the same place and have a green circle background? If so then add this to your custom CSS.

    .social_bookmarks > li {
        background: green !important;
        border-radius: 300px !important;
    }

    Cheers!
    Elliott

    in reply to: Avia Layout Builder #550106

    Hi kiddychang!

    First off go ahead and update WordPress and let us know when your done. Also be sure to deactivate all plugins while testing. It looks like your using quite a few.

    Cheers!
    Elliott

    in reply to: Dynamic_avia #550104

    Hey WolfvanHaeren!

    Is there an error message? Take a screenshot of what happens.

    Also, I would contact your hosting provider to see if they have any backup tools or automatic backups scheduled as they usually do.

    Cheers!
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
    in reply to: 6 column for mobile #550101

    Hey Veronica!

    Add this to your custom CSS.

    @media screen and (max-width: 400px) {
    #top .av_one_fifth {
        clear: both !important;
        margin: 0px !important;
        left: 50%;
        transform: translate(-50%);
    }
    }

    Regards,
    Elliott

    in reply to: Change Image Sizes in the child theme #550100

    Hey lome61!

    Please see here, https://kriesi.at/support/topic/modify-post-image-size/#post-432178.

    Regards,
    Elliott

    in reply to: Demo Import Question #550097

    Hi jend_onesource!

    It will overwrite all of your settings in the Enfold options panel. You can export your options in Dashboard > Enfold > Import / Export and then re-import them after you import the demo content but the demos will not look the same most likely.

    Cheers!
    Elliott

    in reply to: SEO Yoast error #550096

    Hi timzinfa!

    Yes you can use the Yoast SEO plugin but keep in mind that it’s not going to see content in the layout builder. This does not effect your actual SEO, the search engines can still see your content. It’s just that the plugin does not know how to read the content in the layout builder.

    Regards,
    Elliott

    in reply to: Animated text #550094

    Hi AgenceKineka!

    You can do this with the column elements. Edit each column and then click on the “Animation” tab to set an animation.

    Regards,
    Elliott

    in reply to: Product display issue #550093

    Hey hyperbayes!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

    in reply to: Using Show if Tags to hide/display content #550091

    Hey rlbr226!

    You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to edit the code used in the layout editor though I’m not sure if your custom shortcodes will work there or not.

    Best regards,
    Elliott

    in reply to: cart icon to show no. of items as bubble notification #550089

    Hey voxi79!

    It would take a lot of customization and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization or consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.

    Cheers!
    Elliott

    Hi 118group!

    I’m not really sure what’s causing that. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. If that does not help then try adding this to your custom CSS.

    @media only screen and (max-width: 989px) and (min-width: 768px)
    .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth.flex_column_div, .responsive .avia-content-slider-inner .av_one_fourth.flex_column_div {
        margin-left: 4% !important;
        width: 48% !important;
    }

    Regards,
    Elliott

    in reply to: Better WordPress Minify ruins site #550085

    Hi 1039 Online!

    It should work fine without editing any of the settings but you may need to switch the order of the scripts depending on the plugins your using.

    Send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.

    Hey Tobias!

    It seems to look fine on my end. I noticed on mobile you have two logos displaying like you mentioned.

    Your using this in your child theme stylesheet?

    @media only screen and (max-width: 480px) {
    .logo a {
        background-image: url(//www.outdoor-inn.de/theme1/oi_mobile_160.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

    If you want to use that one instead then try changing your CSS to this.

    @media only screen and (max-width: 480px) {
    .logo img { display: none !important; }
    .logo a {
        background-image: url(//www.outdoor-inn.de/theme1/oi_mobile_160.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 50%;
    }

    Best regards,
    Elliott

    in reply to: Where goes Google Tag Manager code? #550082

    Hi Tomas!

    I’m not sure of the code your referring to but I think you should be able to paste it inside the GA option in the Enfold settings. All it does is shove those contents into the head tag so you could add other scripts in there as well.

    Regards,
    Elliott

    in reply to: Hide Enfold Masonry element until button is clicked. #550081

    Hey haydaw!

    I don’t see an easy way of going about this unfortunately. It would take a lot of edits to the javascript to implement that. It would be best to hire a freelancer to help you with this customization.

    Regards,
    Elliott

    in reply to: select button contact form #550080

    Hi John!

    Deactivate all of your plugins and send us a link to your page so we can take a look.

    Best regards,
    Elliott

    in reply to: Problems with Blog Layout After Theme Update #550079

    Hey thelistener!

    Did you get this sorted? I see they are not displaying randomly anymore and I do not see the “Uncategorized” tag your referring to.

    Cheers!
    Elliott

    in reply to: Use of link in the line socket #550078

    Hi joseph!

    Navigate to Dashboard > Appearance > Menu and create the menu you wish to display there. In the menu settings at the bottom make sure it’s set to display in the footer menu area.

    Regards,
    Elliott

    in reply to: Weird display for list view for Event Calendar after update #550076

    Hey cybervise13!

    I see the pricing but as far as I can tell that’s how it’s supposed to look. Can you take a screenshot and highlight how it’s supposed to look?

    Regards,
    Elliott

    in reply to: Custom Blog in the Frontpage #550073

    Hi Dino!

    Can you send us a link to your page so we can take a look? Your just trying to have the post entries expand fullwidth?

    Cheers!
    Elliott

    in reply to: WooCommerce Breadcrumbs #550072

    Hey raglovesfootie!

    When you edit the product you can remove the breadcrumbs on the right hand side with the layout settings.

    If you just want to use CSS then add this to your custom CSS.

    .single-product .breadcrumb { display: none !important; }
    

    Best regards,
    Elliott

    Hi leoadmin!

    Send us a link to your page and we’ll see if we can get you some CSS to use.

    Best regards,
    Elliott

    in reply to: I can not import their images Wedding #550069

    Hey Luis!

    Make sure your using the latest version Enfold, 3.4.5, and make sure all plugins are deactivated while doing the import.

    If your still having trouble then turn on WordPress debugging and check your server error logs for any useful information.

    Send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

    in reply to: Problems after update to version 3.4.6 #550068

    Hi 364Grad!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    in reply to: Mailchimp Signup Form Not working #550063

    Hi AsadIC!

    I am seeing this error when trying to submit.

    XMLHttpRequest cannot load https://52kards.com/shop/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://52kards.com' is therefore not allowed access.
    

    Perhaps it has something to do with the HTTPS vs HTTP.

    Try this out, http://kriesi.at/documentation/enfold/enable-cors/.

    Best regards,
    Elliott

    in reply to: Yoast SEO errors #550058

    Hey coreyblaser!

    Yes, that is a known issue with the Yoast plugin and layout builders. There is not much we can do here.

    Please keep in mind that it does not effect your actual SEO. The search engines can still see your content fine. It’s just that the plugin does not know how to read the content in the layout builder.

    Best regards,
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
    in reply to: Code Block – Help #550057

    Hi bibbitybop!

    It does not look like there is a submit button in your code. Where did you get this code from?

    Send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

Viewing 30 posts - 1,771 through 1,800 (of 14,834 total)