Forum Replies Created
-
AuthorPosts
-
Hi!
I see, you may have already done this but i have to ask it anyways, have you tried disabling all third-party plugins to see what happens?
Alternatively, you could create a “standard page” where it is working fine and make the popup point to that page (iframe popup).
Cheers!
JosueHi Pete!
Sure, i used Functionality to store the custom function that overrides the default Enfold one (config-woocommerce/config.php), this is what it’s in there:
if( ! function_exists('avia_close_image_div') ) { function avia_close_image_div() { global $avia_config; if(is_product()) { $back =$_SERVER['HTTP_REFERER']; if((isset($back) && $back !='')) echo '<a href="'.$back.'" class="button">Go back</a>'; $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); } echo "</div>"; } }The thing about using this plugin is that if the code causes a fatal error it will disable itself and it won’t wipe the entire site.
Regards,
JosueHey!
I don’t really know what this happens only with Enfold but i think i found a fix, open /wp-content/plugins/woocommerce-tab-manager/admin/woocommerce-tab-manager-admin-functions.php and look for this line 102:
<label for="_override_tab_layout"><?php _e( 'Override default tab layout:', WC_Tab_Manager::TEXT_DOMAIN ); ?></label> <input type="checkbox" name="_override_tab_layout" id="_override_tab_layout" <?php checked( $override_tab_layout, "yes" ); ?> />Replace it by:
<label for="_override_tab_layout"><?php _e( 'Override default tab layout:', WC_Tab_Manager::TEXT_DOMAIN ); ?></label> <input type="checkbox" name="_override_tab_layout" id="_override_tab_layout" <?php checked( $override_tab_layout, "on" ); ?> />Regards,
JosueHey!
When you activate ALB on a Post, some of its native features (like the <–read more–> thing) will be lost. To get a custom excerpt showing on the blog page you’d need to set it here in each individual Post – http://screencast.com/t/PYhWTvGskRZ
Regards,
JosueOk, i’ve used another method to insert the custom function:
http://franzelina.com/wp-admin/plugin-editor.php?file=functions.phpIt is working on your single product pages.
Regards,
JosueHi Roman!
What’s the source of this content? where do you have this tab elements?
Best regards,
JosueNo, they weren’t theme errors. Probably something in WordPress or one of your plugins.
Best regards,
JosueMarch 26, 2015 at 11:39 pm in reply to: Updating site using FTP does not keep settings including color scheme #418903Hey Lyse!
Perhaps you -or the ones who helped you- changed the theme folder name (“enfold”) and that caused the Theme Settings to be re-set (these are saved with the theme folder name as the identifier). In any case this seems to be an isolated incident as there are thousands of users who update their themes via FTP without issue.
Regards,
JosueYour website seems to be down right now (it doesn’t load), i’m not seeing that error, try contacting your hosting provider.
Best regards,
JosueHi!
Add this to theme functions.php or wp-config.php:
error_reporting(0);Best regards,
JosueMarch 26, 2015 at 10:54 pm in reply to: Center Logo in Navgation and hover the pics like in eunoia #418882Hope it does the trick, by the way you may want to check with Codeable if you need more of a custom solution:
http://kriesi.at/contact/customizationCheers!
JosueIt works, the back link now shows as a button below the image:
http://franzelina.com/?product=da-vinci-flach-no-2Cheers!
JosueHey!
By scheme you mean the Theme Options found in “Enfold”? those are saved per language, but not per user, so you’d only need to save them in each language and that would be it.
If you need additional help with third-party plugins, etc i’d recommend you checking out Codeable:
http://kriesi.at/contact/customizationBest regards,
JosueHi Jessica!
FTP access doesn’t work, please re-check.
Regarding modifying the registration form you can use this plugin for that:
https://wordpress.org/plugins/user-meta/Cheers,
JosueOk, add this to to Quick CSS:
.single-post .big-preview { padding-left: 0; } .flex_column .template-blog .big-preview.single-big { margin-top: 20px; }Regards,
Josue-
This reply was modified 11 years ago by
Josue.
March 26, 2015 at 10:47 am in reply to: Error: -200, Message: HTTP Error. with Gravity forms #418406Personally i don’t, but i’ll leave this thread open in case someone else wants to help.
Regards,
JosueCheck it now.
Hey!
I opened Developer Tools to look for any requests returning 404 but all seem to be working fine, not sure what do you mean by “empty folder” to be honest.
Best regards,
JosueHi!
1. Hand me a FTP account in a private reply.
2. I don’t think so, that addon is to modify the checkout page, i’d suggest contacting the plugin author – https://support.woothemes.com/hc/en-us
3. You can only insert a single image there, however you can change its size with this plugin, once installed go to Settings > Media and change the Product Thumbnail image size.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueMarch 26, 2015 at 10:08 am in reply to: Error: -200, Message: HTTP Error. with Gravity forms #418375Hey!
Check if it happens with the default WP theme activated & all other plugins disabled.
Regards,
JosueHmm, not sure what did you mean, could you elaborate?
Regards,
JosueHi,
Can you please hand me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
I see, seems to be a IE limit problem, try the following:
http://stackoverflow.com/a/25532881Cheers!
JosueHi!
If you want to have the author gravatar + info to appear at the bottom of your Posts you’d need to use a plugin for that, here are some you can try:
https://wordpress.org/plugins/starbox/
https://wordpress.org/plugins/birds-author-box/
https://wordpress.org/plugins/sexy-author-bio/Best regards,
JosueHi!
Here’s how i see it on mobile (http://screencast.com/t/sEClm6Q8LG), i think that’s the expected result as the image needs to be scaled so it can fill the container vertically.
Regards,
JosueHi!
I believe i was referring to setting the image dimensions here – http://a.pomf.se/dojpek.png
Regards,
Josue -
This reply was modified 11 years ago by
-
AuthorPosts
