Forum Replies Created
-
AuthorPosts
-
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,
ElliottHey TheodoraPhotography!
You can turn off the responsive settings in Dashboard > Enfold > General Layout > Dimensions.
Cheers!
ElliottHey GailSabol!
Please give it at least 12 hours to check for the new version.
Cheers!
ElliottHi!
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,
ElliottHi 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,
ElliottHey!
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,
ElliottHi 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,
ElliottDecember 7, 2014 at 1:09 am in reply to: I have problem capitalizing product name and Local delivery is not visible #364191Hi 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,
ElliottHey 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,
ElliottHey 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.
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,
ElliottDecember 7, 2014 at 12:48 am in reply to: Open Sans font in Headers no longer responds to size control #364184Hey!
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,
ElliottDecember 7, 2014 at 12:47 am in reply to: Enfold Mobile Menu Not Showing, And Ipad Overlaps logo #364183Hi 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,
ElliottHey 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,
ElliottDecember 7, 2014 at 12:30 am in reply to: Getting random apostrophes in the code, breaking the site. #364174Hi!
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!
ElliottHey!
You had a typo. Should be working now.
Best regards,
ElliottHey!
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!
ElliottHi 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!
ElliottHey!
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.
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.
December 6, 2014 at 12:38 am in reply to: Content slider with image > Title of that image in lightbox #363934Hey 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.
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,
ElliottHi 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,
ElliottHi 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!
ElliottHi 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,
ElliottHey 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.
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!
ElliottHey!
Looks like you got it sorted. Thanks for the help Flikk!
Cheers!
ElliottHi!
Try adding this as well.
.header-scrolled .logo img { top: 0px !important; }Cheers!
ElliottHey 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 -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
