Forum Replies Created
-
AuthorPosts
-
I updated the theme and the strange code went away, please close this ticket.
I apologize Jordan, this was indeed resolved on our end after the ticket was submitted, feel free to close this out and thanks for your time.
I’ve posted the link several times in Private content, no offense but how do I get support from actual support staff? That is how it always used to work when I would fill out a ticket.
Ok, so I figured out how to right align the button, but am still having the problem that the widget is 1 row above the logo and not on the same row, alos I need two or three buttons side by side, how does that happen.
Why is this so hard to do with this theme?
Thank you for your help and advice I followed the above instructions and the button is showing in a row above the logo and centered instead of on the same row as the logo and right aligned, please advise any help is greatly appreciated, see URL
Hello?
Thanks Jordan the second snippet of code removed the border between social icons but the first snippet of code did not remove the white line running horizontally above the logo, please advise.
Thanks for the prompt response Mike, I want the image in the top bar in the upper left while social media icons remain in the upper right in the top bar, is this possible?
July 14, 2017 at 4:18 pm in reply to: What Is The Easiest Way To Remove Add To Cart Buttons in Woocommerce #821246I previously found that article and added the following to both functions.php and then woocommerce.php and neither worked to successfully remove the add to cart button
function WC() {
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’);
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’);
return WooCommerce::instance();
}Also, my fear is this is not a good solution as placing any kind of code inside the plugin itself will cause the modification to disappear after the next plugin update.
I have already done this and chose Sliding from right ONLY checked on all three slides, but they do not slide to the right and instead do random transitions, please advise and thanks for your help.
Hello?
Ok, the theme is updated but that did not solve the problem, still getting spam from the home page form
Ok, thanks the second set of code fixed the problem, why would the gallery not just work without gaps on its own without needing the two snippets of CSS code?
Thank you for your response, it cleaned up the gaps for the most part except for the second row, gaps still appear, please advise.
This sucks, so I deactive all of the plugins now everything is down with this error: Fatal error: Call to undefined function wp_cache_get() in /home/isfl/public_html/wp-includes/option.php on line 1117
Why did you ask for my admin info??
This is the newest version of the theme.
Theme still broken, please provide update asap please.
Sure, thanks for the prompt reply
I also am having a problem with my site after updating the theme, something is very wrong with my site, please advise asap
I appreciate it Andy, that put the address where I wanted it but on mobile the address and phone number overlap one another.
Also, it is covering the logo on mobile
Thanks for your help, but it just does not look right where it is, is there no possibility of putting it to the far upper left on the same row the phone number is on?
Well after reading through this enfold forum I saw the post about problems with the new version of WordPress, added the following code to functions.php and all is fixed, please disregard the above concerns and considered this topic close.
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);Hello, please help, there are major errors in the site as mentioned above.
Also on the mobile version, there is now a big gap under the slider since the update, please advise on a fix for that as well.
See below
I apologize for the confusion, I have updated the theme for sure now and the above problems are still happening, please advise.
Please advise on why the testimonials widget is not working as well as the toggles, I have confirmed I am using the latest version of the theme.
This is the newest version of the theme it was just updated yesterday
-
AuthorPosts