Forum Replies Created

Viewing 30 posts - 13,021 through 13,050 (of 14,834 total)
  • Author
    Posts
  • in reply to: help with vertical align (middle) of main menu #364208

    Hi wdwalrus!

    Try adding this to your custom CSS.

    #megaMenu.megaMenuHorizontal ul.megaMenu { top: 20px !important; }
    .header-scrolled #megaMenu.megaMenuHorizontal ul.megaMenu { top: 0px !important; }
    

    Regards,
    Elliott

    in reply to: making site look the same on mobile devices #364207

    Hey TheodoraPhotography!

    You can turn off the responsive settings in Dashboard > Enfold > General Layout > Dimensions.

    Cheers!
    Elliott

    in reply to: Theme Update from WordPress Dashboard #364204

    Hey GailSabol!

    Please give it at least 12 hours to check for the new version.

    Cheers!
    Elliott

    in reply to: Link in banner #364200

    Hi!

    The best way would be to just add the images inside the color section and set links to each one. This will ensure it stays responsive.

    There was actually an HTML tag for this called map, http://www.w3schools.com/tags/tag_map.asp, but it’s not very popular to use and we do not have any shortcodes for it.

    Regards,
    Elliott

    in reply to: Mobile Menu Arrows #364197

    Hi chantalinkdesign!

    Add this to your custom CSS.

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "" !important; }
    

    Best regards,
    Elliott

    in reply to: WordPress Update Issues #364196

    Hey!

    Try contacting your hosting provider to see if they have any idea on what is going on. If they do not then I would try reinstalling WordPress.

    Regards,
    Elliott

    in reply to: Widget on top of the menu sidebar #364192

    Hi heufti65!

    I don’t see the widget your referring to. I see a “Blieb Up to Date” widget but it’s in your footer.

    Go ahead and add the login widget so we can get a better idea of what’s going on.

    Best regards,
    Elliott

    Hi raktim4funia!

    1. They are displaying capitalized. Do you mean you want to make them display in all uppercase?

    2. Hmm, not sure what you mean here. When I add a product to the cart and checkout it says local pickup only. Did you get it sorted?

    Best regards,
    Elliott

    in reply to: Socket Font Size #364190

    Hey markpevans!

    Try this CSS code.

    #socket { font-size: 14px !important; }
    

    As for repositioning it are you trying to move the copyright text to the right instead of left? If so then add this.

    #socket .copyright { float: right !important; }
    

    Best regards,
    Elliott

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

    Hey melissahodge!

    Thanks for using Enfold.

    It may take up to 24 hours before you start seeing results. If your still having problems after that then deactivate all plugins and send us a WordPress login and we’ll take a look.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Grid row resposiveness #364185

    Hi!

    Try adding this.

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .avia-button.avia-size-x-large { padding: 25px 10px 23px !important; }
    }
    

    Best regards,
    Elliott

    in reply to: Open Sans font in Headers no longer responds to size control #364184

    Hey!

    You most likely have a typo somewhere in your CSS. I tried looking through it but there is quite a lot there and I couldn’t pinpoint it.

    Regards,
    Elliott

    in reply to: Enfold Mobile Menu Not Showing, And Ipad Overlaps logo #364183

    Hi windustries!

    Your header is 44px but for some reason it jumps to 232px for small screens and I’m not sure why. Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.

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

    Regards,
    Elliott

    in reply to: Top drop down menu – position & style #364182

    Hey anma!

    By default the dropdowns will be aligned flush to the left side of the link. If you want to move them around then you can try some CSS like so.

    .menu > li > .sub-menu { left: auto !important; right: 0px !important; }
    

    You can edit the font, size, and background in Dashboard > Enfold > Advanced Styling.

    Best regards,
    Elliott

    in reply to: Getting random apostrophes in the code, breaking the site. #364174

    Hi!

    Not sure what’s going on there. Let’s try the following.

    1. Deactivate all plugins.

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

    If your still having problems after doing those steps then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    in reply to: How to add overlapping vertical Logo? #364171

    Hey!

    You had a typo. Should be working now.

    Best regards,
    Elliott

    in reply to: Portfolio Item URL Structure #364170

    Hey!

    Try opening up /enfold/includes/admin/register-portfolio.php and change line 34 from this.

    'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>true),
    

    To this.

    'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>false),
    

    And then save your permalinks again.

    Cheers!
    Elliott

    in reply to: Team Member based on Users (with specific role) #364169

    Hi biekhois!

    Some of our elements can be used with custom taxonomies such as the blog posts element or masonry element. I suppose you could try editing those elements to display how your wanting but it is going to take a lot of time and code and would have to be considered custom work.

    If it was me I would probably use the blog grid, http://kriesi.at/themes/enfold/blog/blog-grid/, and then create a custom excerpt for each post to include their name, title, etc etc.

    Cheers!
    Elliott

    in reply to: Lightbox Image size #364164

    Hey!

    It’s not about the size of the image. Maginific will always constrain it to fit inside your screen. This is a good feature to have because users get annoyed when they have to scroll horizontally. And if you were to change that then it would break the display on mobiles.

    Changing this would have to be considered custom work though. You can try contacting the magnific authors for more information.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Header fonts rendered thicker when logged out? #363940

    Hey!

    Hmm, are you sure 300 is loaded by default? On my XAMPP setup I’m only seeing 400 and 600 by default. Perhaps you loaded the 300 manually?

    Or perhaps you were using Open Sans Condensed instead?

    'Open Sans Condensed'=>'Open Sans Condensed:300,700',
    

    Anyways, glad you got it sorted. Let us know if you have any other questions.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Content slider with image > Title of that image in lightbox #363934

    Hey jurgen1979!

    Try adding this to the bottom of your /enfold/functions.php file.

    add_action( 'wp_footer', 'enfold_customization_content_titles' );
    function enfold_customization_content_titles(){
    ?>
    <script type = "text/javascript">
    jQuery(document).ready(function(){
    	alert("test");
    	jQuery(".wp-caption a").each(function(){
    		jQuery(this).attr("title", jQuery(this).find("img").attr("alt"));
    	});
    });
    </script>
    <?php
    }

    And then make sure to set an alt text for your images when inserting them into the slide.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Contact Form #363933

    Hi!

    I’m not sure what it could be. Your getting emails from other sources with the addresses you are using correct? That’s weird it’s sending it to my email but not yours. Try creating a new gmail account and use that to see if it happens there as well.

    Best regards,
    Elliott

    in reply to: Contact Form: Plain Text (no HTML) #363930

    Hi henningtillmann!

    Try adding this to the bottom of your /enfold/functions.php file.

    add_filter( 'avf_form_mail_header', 'enfold_customization_plaintextemail', 10, 3);
    function enfold_customization_plaintextemail( $header, $new_post, $form_params ) {
    	$header = 'Content-type: text/plain; charset=utf-8' . "\r\n";
    	return $header;
    }

    Best regards,
    Elliott

    in reply to: Featured Products Slider #363927

    Hi jeremyO!

    There is not an option for that but you can change the default sorting in Dashboard > Woocommerce > Products > Default Product Sorting. So for example if you wanted the products who have sold the most to display first then you can set that there and our product shortcodes will pick it up.

    Cheers!
    Elliott

    in reply to: Woocommerce Product Page #363925

    Hi jeremyO!

    Open up /enfold/config-woocommerce/config.php and change line 854 from this.

    add_action(    'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
    

    To this.

    add_action(    'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 );
    

    Best regards,
    Elliott

    in reply to: Color Section #363918

    Hey djshortkut!

    I’m sorry but I’m not sure I understand. They look centered in your screenshots to me and also on your main site. Go ahead and highlight in your screenshot what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Masonry gallery image opens in new tab #363907

    Hi!

    It looks like your using the same child theme to me. I took a look inside your child theme and I couldn’t find anything that would be causing that though so not really sure why that is happening.

    Try download a fresh copy of our child theme and then activate it to see what happens. If the magnific popup works then add your customizations in piece by piece to see which part is causing the problem.

    Cheers!
    Elliott

    in reply to: How to break a line of text within a button #363901

    Hey!

    Looks like you got it sorted. Thanks for the help Flikk!

    Cheers!
    Elliott

    in reply to: Header logo stuck to top of header #363900

    Hi!

    Try adding this as well.

    .header-scrolled .logo img { top: 0px !important; }
    

    Cheers!
    Elliott

    in reply to: Pricing table rows height #363899

    Hey ax2201!

    If I understand correctly then you will want to add a codeblock element to your page and add this inside.

    <style type = "text/css">
    .pricing-table > li:nth-child(4) {
        min-height: 100px;
    }
    .pricing-table > li:nth-child(5) {
        min-height: 100px;
    }
    .pricing-table > li:nth-child(6) {
        min-height: 100px;
    }
    </style>

    That way you can set the height for each row in the three tables.

    Regards,
    Elliott

Viewing 30 posts - 13,021 through 13,050 (of 14,834 total)