Forum Replies Created

Viewing 30 posts - 8,731 through 8,760 (of 14,834 total)
  • Author
    Posts
  • in reply to: editing the backing HTML without breaking everything #418148

    Hi stunna42!

    An easy way to hide stuff from printing is to add this to your custom CSS.

    @media print {
          .tabcontainer { display: none !important; }
          .flex_column { display: none !important; }
          etc etc
    }

    We already include some print styles to make the tabs and toggles expand for printing, etc etc, but you can add that to the Quick CSS field or wherever you need. You can find our existing print styles in /enfold/css/print.css.

    This would be a lot easier than hunting through the files to add extra classes to all of the elements you want to hide.

    Regards,
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: Timeline feature? #418139

    Hey j1980mac!

    The closest thing we have to that is our iconlist shortcode, http://kriesi.at/themes/enfold/shortcodes/iconlis/. You can get creative with it and place it inside two columns with text on either side, etc etc.

    Best regards,
    Elliott

    in reply to: Enfold looks so bad on mobile #418130

    Hey DJQuad!

    The only thing I noticed was that the menu and logo were running into each other. You can change that with this CSS.

    @media (max-width:900px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Best regards,
    Elliott

    Hi xfacta!

    Add this to your custom CSS.

    .template-blog .blog-meta, .template-blog .blog-meta * {
      height: 200px;
      width: 200px;
    }

    Best regards,
    Elliott

    in reply to: Mobile Menu Doesn't Work After Update 3.1 #418126

    Hi mp3dk!

    I don’t have an iPhone to test on so I’ll flag this for the rest of our team to take a look.

    I checked on a Moto E and Nexus 7 though and it’s working fine. Try clearing your cache and make sure Safari is updated.

    Best regards,
    Elliott

    in reply to: Size of the Lightbox #418124

    Hi!

    The magnific popups are going to fit the images inside your screen. Are you trying to make it so they are displayed in fullsize regardless of the screen size? If you do this then there will be a horizontal scroll bar at the bottom of the screen and that tends to annoy people.

    Send us a link to your page so we can get a better idea of what’s going on.

    Best regards,
    Elliott

    in reply to: Slider issue on mobile and tablet devices #418118

    Hey!

    Hmm, that is pretty weird. Not sure what it could be.

    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.

    3. Create a new LayerSlider and check to see if it does the same.

    4. Create a new page and use the LayerSlider there to see if it does the same.

    Cheers!
    Elliott

    Hey johnkentsf!

    It looks like your getting two javascript errors which could be interfering with the popup. What happens when you deactivate all plugins?

    Go ahead and send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: How do I embed a button in the Enfold layer slider? #418114

    Hi omnivoroussoon!

    You should be able to use our button shortcode in the “Text” tab of the layer. That is not working for you? Send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: iframe chrome blur issue #418112

    Hey lucybb!

    Can you send us a link to one of these websites using the iframe? You can set your reply as private if you wish.

    Cheers!
    Elliott

    Hey!

    Ok, how are you trying to change it though? Are you trying to align it to the left? Highlight in your screenshot how your trying to customize it so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Crazy write-over #418047

    Hey wcykana!

    That’s your menu. By default it will display all of your pages which it looks like you have quite a few. Navigate to Dashboard > Appearance > Menus and create a new menu and assign it to the Enfold primary menu area and save.

    Cheers!
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: Logo start page #418044

    Hey Carsten!

    I’m not really sure what that is. Is it a video? What are the file types it gives you?

    Cheers!
    Elliott

    in reply to: Enfold Demo Import Error #418034

    Hey!

    Is WordPress updated? Send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Default gallery vs. shortcode gallery in Enfold #418030

    Hey!

    Yes, they are meant to touch each other. You can use this CSS to get rid of the white hover effect.

    .avia-gallery-thumb a {
      opacity: 1 !important;
    }

    Cheers!
    Elliott

    in reply to: Masonry heading stylings #418025

    Hey macmonkeymark!

    That sounds pretty complex. Go ahead and send us a link to your page and take a screenshot highlighting exactly what your trying to do and we’ll take a look to see if it’s feasible.

    Cheers!
    Elliott

    in reply to: google code #418022

    Hi woodbridgeoffice!

    Are you using a plugin such as this? https://wordpress.org/plugins/smart-google-code-inserter/

    I don’t know. It sounds like you would want to enable editing.

    Regards,
    Elliott

    in reply to: Page sidebar navigation Mods #418015

    Hey akmhou!

    In the sidebar.php file try moving lines 28 – 34.

    //Display a subnavigation for pages that is automatically generated, so the users do not need to work with widgets
    $av_sidebar_menu = avia_sidebar_menu(false);
    if($av_sidebar_menu)
    {
    	echo $av_sidebar_menu;
    	$default_sidebar = false;
    }
    

    So they are right above line 86.

    echo "</div>";
    

    Cheers!
    Elliott

    in reply to: Google Analytics not working in Enfold #418009

    Hi!

    I would try giving it some more time. Here are some troubleshooting tips you can do in the meantime, https://developers.google.com/analytics/resources/articles/gaTrackingTroubleshooting.

    Regards,
    Elliott

    in reply to: Remove Zebra Styling from data table #418004

    Hi reynoldsphobia!

    Add this to your custom CSS.

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white !important; }
    

    Cheers!
    Elliott

    in reply to: How to assign custom links to pages #418000

    Hi javaxpreso!

    I’m sorry but I’m not sure I understand. Your creating an image button and you want to set it to a custom URL? Are you using our image shortcode? If so then when you edit the shortcode click on the “Link settings” tab and you can set a manual link there.

    Or if your talking about the menus in Dashboard > Appearance > Menus then you can create a “Custom Link” on the left hand side. If you do not see the Link option then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Regards,
    Elliott

    in reply to: Avatar Disabled – Author Image #417987

    Hey kls1138!

    Open up /enfold/includes/loop-about-author.php and change line 11 from this.

    $gravatar     = get_avatar($email, '81', '', $gravatar_alt);
    

    To this.

    $gravatar     = '<img src = "URL" />';
    

    Cheers!
    Elliott

    in reply to: Issue with Facebook Like widget #417974

    Hi!

    Hmm, not sure what’s going on there. I noticed some weird errors when I activated just Enfold instead of your child theme though.

    Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Also, I tested the URL your using in the widget on my XAMPP setup and it’s doing the same thing, a pure white box, so perhaps it’s some kind of privacy setting you have setup in your facebook account? If you use the Kriesi facebook URL you can see it’s working fine.

    Regards,
    Elliott

    in reply to: Comments and comment box missing on pages #417957
    in reply to: Portfolio Grid pulling blog posts #417939

    Hi!

    Hmm, not sure what’s going on there. I deleted the page and recreated it and it seems to be working fine now though.

    Make sure to update Enfold to the latest version, 3.1.2.

    Regards,
    Elliott

    in reply to: problem with header when scrolling #417924

    Hi reraow!

    I think what your wanting to do is add this to your custom CSS.

    .avia-menu-fx {
      display: none;
    }

    If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    in reply to: issues since the new update of enfold theme #417919

    Hi samtma!

    I’m not really sure I understand but after logging in it looks like there are some maintenance steps we need to do first.

    1. Update WordPress.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. It looks like the theme files are corrupted and this will ensure everything is updated and working.

    3. If your still having problems after those two steps then try deactivating all plugins.

    Try those three steps out and let us know of the results.

    Regards,
    Elliott

    in reply to: Blank page = not responsive #417908

    Hey!

    1. You’ll need to set the “responsive under” option to 1140 or something similar. Currently you have it set to 0 so it’s not going to be responsive.

    2. Are you referring to the form in the page your having responsive troubles? If so then drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    #email { border: 2px solid red !important; }
    </style>

    If that’s not correct then send us a link to the exact page where the contact form is.

    Best regards,
    Elliott

    in reply to: Portfolio Thumbnail Quality #417904

    Hi!

    1. So your saying the thumbnail quality is poor? It looks fine on my end. You can always change the size of the thumbnails when you edit the portfolio shortcode though. It’s the “Portfolio Grid Image Size” option.

    2. You would have to edit each page separately. There is currently not a way to edit the templates once you have saved them but you can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.

    Best regards,
    Elliott

    in reply to: Sticky sort order for masonry or portfolio #417899

    Hi Tameez!

    When you say sticky do you mean you want it to stick to the top of your page as you scroll down? Try adding this to your custom CSS.

    .av-masonry-sort { z-index: 9999; position: fixed; }
    

    Regards,
    Elliott

Viewing 30 posts - 8,731 through 8,760 (of 14,834 total)