Forum Replies Created
-
AuthorPosts
-
Hi!
WP Easy Cart should work with the theme but the templates you see on our demo site run on WooCommerce.
Refer to the demos shown on EasyCart page:
http://www.wpeasycart.com/wordpress_shopping_cart_demos/Cheers!
JosueHi!
Can you post a screenshot of your view? i’m not seeing the thing you are describing on your site – http://screencast.com/t/edO8Ma4kmI5
Regards,
JosueHi!
Try doing a hard refresh to empty your browser cache:
http://wiki.scratch.mit.edu/wiki/Hard_RefreshBest regards,
JosueJune 10, 2015 at 1:10 pm in reply to: How do I override functions-enfold.php in a child theme folder? #457169Hi!
You can’t simply override the whole functions-enfold.php in your child theme, however most of those functions are “pluggable”, meaning you can simply paste the whole code block to your child theme functions.php and it will load that instead – http://screencast.com/t/Lf7hTJuG50qF
Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://i.imgur.com/pksFWL7.png
Regards,
JosueHola Jorge,
Por lo que comentas podría ser que la imagen no haya sido borrada realmente, intenta revisar por FTP tu wp-content/uploads o simplemente sube la imagen con otro nombre.
Saludos,
JosueHey!
If you need this on a specific Page use a Code Block element otherwise if you want it site-wide, add the following to your theme / child theme functions.php:
add_action('wp_footer', function() { ?> <script type=”text/javascript” src=”https://apps.appmachine.com/gaysitgesguide/promote/js”></script> <?php });Best regards,
JosueHey!
We would require more information on when the issue occurs, erratic problems are hard to debug. Have you tried disabling all third-party plugins (except W3TC) to see if it gets fixed?
Cheers!
JosueHey!
This plugin works with the theme, not sure if it has the type of functionality you mention though.
Best regards,
JosueHey Thomas!
Go to Enfold > Footer and put [nolink] in the Copyright field – http://i.imgur.com/UDzymNa.png
Cheers!
JosueJune 10, 2015 at 11:21 am in reply to: Way to add shortcodes from toolbar into front end of site? #457117Hi!
Refer to the following article:
http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/Regards,
JosueHi,
If you are using an element that’s “editable” in Enfold > Advanced Styling (for example h1, h2, h3, h5, h6) you should be able to select the Font there and it will apply to LayerSlider.
Cheers!
JosueHey!
Try putting it in HTML, like:
<a href="link_to_impressum'>Impressum</a>Regards,
JosueHey!
Try adding this code to the Quick CSS:
body { padding: 20px; background-color: red; }Won’t work if you have a fixed header though.
Cheers!
JosueHi Heathcliffe!
Are you referring to the backend view?
Cheers!
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
The site is not loading on my end, i get:
ERR_CONNECTION_TIMED_OUTI’ll ask the other guys if it loads on their ends.
Cheers!
JosueHi!
1. No, the slider was not made with that type of functionality in mind, it may be modded but that’s something out of our scope.
2. Would suggest overwriting js/shortcodes.js from the child theme, you can use the following code in functions.php for that:
function change_scjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_scjs', 100 );Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_template_builder_custom_post_type_grid'); add_theme_support('add_avia_builder_post_type_option');Cheers!
JosueHey!
Not possible right now with Enfold sliders, but you can do that with LayerSlider – http://i.imgur.com/ojgWU4p.png
Cheers!
JosueHi!
Try setting the news page in the Theme Options instead – http://i.imgur.com/lvQOk7w.png
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
img.avia_image { width: 100%; }Cheers!
JosueHey!
Are you referring to the Ajax Portfolio Preview? you can put HTML or theme shortcodes there (columns for example).
Regards,
JosueHey!
1. Add this to Quick CSS:
a#trigger_this_on_load { display: none; }2. That would require some custom coding (cookie setting and detection), try wrapping the triggering code within a conditional like this:
add_action('wp_footer', function() { if ($_COOKIE['iwashere'] != "yes") { setcookie("iwashere", "yes", time()+315360000); ?> <script> (function($){ $(window).load(function() { $("#trigger_this_on_load").trigger('click'); }); })(jQuery); </script> <?php } });If that doesn’t work i’d suggest you to check the plugin @EdFritz kindly mentioned – https://wordpress.org/plugins/popup-by-supsystic/
Regards,
JosueHi!
Check it now, the socket backlink shouldn’t appear now.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.wpcf7-response-output { clear: both; }Cheers!
JosueHey!
The image there it’s displaying at its full size – http://a.pomf.se/dhgifk.png
Best regards,
Josue -
AuthorPosts
