Forum Replies Created
-
AuthorPosts
-
Hey GeoCreo!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then send us a WordPress login and a link to the page where your using the layerslider.
Regards,
ElliottHi abonnin!
Are you using a caching plugin? If so then be sure to clear the cache before viewing the frontend.
Be sure to deactivate all plugins while testing.
Best regards,
ElliottHi Mr_Duesseldorf!
Upload a fresh child theme and it should go back to normal.
Cheers!
ElliottHi!
Add a title element to the link and image.
<a href = "URL to your main image" title = "caption text"><img title = "caption text" src = "URL to your main image" /></a>
Best regards,
ElliottOctober 31, 2015 at 4:23 pm in reply to: Masonry Gallery layouts worse after publishing compared to Preview #527933Hey!
You have it inside a 2/3 column element. If you want it to display the fullwidth of the page then add it inside a 1/1 column instead.
Cheers!
ElliottHey!
Add a child theme, http://kriesi.at/documentation/enfold/downloads/.
And then paste the code into your child theme functions.php file.
Regards,
ElliottHi!
Try uploading the screenshots at imgur.com and then copy the URL to them and click on the “img” button in the editor when writing your reply to insert them.
Best regards,
ElliottOctober 31, 2015 at 4:18 pm in reply to: Increase number of showed columns in Masonry Gallery #527929Hi!
On closer inspection it looks like it’s going to take a lot more work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHi nightjar!
If your wanting to add it in the header then perhaps around line 62 in the /enfold/includes/helper-main-menu.php file would work for you.
Best regards,
ElliottHi!
Not sure I understand. Can you send us a link to the exact page and take a screenshot highlighting the exact images your referring to?
Best regards,
ElliottHi!
It appears to be working fine. I don’t see any javascript errors now and when I refresh the browser window when resized the mobile menu is displaying fine.
Take a screenshot and highlight what your seeing.
Regards,
ElliottHey schenkco!
We don’t have any options for that currently and it would take quite a bit of time and code to create a feature like that so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey tmkhc!
What happens when you comment out lines 90 – 91 in the /enfold/js/avia.js file?
if($.fn.avia_smoothscroll) $('a[href*=#]', container).avia_smoothscroll(container);
Best regards,
ElliottHey pbukur!
The fullscreen slider is going to display the images so they take up the full screen size, which depending on your screen size, could be very large. Your probably wanting just the fullwidth slider instead. I viewed your link and it looks like you already switched it to the fullwidth slider.
Best regards,
ElliottHi!
Probably because of your W3 Total Cache plugin. When you use a caching plugin be sure to clear it’s cache after making any changes to your site.
Best regards,
ElliottHi!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/, and set the title / description for your homepage and then have google fetch the page again in webmaster tools, https://support.google.com/webmasters/answer/6065812?hl=en.
Regards,
ElliottOctober 31, 2015 at 3:42 pm in reply to: WPML doesn't show feature image in blog page in other languages #527915Hi xenorob!
Send us a WordPress login and a link to the blog page and we’ll take a look.
Best regards,
ElliottHi!
Try this CSS out.
#mobile-advanced .menu-item > span::before { display: none !important; }
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi!
It does not look like there is an option for that, https://developers.facebook.com/docs/plugins/like-button.
Cheers!
ElliottHey!
Looks like WPML support got it sorted for you. Here is the solution for other users, https://wpml.org/forums/topic/translated-pages-not-saving-changes-only-visible-in-preview-mode/#post-733764.
Regards,
ElliottHi mambochic!
That would take a lot of time and code and would have to be considered custom work. Perhaps in the future the magnific script will be updated to include that swiping functionality, http://dimsemenov.com/plugins/magnific-popup/.
Best regards,
ElliottOctober 30, 2015 at 11:05 pm in reply to: Child Theme – Changes on a .php-file in another folder #527749Hi Chris!
Since it is wrapped in the “function_exists” line you can copy the whole function to your child theme functions.php file and it will be used instead.
if(!function_exists('avia_which_archive')) { /** * checks which archive we are viewing and returns the archive string */ function avia_which_archive() { $output = ""; if ( is_category() ) { $output = __('Archive for category:','avia_framework')." ".single_cat_title('',false); } elseif (is_day()) { $output = __('Archive for date:','avia_framework')." ".get_the_time( __('F jS, Y','avia_framework') ); } elseif (is_month()) { $output = __('Archive for month:','avia_framework')." ".get_the_time( __('F, Y','avia_framework') ); } elseif (is_year()) { $output = __('Archive for year:','avia_framework')." ".get_the_time( __('Y','avia_framework') ); } elseif (is_search()) { global $wp_query; if(!empty($wp_query->found_posts)) { if($wp_query->found_posts > 1) { $output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() ); } else { $output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() ); } } else { if(!empty($_GET['s'])) { $output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() ); } else { $output = __('To search the site please enter a valid term','avia_framework'); } } } elseif (is_author()) { $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author')); $output = __('Author Archive','avia_framework')." "; if(isset($curauth->nickname) && isset($curauth->ID)) { $name = apply_filters('avf_author_nickname', $curauth->nickname, $curauth->ID); $output .= __('for:','avia_framework') ." ". $name; } } elseif (is_tag()) { $output = __('Tag Archive for:','avia_framework')." ".single_tag_title('',false); } elseif(is_tax()) { $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); $output = __('Archive for:','avia_framework')." ".$term->name; } else { $output = __('Archives','avia_framework')." "; } if (isset($_GET['paged']) && !empty($_GET['paged'])) { $output .= " (".__('Page','avia_framework')." ".$_GET['paged'].")"; } $output = apply_filters('avf_which_archive_output', $output); return $output; } }
Best regards,
ElliottOctober 30, 2015 at 11:03 pm in reply to: You are logged as %USERNAME%, ans login/logout links at extra menu #527748Hey lookashow!
That’s kind of bordering on custom work but you could try using this function, https://codex.wordpress.org/Function_Reference/is_user_logged_in, to check if the user is logged in or not and echo some content out that way.
If you are wanting to add it in the header somewhere then I would try around line 63 in the /enfold/includes/helper-main-menu.php file.
Cheers!
ElliottHi habrastudio!
Try completely deleting both copies of Enfold in your WordPress theme directory before downloading + uploading a fresh copy from themeforest to see what happens.
Regards,
ElliottOctober 30, 2015 at 10:50 pm in reply to: Breadcrumb in Single Post View – strange path and wrong header text #527743Hey Chris!
Do you have an actual blog page setup in Dashboard > Enfold > Theme Options?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey swissfilm!
So it’s only displaying like that in IE? What happens when the default theme is activated? Have you contacted the plugin authors?
Best regards,
ElliottHi David57!
Run it through this, https://developers.google.com/speed/pagespeed/?hl=en, it offers nice suggestions.
The best way to speed up a WordPress site is to install a caching plugin. A plugin for minifying the JS/CSS such as BWP Minify would be great also. Also be sure to optimize the images your using for the web.
Other than that it depends on the server and your hosting provider as well as your own connection speed.
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey scobiac!
Add this to a codeblock element in the page.
<style type = "text/css"> @media screen and (max-width: 767px) { main .entry-content-wrapper > .av_one_half:nth-child(2) { transform: translateY(20px); } } </style>
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hey Rami!
1. You can style the menu links in Dashboard > Enfold > Advanced Styling. Send us a link to your page in regards to the search icon and we’ll take a look.
2. Please see here, https://kriesi.at/support/topic/installing-own-fonts/.
Cheers!
ElliottHey mmf1!
Your talking about the four image / columns right beneath the slider correct? http://kriesi.at/themes/enfold-shop/
Drag a “Grid Row” element to your page content and then add an image element inside each cell to create that look.
The grid row element can be found in the “Layout Elements” tab in the layout builder and the image element can be found in the “Media Elements” tab.
Best regards,
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts