Forum Replies Created
-
AuthorPosts
-
March 17, 2017 at 12:46 am in reply to: Enfold 4.0.2 Text Block missing "Visual" and "Text" tabs. Can't close or save. #762283
Hi,
I am sorry, but I`ve accessed your site and the buttons are working normally – see here: http://prntscr.com/ekvwkd
Best regards,
John TorvikHey onurkurtic,
Unfortunately, this isn`t possible. You can see all the gallery styles here: http://kriesi.at/themes/enfold/shortcodes/gallery/
Best regards,
John TorvikMarch 17, 2017 at 12:22 am in reply to: Move breadcrumps to section above the logo area (header_meta) #762279Hey bliebner,
Please, to ensure the area that you`re talking, may you share with me your WP credentials?
Best regards,
John TorvikMarch 16, 2017 at 9:27 pm in reply to: GT Matrix is saying my enfold site desperately needs to 'minimize redirects' #762219Hey kieranvyas,
Are you display advertisement in your website? Those URLs looks like from ads providers (Google Adsense, for example).
Best regards,
John TorvikMarch 16, 2017 at 9:04 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762202Hi,
If you check my code, you
ll see that I commented the function with /* */ - I can do it for you, but I tried to access your FTP and there
s some wrong credential, may you check and provide me again?Best regards,
John TorvikHi,
This link http://kriesi.at/documentation/enfold/using-a-child-theme/ should help you to learn how to create and use a child theme. If you have issues to do it, provide to me your FTP and WP credentials in a private content.
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikMarch 16, 2017 at 8:55 pm in reply to: NextGen Gallery Pro – Disable Filmstrip on Mobile Devices #762191Hi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
To align your logo, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 767px) { .responsive .logo img { top: 22px; } }
Let me know if it works :)
Best regards,
John TorvikHey Andrea,
The Enfold has a default shop (http://kriesi.at/themes/enfold/shop/) with all features provided by WooCommerce and is possible create custom shops with the Advanced Builder, but this shop won`t have all the features like the default shop – follow an example: http://kriesi.at/themes/enfold/shop/masonry-shop/
Let us know if you have any other questions :)
Best regards,
John TorvikHi,
Great! Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
Let us if you have some question :)
Best regards,
John TorvikHi,
To force your footer to the bottom of the screen, add these custom CSS codes at Enfold Theme options > General Styling > Quick CSS
#top { position: relative; min-height: 100%; } #footer { position: absolute; bottom: 0; left: 0; width: 100%; }
To affect a specific page, replace the #top id for an exclusive body class that each page has. -> check here: http://prntscr.com/ekrt8r
Let me know if it works :)
Best regards,
John Torvik- This reply was modified 7 years, 8 months ago by John Torvik.
March 16, 2017 at 4:47 pm in reply to: How to Remove Previous and Next Arrows In Posts Using Functions.php #762057Hi,
You can try just comment the post_nav function at the functions-enfold.php in line 444 to 506. To facilitate, replace the code by this:
/*if(!function_exists('avia_post_nav')) { function avia_post_nav($same_category = false, $taxonomy = 'category') { global $wp_version; $settings = array(); $settings['same_category'] = $same_category; $settings['excluded_terms'] = ''; $settings['wpversion'] = $wp_version; //dont display if a fullscreen slider is available since they overlap if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true; $settings['type'] = get_post_type(); $settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy; if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true; if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true; $settings = apply_filters('avia_post_nav_settings', $settings); if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return; if(version_compare($settings['wpversion'], '3.8', '>=' )) { $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']); } $entries = apply_filters('avia_post_nav_entries', $entries, $settings); $output = ""; foreach ($entries as $key => $entry) { if(empty($entry)) continue; $the_title = isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," "); $link = isset($entry->av_custom_link) ? $entry->av_custom_link : get_permalink($entry->ID); $image = isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail'); $tc1 = $tc2 = ""; $class = $image ? "with-image" : "without-image"; $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >"; $output .= " <span class='label iconfont' ".av_icon_string($key)."></span>"; $output .= " <span class='entry-info-wrap'>"; $output .= " <span class='entry-info'>"; $tc1 = " <span class='entry-title'>{$the_title}</span>"; if($image) $tc2 = " <span class='entry-image'>{$image}</span>"; $output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1; $output .= " </span>"; $output .= " </span>"; $output .= "</a>"; } return $output; } } */
Let me know if it works :)
Best regards,
John TorvikMarch 16, 2017 at 4:36 pm in reply to: Improvement suggestion for mega menu hover bug in Firefox #762048Hey gugler,
May you share with me your website link? This way I can check this bug as soon as possible.
Best regards,
John TorvikHi,
Let us if you have some question :)
Best regards,
John TorvikHey AerobTec,
I can help you with custom CSS codes, but you need to share with me your link with this above element.
Best regards,
John TorvikMarch 16, 2017 at 4:06 pm in reply to: Caption Title and Text on Easy Slider displaying too big on mobile phone #762024Hi,
Try to add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media screen and (max-width: 769px) { .av-special-heading-tag { font-size: 20px !important; } }
Let me know if it works :)
Best regards,
John TorvikHi,
Let us if you have some question :)
Best regards,
John TorvikHi,
Sorry for the late response.
I solved your problem changing the Form Colors at the contact form element > colors to light and transparent. -> see the image: http://prntscr.com/ekou7k
Best regards,
John TorvikHi,
I`ve checked your image from the browser inspector and I found the “av-hide-on-mobile” and this is the reason that your image is disappearing in the mobile.
To fix it, go to your column settings > mobile > select the always display option at display mobile.
Let me know if it works :)
Best regards,
John TorvikHi,
Sorry for the late answer.
Once you open the WooCommerce default Page, the “Home Page of your shop” so to speak you will notice that the advanced layout editor is disabled by default. This is because Woocommerce overwrites the contents of this pages and executes a custom query for your products. This does not play well with the way the Advanced Layout editor works.
So, you have two options: create a normal page and use the Product Grid (available at the Advanced Builder) and the title or enable the Advanced Builder at defaults Woocommerce page with a PHP code. So, I followed the easier way and created this page with the title and products: “Shop Test” – the link is here: http://lussuriasexyshop.it/wp-admin/post.php?post=48441&action=edit
Now, about the description problem, I am trying to access the products, but I always have the 404 error – may you check this and return to me? – see the issue: http://prntscr.com/ekin7h
Best regards,
John TorvikMarch 16, 2017 at 12:30 am in reply to: ShiftNav Hamburger Menu Icon Always Accessable When Scolling Down #761694Hey Nathan,
You can solve this adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before { position: fixed; margin-left: -50%; }
Remember: If you have some problem with this hamburger menu on mobile devices, you`ll have to create a media query and edit the margin-left with the same rule above.
Best regards,
John TorvikHey nulrick,
I don`t know how you disabled the Enfold default lightbox, but ensure that you followed these steps:
To disable the Enfold lightbox, open the avia.js file at enfoldFolder/js/avia.js and find this line of code:
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
and replace by this:
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Make sure that the browser chase was cleaned.
Best regards,
John TorvikHi,
Alright.
Please, I`d like that you post a screenshot of the problem that you said “the logo is centered and overlaps the text menu” because to show the logo, you need to add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.logo a img { max-height: 264px; height: 264px; width: 150px; }
Best regards,
John TorvikHi,
You need to use this plugin https://wordpress.org/plugins/svg-support/ to upload the logo as SVG. After it, at Enfold Theme Options, upload the SVG that you want.
Let me know if do you have any questions.
Best regards,
John TorvikHi, Alessandro Ventullo!
When you pay the $60 you
ll use the theme forever, but you have a limited support time, so, if you want to use the support after expired, you
ll need to pay just for the support and not for the theme again.Regards,
JohnHey Sven,
Please, I`d like to check your page in the back-end. May you share with me the link that the problem is occurring and your WP credentials?
Best regards,
John TorvikHi,
I
ve checked your dashboard and you need to set me Administrator permissions because I can
t see all the menu. I think that it`s easier if you use this plugin https://wordpress.org/plugins/wp-google-fonts/ to add any google font.Best regards,
John TorvikHi,
Let us if you have some question :)
Best regards,
John Torvik -
AuthorPosts