Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for sharing the info. I think it’s more of a caching issue, I think excluding the font from being cached might also fix the problem. Glad that you figured out what’s causing it :)
Best regards,
NikkoHi,
Thanks for sharing the solution that works for you, I think this would be very helpful to other who wants to achieve the same thing :)
Best regards,
NikkoJuly 11, 2017 at 11:51 pm in reply to: Make MailChimp form appear above footer in all pages. #819718Hey agilecic,
Yes, you would need to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/ and copy footer.php from the parent theme to the child theme and put the shortcode inside it.
Best regards,
NikkoHey johnmac1967,
Try to add this css code to fix it:
@media only screen and (max-width:767px) { #advanced_menu_toggle, #advanced_menu_hide { top: 133px; } }As for why it’s not showing any changes when you put it in style.css, it’s because of the browser caching, browsers to be more efficient loads the older css file that it has cached, to see the changes you need to clear the browser cache.
Best regards,
NikkoHi,
Would it be okay if we just hide the add to cart button?
Best regards,
NikkoJuly 11, 2017 at 11:40 pm in reply to: contact form data transfer to spreadsheet or mailchimp? #819709Hey Barbara,
I’m not really sure how to do and it’s already outside the scope of our support but you may want to use plugins for that for example use Contact Form 7 with this plugin: https://wordpress.org/plugins/cf7-to-google-sheet-extension/ hope it helps.
Best regards,
NikkoJuly 11, 2017 at 11:35 pm in reply to: How to change the color of load more button of Masonry gallery #819706Hey elctowson,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-masonry-load-more { background: #ebc015; color: #fff; }Hope this helps :)
Best regards,
NikkoHi,
Can you post a link to your site? so we can check it.
Best regards,
NikkoJuly 11, 2017 at 11:24 pm in reply to: Force mobile menu sooner not working with latest update #819699Hey mattcoomber1,
Can you post a link to your site? so we can take a closer look. You can put it on private content if you only want moderators to see it.
Best regards,
NikkoHey raisonbrands,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .products .product { width: 23.5%; margin-right: 2%; }Hope this helps.
Best regards,
NikkoHi,
The search and other icons is showing up properly on my end, I have tried to refresh several times but it seems to work consistently. Does this issue show on any browsers?
Best regards,
NikkoHey studioinktvis,
I haven’t tried this but I think it can be done with combination of this conditional tag https://codex.wordpress.org/Function_Reference/wp_is_mobile and woocommerce hooks. Hope this helps.
Best regards,
NikkoHey nikolaj,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-msie-11 .products .product.first { clear: none; }Hope this helps :)
Best regards,
NikkoHi,
Thanks for sharing the information :) Let us know if you need more assistance.
Best regards,
NikkoHey cipriana,
Try to use this css code but put it above the code that was given to you:
#top .main_color .tabcontainer .tab{background-color: #ffffff!important; color: #333333!important; }Hope this helps :)
Best regards,
NikkoJuly 10, 2017 at 12:01 pm in reply to: Function for childtheme to move product category title #818668Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that Ismael helped you. Thanks for using Enfold :)
Best regards,
NikkoJuly 10, 2017 at 9:46 am in reply to: Tab Section not working in Firefox browser and images not show in proper way in mobile responsive view #818609Hi,
Thanks for providing the ftp access. It should be fixed now :)
Let us know if it’s good on your end too :)Best regards,
NikkoHi,
I agree they show a lot of great sites :)
Best regards,
NikkoJuly 10, 2017 at 6:18 am in reply to: WooCommerce Product Reviews Not Displaying on All Products? #818557Hi,
Glad that you figured it out. Thanks for using Enfold :)
Best regards,
NikkoJuly 10, 2017 at 6:17 am in reply to: Tab Section not working in Firefox browser and images not show in proper way in mobile responsive view #818555Hi,
Sorry for missing this thread. I tried the sftp access but it doesn’t work on my end, but please do try the solution posted here: https://kriesi.at/support/topic/tabs-sections-dont-work-in-firefox/#post-805471
Best regards,
NikkoJuly 10, 2017 at 6:09 am in reply to: Function for childtheme to move product category title #818549Hi,
Can you try to add this code at the bottom of functions.php:
function add_custom_script(){ ?> <script type="text/javascript"> (function($){ function move_product_title() { $(".shop_columns_3 .page-title").prependTo(".template-shop.content"); } move_product_title(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Hope this helps :)
Best regards,
NikkoHi,
I don’t think that would help, can you change the permission setting of your .htaccess file since it’s not writeable? from 644 to 755 then change the permalink structure. The htaccess file should contain something like this:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] </IfModule>Hope this helps. :)
Best regards,
NikkoHey imexthemes098,
In the WordPress Dashboard go to Enfold > Advanced Styling > select Main Menu in the dropdown box then click on the Edit Element button and adjust font sizes and Save. Hope this helps :)
Best regards,
NikkoHi,
Thanks for pointing it out. I have found out this error (private content), you need to install the DOMDocument PHP extension, you might need to ask your webhost on adding it.
Best regards,
NikkoHi,
Thanks for providing the admin and ftp access. It’s fixed. You have commented on this code:
add_filter('avf_builder_boxes', 'add_builder_to_posttype');That’s why it’s not working :)
Best regards,
NikkoJuly 6, 2017 at 9:17 am in reply to: Contact Form Submit Button Google Analytics Goal Tracking #817098Hi,
Yes, it’s the tracking code as mentioned in the documentation. As for other details:
Action is the url in which your contact form is located so it’s something like: “http://domain.com/contact/”
Label: “”
Value: “Submit”Hope this helps.
Best regards,
NikkoHi,
Glad that you fixed it. Thanks for using Enfold.
Best regards,
NikkoHi,
Thanks for providing the ftp access, however I could not locate wp-config.php file in this directory (private content), although other files are present. Can you help point where it is located?
Best regards,
NikkoHi,
Thanks for sharing what’s causing the conflict and glad that it’s fixed. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
