Forum Replies Created

Viewing 30 posts - 6,691 through 6,720 (of 14,834 total)
  • Author
    Posts
  • Hi luckylobo10!

    Yes, the cart and everything else will still display.

    Cheers!
    Elliott

    in reply to: Avia Layout Builder in Blog Posts #460737

    Hey cerelogic!

    It is for users who need complete control over how the post displays. If you want the post to display like a regular post then it would be best to use the default editor.

    There are the comments and social widget elements you can use to make it look like a regular blog post.

    Best regards,
    Elliott

    in reply to: Can't change "Blog – Die aktuellsten Neuigkeiten" #460731

    Hi Claudia!

    You can place it in the bottom of the functions.php file or inside your child theme functions.php file.

    If it still does not work then try switching it to this.

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
        if ( is_single() )
        {
            $args['title'] = get_the_title($id);
            $args['link'] = get_permalink($id);
            $args['heading'] = 'h1';
        }
    
        return $args;
    }

    Cheers!
    Elliott

    in reply to: WP Layerslider Grey Background #460727

    Hi Wils1234!

    Add this to a codeblock element in the page content.

    <style type = "text/css">
    #main > *:nth-child(1) {
      background: red !important;
    }
    </style>

    Cheers!
    Elliott

    in reply to: Social icons in footer #460724

    Hi annameis!

    Add this to your custom CSS.

    .social_bookmarks > li {
      border:  0px !important;
    }

    Best regards,
    Elliott

    in reply to: Jumping text on page load #460721

    Hi blimps!

    I don’t see it on my end. If it’s a slow connection then you could try enabling the page preloader in Dashboard > Enfold > Theme Options. That will give the user time to download the font file and for the browser to apply it.

    Best regards,
    Elliott

    Hey kalebw!

    Yes if I remember right it is around 430px. When you edit the page, edit the color section element and you can see what height is used. It will be either a percentage of the screen height or a custom pixel value that you can set.

    Regards,
    Elliott

    in reply to: Blog offset problem #460715

    Hi gmmediadienste!

    If your wanting to “connect” the magazine element and the blog posts element so they appear to be in sync then you’ll need to set the magazine element offset to 5 or 6.

    Cheers!
    Elliott

    Hey!

    I do not know. We have flagged the topic for Kriesi to take a look though so please be patient.

    Best regards,
    Elliott

    in reply to: Disable Image Fade in generally #460699

    Hey!

    You could try doing this, https://kriesi.at/support/topic/use-avia-js-in-child-theme/#post-230498, to be able to copy the file to your child theme and edit it there.

    Cheers!
    Elliott

    in reply to: Team Member social icons arrangement grid #460693

    Hey ferriscreative!

    Your talking about when you hover over the images correct? I only see one and two icons being used so I’m not sure I understand. Can you take a screenshot and highlight what your trying to do?

    Best regards,
    Elliott

    in reply to: Removing Permalink from H1 #460356
    in reply to: apply design from landing page to all other pages #460354

    Hi alfaweb2!

    It looks the same to me. Can you take a screenshot highlighting what your trying to do?

    Cheers!
    Elliott

    in reply to: Social share buttons order #460351

    Hey Mark_goessens!

    Try changing the order on lines 145 – 156 in /enfold/includes/helper-social-media.php.

    $default_arguments = array
    (
    	'facebook' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://www.facebook.com/sharer.php?u=[permalink]&t=[title]"),
    	'twitter' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]"),
    	'gplus' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "https://plus.google.com/share?url=[permalink]" , 'label' => __("Share on Google+",'avia_framework')),
    	'pinterest' => array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/button/?url=[permalink]&description=[title]&media=[thumbnail]"),
    	'linkedin' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=[title]&url=[permalink]"),
    	'tumblr' 	=> array("encode"=>true, "encode_urls"=>true, "pattern" => "http://www.tumblr.com/share/link?url=[permalink]&name=[title]&description=[excerpt]"),
    	'vk' 		=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://vk.com/share.php?url=[permalink]"),
    	'reddit' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://reddit.com/submit?url=[permalink]&title=[title]"),
    	'mail' 		=> array("encode"=>true, "encode_urls"=>false, "pattern" => "mailto:?subject=[title]&body=[permalink]", 'label' => __("Share by Mail",'avia_framework') ),
    );
    

    Cheers!
    Elliott

    in reply to: WP All import & Enfold – urgent client request #460342

    Hi siebensiebzig!

    I don’t know what the plugin is doing but you can export the Enfold theme options in Dashboard > Enfold > Import/Export and then import them again after you use the plugin.

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Menu size in iPad or tablet #460337

    Hi a-l-p!

    It would be best to hide that and display the responsive menu instead on that screen size. You can do this with the following CSS.

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

    And then play around with the 900px value to match the size of your ipad screen.

    Best regards,
    Elliott

    in reply to: My page will not appear. #460334

    Hey elliotstiller!

    Hmm, perhaps the permalinks got mixed up somehow? Try setting the permalinks structure to “postname” in Dashboard > Settings > Permalinks and pay special attention to any messages that WordPress gives you such as the .htaccess not being writable, etc etc.

    Also try deactivating all plugins while testing.

    I tried logging in but it’s not letting me. Is the information correct?

    Regards,
    Elliott

    in reply to: Mobile smart phone menu #460327

    Hi codecreative!

    It’s from some custom CSS your using.

    #menu-item-230 .avia_mega_div.avia_mega3.nine.units {
      left: -150px !important;
    }

    Try this instead.

    #header_main_alternate #menu-item-230 .avia_mega_div.avia_mega3.nine.units {
      left: -150px !important;
    }

    Regards,
    Elliott

    in reply to: Showing (L x W x H) #460323

    Hey Nin0!

    It’s something that should be asked in the Woocommerce support but send us a link to your product page and we’ll see if we can add that in with the CSS :after trick.

    Cheers!
    Elliott

    Hey elliotstiller!

    Try adding this to your custom CSS.

    #header_main .social_bookmarks {
      top: 110px !important;
    }
    @media screen and (max-width: 767px) {
    .social_bookmarks { display: none !important; }
    }

    If that is not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Blog Coments #460318

    Hey Tokyo!

    There is an option for this in Dashboard > Settings > Discussion > Other comment settings.

    Best regards,
    Elliott

    Hey elliotstiller!

    Sorry for the trouble. This is only happening on that page? Which content exactly is being removed? Can you send us a WordPress login so we can take a closer look?

    Regards,
    Elliott

    in reply to: hide mobile menu until scroll #460313

    Hey tjswarbs78!

    You can use this CSS to have it scroll down the page with you.

    #advanced_menu_toggle {
      position: fixed;
      right: 20px;
      top: 90px;
    }

    But to get it to behave like the regular menu and hidden until scrolling that is going to take a lot of time and code and would have to be considered custom work for now. Consider adding a feature request here, https://kriesi.at/support/enfold-feature-requests/.

    Regards,
    Elliott

    in reply to: Google speed fix #460308

    Hey lucky13media!

    The best way to optimize a WordPress site is to use a caching plugin such as WP Super cache or W3 Total cache. A plugin such as BWP Minify will help in minifying the JS and CSS as well.

    That should help with the pagespeed insights.

    Regards,
    Elliott

    in reply to: Restaurant and coming soon demo with Issues #460304

    Hi!

    Please do not create separate topics with the same issue.

    I viewed your new link but I do not see the problem, can you take a screenshot? I did notice that the “About Us” and “Wine selection” sections have a weird background image set. Perhaps your wanting to edit the page and remove the backgrounds for those sections.

    Cheers!
    Elliott

    in reply to: Display tables on mobile #460301

    Hi SenjaLp!

    It’s because some of your words are very long with no spaces or dashes in between. The browser has no idea where you want to “break” the word to the next line. If you would like to just hide the words when they run outside of the cell width then try adding this to a codeblock element in the page.

    <style type = "text/css">
    td {
      max-width: 1px;
      overflow: hidden !important;
      width: 33% !important;
    }
    </style>

    Regards,
    Elliott

    in reply to: Testimonials keep disappearing #460298

    Hi midischool!

    Let’s try the following.

    1. Deactivate all plugins and clear your browser cache.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are updated.

    3. Activate Enfold instead of the child theme.

    If the above three steps do not help then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: Problem demo import #460273

    Hi Lev!

    Make sure your using the latest version of Enfold, 3.2, and that WordPress is updated as well. Also be sure to deactivate all plugins while testing.

    If your still having trouble then send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Hide date on Grid Mansony blog #460272

    Hi Rémi!

    Try this CSS out.

    .av-masonry-date { display: none !important; }
    

    Best regards,
    Elliott

    in reply to: Custom sidebar widget area #460267

    Hey juanda99!

    Can you send us a URL to your page so we can take a closer look? Try deactivating all of your plugins except Woocommerce.

    Regards,
    Elliott

Viewing 30 posts - 6,691 through 6,720 (of 14,834 total)