Forum Replies Created
-
AuthorPosts
-
November 14, 2014 at 10:13 pm in reply to: Lightbox and other image effects not working when Woocommerce plugin activated #351531
Hey JBHope!
You have the latest version of Enfold and when you activate the Woocommerce plugin your lightbox and galleries stop working?
Make sure WordPress and the theme are updated to their latest versions and then deactivate all plugins. If the problem goes away then reactivate your plugins one by one to see which one is causing the problem. Also make sure Woocommerce is updated.
If your still having problems then send us a link to the problem and also a WordPress login. Be sure to set your reply as private when including login information.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey jockejansson!
Try selecting the “Single Author, small preview pic” layout in your blog settings or with our blog post shortcode and then add this to your custom CSS.
.small-preview { width: 300px !important; height: 200px !important; }
Cheers!
ElliottHi!
I’m not sure I understand. Josue, one of our team members, speaks Spanish so I’ll flag this for him.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Try commenting out line 965 in this file, /enfold/config-woocommerce/config.php.
//add_action( 'woocommerce_after_single_product_summary', 'avia_close_div', 3);
And then comment out lines 921 – 922.
//$output = "</div></div></div>"; //$output .= '<div id="av_section_1" class="avia-section alternate_color avia-section-small container_wrap fullsize"><div class="container"><div class="template-page content twelve alpha units">';
Cheers!
ElliottHi Coronacom!
That would have to be considered custom work but we can still change the title container with CSS.
.single-post .title_container { background: none repeat scroll 0 0 red !important; }
Or if you want to change it everywhere then do this.
.title_container { background: none repeat scroll 0 0 red !important; }
Best regards,
ElliottHi paulchiao!
You can set the maximum width in Dashboard > Enfold > General Layout > Dimensions.
Regards,
ElliottHey!
Not sure what else to tell you because it’s working fine on my XAMPP setup. Make sure you copy the code in my first post and paste it right before this line at the end of the file.
?>
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey rkoele!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Also paste the full contents of your Quick CSS field here so we can check the CSS your using.
Regards,
ElliottHey crkgolf!
I tested this on my XAMPP setup but it seems to be working fine. Can you send us a link so we can take a look?
Best regards,
ElliottHey TheElear!
Try installing this plugin, https://wordpress.org/plugins/post-types-order/, to easily change the order of your posts.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Currently there is a bug with our advanced layout editor and the Woocommerce shop page when using elements that open a new section. We’ll see if we can get that fixed in the next update.
As for the CSS go ahead and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottNovember 14, 2014 at 8:57 pm in reply to: Problem: Chrome doesn't display full size logo, IE11 yes, mozilla yes #351493Hi Susanne!
Try adding this to your custom CSS.
.logo, .logo a { overflow: visible !important; }
Regards,
ElliottHi!
It looks like your still using 3.0.1. Try updating the theme and deactivating all plugins. If that does not help then send us a WordPress login and set your reply as private and we’ll take a look.
Best regards,
ElliottHey RobbieHoen!
You may need to increase your memory, http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
If doing that and deactivating all plugins does not help then send us a WordPress login and set your reply as private and we’ll take a look.
Cheers!
ElliottHey kihlbaum!
Try adding this to the bottom of your /enfold/functions.php file.
add_action( 'parse_query', 'enfold_customization_homepage_sticky_posts' ); function enfold_customization_homepage_sticky_posts( $query ){ if ( is_home() ) { $sticky = get_option( 'sticky_posts' ); set_query_var( 'post__in', $sticky ); } }
Best regards,
ElliottHey!
I see the correct description being set in your source code.
<meta content="Hochbau, Tiefbau, Mobilfunknetz, Festnetz, Starkstrom, Schwachstrom" itemprop="description" name="description">
You can wait for google to crawl your site again or force it as seen here, https://support.google.com/webmasters/answer/6065812?hl=en.
Best regards,
ElliottHi!
Yes, right after line 93.
<div class='inner-container'> your code goes here
Cheers!
ElliottHey C-LabMX!
Try adding this to the bottom of your /enfold/functions.php file.
add_action( 'wp_footer', 'enfold_customization_hotspot_newtab' ); function enfold_customization_hotspot_newtab() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.av-image-hotspot_inner').attr( 'target', '_blank' ); }); </script> <?php }
Best regards,
ElliottHi!
Go ahead and reactivate them one by one to see which one is causing the issue.
Cheers!
ElliottNovember 14, 2014 at 7:16 pm in reply to: Re-Modifying and tweaking Woocommerce page layouts #351442Hey!
You can setup the shop page in Dashboard > Woocommerce > Products or use the Woocommerce shortcodes in a page.
Make sure to read over the Woocommerce documentation, http://docs.woothemes.com/documentation/plugins/woocommerce/.
Regards,
ElliottHi!
It looks like it’s because of the google maps API. Try this out, https://kriesi.at/support/topic/google-maps-element-javascript-conflict-with-maps-marker-pro-plugin/#post-351079.
Best regards,
ElliottHi!
Thanks for the help wolfdogg.
@seaventures, That’s the way I would do it as well. Create a backup and update the theme and then add your customizations into a child theme one by one.See here for a starter child theme you can use, http://kriesi.at/documentation/enfold/downloads/.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Are you sure you added it to the “HTML / Video / Audio” tab? Send us a WordPress login and set your reply as private and we’ll take a look.
Best regards,
ElliottNovember 14, 2014 at 6:43 pm in reply to: Product Archive Page Images and Single Page Image Woo #351427Hey KK!
1. Where are your category pages? I couldn’t find them on your site and when clicking on them in your dashboard they return no results.
2. Try adding this to your custom CSS.
.single-product-main-image { width: 50% !important; }
Best regards,
ElliottHi!
Have you tried switching to the default theme to see if it happens there as well?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.It’s most likely a setting or a plugin so I would try contacting Woocommerce support, https://support.woothemes.com/hc/en-us.
Regards,
ElliottHi wivsi!
If you use the advanced layout editor with the portfolio items then the featured image will not display in the single portfolio view. If your using the default editor and still want to hide them then try this CSS.
.single-portfolio .page-thumb { display: none; }
Best regards,
ElliottHi!
1. Yes the loop-index.php will handle all of those.
2. Try creating a folder in your child theme called /includes/ and then paste the file there.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey dosniner!
That is a part of the theme files so when you overwrite it with the new theme then your changes will be gone. If you want to make changes that are saved between updates then you will want to use a child theme, http://kriesi.at/documentation/enfold/downloads/.
To get your previous changes back you would need to reload a backup. Sometimes your hosting providers have automatic backups scheduled so I would check with them.
Cheers!
ElliottHey!
Yes but creating an option to disable it on certain pages would take a lot of time and code and would have to be considered custom work so you would need to hire a freelancer to help you out there. I recommend trying the CSS I posted as it’s a quick and easy solution.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Thanks for posting your solution. Let us know if you have any other questions.
Best regards,
Elliott -
AuthorPosts