Forum Replies Created
-
AuthorPosts
-
November 4, 2014 at 4:29 pm in reply to: Subscribe link just like the one in the support forum #345915
Hi Yigit:
Nope, I have tried, the shortcode for this [fblike] like you linked in above comments doesn’t really do anything. And this introduction clearly indicates that :
”
Included in the WooFramework is a few custom shortcodes that you can use in all our themes. Shortcodes work in posts, pages and even widgets.
”Could you please tell me how to include the shortcodes in the woocommernce in enfold theme? Is it possible to use the woocommerce shortcode generator as well?
October 30, 2014 at 11:13 am in reply to: Subscribe link just like the one in the support forum #343328Hi Yigit:
Many thanks for your response, but didn’t I have to use wootheme to use the woocommerce shortcode?
Thanks a lot.
October 29, 2014 at 7:38 am in reply to: Subscribe link just like the one in the support forum #342580Sorry, just want to add, I want the subscribe link in a product page presented by woocommerce.
October 24, 2014 at 6:52 pm in reply to: Removing sidebar and extend the tag group in the single-product-page #340755Hi Enfold team:
I find a way to modify this by change the /enfold/config-woocommerce/config.php – avia_woocommerce_display_output_upsells function
something looks like
function avia_woocommerce_display_output_upsells()
{
global $avia_config;$products = $avia_config[‘woo_upsells’].$avia_config[‘woo_related’];
if(!empty($products))
{
$output=””;
$tabs = apply_filters( ‘woocommerce_product_tabs’, array() );
if ( ! empty( $tabs ) ) {
$output .= ”?>
(Some code from tag.php template from woocommerce)<?php;
}
$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”>’;
$output .= $products;echo $output;
}
}And it worked. However, I wonder if there is any way to overide this config-woocommerce/config.php in the child theme? I don’t want to change it every time when the enfold theme is updated
BR//
Heng
Hi Yigit:
Sorry, the \<\a\> is automatically changed by the forum here.
Hi Yigit:
I did not put anything online yet, but only doing test preparation on local server. I am just thinking you must have met many situations which requires adding html code to the MENU lable, If you can just try to embed any icon html code to the menu, you will noticed that there is a “\” node which includes the href attribute from custom link added automatically above the embed code by the menu settings.
Hi Yigit:
Thanks for your solutions. As I was trying this solution, there is a extra node added to the HTML code. Looks similar below:
<li id=”menu-item-755″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-top-level menu-item-top-level-1 dropdown_ul_available”>
<span class=”avia-bullet”>… ###This is automatically added
<span class=”dropdown_available”></span><span class=”avia-menu-fx”><span class=”avia-arrow-wrap”><span class=”avia-arrow”>The problem here could be when I add a link or a page to the menu, the node is added automatically which in my case will causing the icon menu item 80px blow the expected position. Do you think there is anyway around this? Or am I doing this the wrong way?
Thanks a lot.
Hi Ismael:
Thanks a lot.
Great support~
BR//
Heng GAO
Hi Arvish:
Thanks for the help, this should covered all the data. Anyway, perhaps in future deliveries, enfold could add a function that delete all the imported demo dummy data.
Best regards//
Heng
September 30, 2014 at 5:30 pm in reply to: How can i use the maintaince page in enfold using WP Maintenance Mode #327458Any suggestions would be appreciated:)
September 29, 2014 at 4:48 pm in reply to: How can i use the maintaince page in enfold using WP Maintenance Mode #326678Hi Yigit:
Thanks for the feedback.Actually, it is not the solution I am looking for. Because this way, when the users is not landing on my front page but other page on my site, the page will still be showing. this is not so called maintenance mode. When using WP maintenance mode plugin, the front-end and back-end will only show to the admin users. anonymous users will only see the maintenance page no matter which page url they have entered
I was wondering how you can use this maintenance page or coming soon page on your demo when your site is doing upgrade, modifications, (maintenance mode)
Thanks a lot
September 29, 2014 at 11:20 am in reply to: How can i use the maintaince page in enfold using WP Maintenance Mode #326426Any help or suggestions here will be appciated
September 29, 2014 at 10:10 am in reply to: How can i use the maintaince page in enfold using WP Maintenance Mode #326412Any on can anwser my question?
Hi Dude:
How can we check the php memory allocation besides checking phpinfo()?
Best Regards
Heng GAO
Hi Josue:
Many thank, it worked.
Great support here!!
Best regards.
Heng GAO
Hi Josue:
Thanks a lot for the quick feedback, just one more question. Does this solution will affect responsive features with different devices like iphone?
-
AuthorPosts