Forum Replies Created
-
AuthorPosts
-
Hi richardelectrix!
Add this to your custom CSS.
@media screen and (max-width: 767px){ .product .tabs > li, .product .tabs > li > a { width: 100% !important; } }
Regards,
ElliottHi ckoulatsi!
1. You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to see the shortcodes in the layout builder.
2. Your links are timing out for me. Check with your hosting provider to see if everything is ok.
Regards,
ElliottHi richardelectrix!
Add this to your custom CSS.
.search article { min-height: 100px; }
Cheers!
ElliottOctober 15, 2015 at 6:15 pm in reply to: Theme is unusable slow after installing Demo Content #519473Hey beyondthestatic!
Your site loaded for me 3.9 seconds which is okay. You have 1MB worth of images on your homepage. They should be optimized (cropped / scaled down) for web.
You can also further optimize your site by installing a caching plugin and minifying your CSS / JS. A good plugin for this is the BWP Minify plugin, https://wordpress.org/plugins/bwp-minify/.
I recommend this tool, https://developers.google.com/speed/pagespeed/?hl=en, for checking your page speed. It will give you suggestions on what to do.
Regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey richardelectrix!
That’s going to take a lot of time and code so you will need to hire a freelancer out to help you with this customization. Or you can try contacting Woocommerce support for help since you have quite a large amount of customization requests.
Regards,
ElliottHey richardelectrix!
Add this to your custom CSS.
.variations_button { right: 0px !important; left: auto !important; position: absolute; width: 300px !important; bottom: 10px; }
Best regards,
ElliottHi richardelectrix!
Try adding this to the bottom of your functions.php file.
add_action( 'woocommerce_before_single_product_summary', 'enfold_customization_woocommerce_extra_text', 1); function enfold_customization_woocommerce_extra_text(){ echo 'your text goes here'; }
Regards,
ElliottOctober 15, 2015 at 6:04 pm in reply to: Why is the Reviews H2 text not the same size as the other H2 text? #519467Hey richardelectrix!
Add this to your custom CSS.
#comments h2 { font-size: 17px !important; }
Best regards,
ElliottHey Freek!
Try uploading the font here, http://www.fontsquirrel.com/tools/webfont-generator, it will give you the CSS necessary for cross browser support.
Cheers!
ElliottHey richardelectrix!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey Paul!
Send us a link to the page and we’ll take a look. You can set you reply as private if you wish.
Cheers!
ElliottHi Mercheric!
If your using the layout builder then the file your wanting is /enfold/template-builder.php.
Best regards,
ElliottHey andreamarucci!
Add this to your custom CSS.
.slide-meta > .slide-meta-comments, .slide-meta > .slide-meta-del { display: none !important; }
Cheers!
ElliottHi soltner!
Open up /enfold/framework/php/class-framework-widgets.php and change line 451 from this.
$additional_loop = new WP_Query("cat=".$cat."&posts_per_page=".$count);
To this.
$additional_loop = new WP_Query("orderby=date&order=ASC&cat=".$cat."&posts_per_page=".$count);
Best regards,
ElliottHi omardualtime!
You can use this CSS.
.logo { left: 50% !important; transform: translateX(-50%) !important; }
If your also wanting the menu links to split on either side of it then send us a link to your page and we’ll take a look.
Cheers!
ElliottHi henrik_malmqvist!
Your site is loading in 1.26 seconds for me which is very fast. It’s loading slow for you? That is weird. Perhaps your internet connection is having issues?
I see you already have stuff minified so I don’t see any ways of further optimizing the site.
Regards,
ElliottHi carmycurly!
Go ahead and send us a link to your page so we can see which element your referring to exactly. You can set your reply as private if you wish.
Regards,
ElliottHi AWZ!
Please see here, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/.
Regards,
ElliottHi milanissimo85!
Send us a link to one of these products and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottOctober 15, 2015 at 5:40 pm in reply to: Make blog posts summary display as single item on mobile #519446Hey richardelectrix!
Add this to your custom CSS.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100% !important; margin-left: 0px !important; } }
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
October 15, 2015 at 5:38 pm in reply to: Two columns (single WooCommerce product on left) – Make meet in the middle #519445Hi CharlieTh!
Add this to a codeblock element in the page.
<style type = "text/css"> .shop_columns_2 .products .product { width: 100% !important; } </style>
Best regards,
ElliottHi Linkeywordeux!
There are no PSDs for specific pages. You just need to drag the elements over to your page content to recreate that page. Also, you can import the demo in Dashboard > Enfold > Demo Import to have the page and images added to your installation automatically.
Or if you’d just like us to copy the shortcodes and paste them here for you then let us know.
Best regards,
ElliottOctober 15, 2015 at 5:30 pm in reply to: Drop down background-color is different in Internet Explorer and Chrome #519438Hey!
Try adding this to your custom CSS.
select option { background: white !important; color: black !important; }
Regards,
ElliottHey Jason!
I don’t think those two are related. See here for for the missing temporary folder error, https://wordpress.org/support/topic/missing-a-temporary-folder.
Regards,
ElliottHi richardelectrix!
Add this to your custom CSS.
#top .template-search.content .entry-content-wrapper { padding-left: 100px !important; }
Regards,
ElliottHey!
What is the code your using?
Regards,
ElliottOctober 14, 2015 at 10:15 pm in reply to: White screen after opening edit page and Avia Layout Builder loads #518950Hey Chris!
It’s only happening on that page? What happens if you delete / recreate the page?
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
You gave us login information but I cannot see your site URL in the screenshot.
Best regards,
ElliottHi stakavainio!
Try adding this to the bottom of your functions.php file.
add_action('wp_head', 'enfold_customization_extra_header_script'); function enfold_customization_extra_header_script(){ if ( is_page(12) ) { ?> <meta name=”apple-mobile-web-app-capable” content=”yes”/> <?php } }
And replace “12” with the ID of the page you want to add it on.
Best regards,
ElliottOctober 14, 2015 at 10:09 pm in reply to: Raleway Google font not rendering due use of font-name variants #518940Hi rpesce!
Hmm, that’s weird. Try deactivating all of your plugins to see if they are causing issues.
Can you send us a link to the page where the inline style is being applied? Also let us know which heading it is.
Best regards,
ElliottHey woodyalenton!
Add this to your custom CSS.
@media screen and (max-width: 1150px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Best regards,
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts