Forum Replies Created
-
AuthorPosts
-
Hey!
Your website shows the meta description in the source code. I.e. on the homepage it’s:
<meta name="description" content="Bierproeverij en bier & spijs events. Spéciale verzorgt Bierproeverijen en bier & spijs events op locatie. Ook voor Horeca, Retailers & events."/>
Note that you can’t force google to use the meta description. It will generate the preview content based on the search term of the user and the relevance of your content. This is not a bug of the theme or Yoast SEO but it’s how google works….
Cheers!
PeterMarch 19, 2014 at 8:14 am in reply to: #bug: When I place a Product Grid, the Latest News widget stops working #239901Hey!
While I debugged the code I provoke a php error. Please replace the functions.php file (wp-content/themes/enfold/functions.php) with the original functions.php file to get rid of the error. You can use ftp to replace the file. Please also create me an ftp account because I must modify a file I can’t access with the default theme editor ( wp-content/themes/enfold/framework/php/class-framework-widgets.php ) and I don’t want to break your website while I debug the code.
Cheers!
PeterMarch 19, 2014 at 8:06 am in reply to: tabular table not showing second column in all the fist rows on mobile #239897Hey!
The default responsive layout will hide some data fields. If you want to show the entire table please use the “Make entire table scrollable” option: http://www.clipular.com/c/5393582290632704.png?k=b4ogTQH8nnEnef5DdPb23p2UtUw
Regards,
PeterHey!
Yes, sounds like the ajax api needs more memory. Try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
PeterMarch 19, 2014 at 7:59 am in reply to: WPML Mobile menu not working when selecting other language #239892Hi!
I fixed it. The W3TC plugin breaks the prettyphoto script and in return our menu script breaks because of a global js error. I activated the “manual” minify mode for now and the menu started to work.
Cheers!
PeterMarch 18, 2014 at 10:09 am in reply to: WPML language switcher disappeared after upgrading Enfold #239253Hey!
Yes we’ll see. If more user request advanced options we’ll look into it. However we didn’t get a lot of customization requests for the WPML language switcher in the past (maybe 5-10 overall) and I think the majority is happy with the default design. We must find a compromise between flexibility, usability and performance and imo adding these options will have a negative impact on the usability and performance and thus I’d like to go with my solution for now.
Regards,
PeterHey!
You can test the boxed layout here: http://kriesi.at/themes/enfold/?skin=Boxed%20Orange or here: http://kriesi.at/themes/enfold/?skin=Boxed%20Wood – personally I didn’t notice this jitter with Chrome or Firefox on Win8.1.
Regards,
PeterHey wtflovelife!
Go to the theme options page (Enfold > Import/Export). Click on the Upload button underneath the “Iconfont Manager” headline to upload your custom icon set.
Cheers!
PeterMarch 18, 2014 at 9:53 am in reply to: How to create transition from splash screen in php file #239240Hi Jane!
Imo this is not easily possible. You would need to place the splash screen as layer over the homepage content and then write a jQuery effect to fade out the splash screen layer when the user clicks on it. Then you must implement a cookie or localStorage script which saves the click event – otherwise the splash screen pops up every time the user navigates back to the homepage which is not very user friendly. Depending on your coding skills I recommend to hire a freelancer for this customization.
Best regards,
PeterMarch 18, 2014 at 9:48 am in reply to: Main menu item highlighted, when being on a grandchild page #239237Hi!
You can use the current-page-ancestor class to highlight it:
#header .sub_menu ul:first-child > li.current-page-ancestor > a { color: red !important; }
Best regards,
PeterHey!
Ok, I’ll leave this thread open.
Best regards,
PeterHi!
Copy includes/loop-index.php to your child theme folder (also put it into an includes folder – enfold-child/includes/loop-index.php) and delete this code:
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false)); echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>";
If you want to remove the date from the widget insert following code into your child theme functions.php:
function change_avia_date_format($date, $function) { return false; } add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
Regards,
PeterMarch 18, 2014 at 9:32 am in reply to: WPML language switcher disappeared after upgrading Enfold #239226Hi!
I chose an automatic solution. If the top bar is activated (i.e. because of the phone number option, social icons or secondary menu) the flags will be displayed in the top bar. If the top bar is not activated the flags will be displayed on the right side if the main menu. If an user wants to display the flags in the main menu although the top bar is activated this filter code (insert it into your child theme functions.php):
add_filter('avf_wpml_language_switcher_position', 'avia_change_lang_switcher_position', 10, 1); function avia_change_lang_switcher_position($position) { return 'main_menu'; }
allows him to change the position from the top bar to the main menu.
Best regards,
PeterHey!
Please insert this code into your child theme functions.php or into enfold/functions.php (at the very bottom of the file):
add_filter('avf_default_iconfont','avia_change_default_icon_font_para', 10, 1); function avia_change_default_icon_font_para($fonts) { $fonts['entypo-fontello']['append'] = ''; return $fonts; }
Regards,
PeterMarch 18, 2014 at 9:19 am in reply to: Bug: Having 2 portfolio's on one page conflicts when using pagnation #239222Hi hyperstream!
Not sure if you provided the right link but this video doesn’t help me to find a bug. Please post a link to your website where the portfolio doesn’t work and we’ll look into it. I created a test page on my test servers with two portfolios: http://test.inoplugs.com/contact/ and the pagination seems to work for me. Note that the pagination value is always the same and you can’t set different pages for different portfolios. I.e. if you visit this page: http://test.inoplugs.com/contact/page/7/ the second portfolio will be hidden because it just supports 6 pages and only the first portfolio supports 11 pages. You can’t i.e. set the pagination of the second portfolio to 6 and the first portfolio to 11. That’s unfortunately not possible because of wordpress core limitations.
Best regards,
PeterHi!
Please try to use a standard menu instead. Afaik this category dropdown menu is not part of the standard theme files and we can’t provide support for customized code.
Regards,
PeterMarch 18, 2014 at 9:05 am in reply to: WPML Mobile menu not working when selecting other language #239219Hi!
Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again. If this doesn’t help please create me an admin account and post the login credentials as private reply.
Cheers!
PeterMarch 18, 2014 at 9:03 am in reply to: #bug: When I place a Product Grid, the Latest News widget stops working #239217Hey!
Please create me an admin account – I’ll look into it.
Cheers!
PeterHey Jeff!
1) Go to the theme options page (Enfold > Sidebar) and tick the “Sidebar on Smartphones” checkbox.
2) Can you post a link to the page please – maybe we can hide them with css. The theme does not add any sharing buttons to the content and thus a plugin must cause this issue…
Best regards,
PeterMarch 18, 2014 at 8:44 am in reply to: Emergency: Cant set-up Slide show and upload some photos for silde show #239205Hey!
I think the preview adjustment does not have any effect on the image size. If you just want to display images I recommend to use the default slideshow (Easy Slider and Fullwidth Easy Slider) because they can handle different image sizes better than LayerSlider can. You can also try to set the images as background images for the slides: http://www.clipular.com/c/6568594074763264.png?k=N3uYwDSasZrWujCSZymRdWcbHFg
2) Can I set a default page that always link with category like travel on the home page – yes you can i.e. use the “post slider element”: http://www.clipular.com/c/5614905176621056.png?k=r2ZfLBGp-FXJ2Pi1dLUy7NRhZpA to display posts of a certain category on your homepage.
3) You can install bbpress by using the wordpress plugin installer (just search for bbpress) or download it here: https://wordpress.org/plugins/bbpress/ and upload the zip file.
Regards,
PeterHi!
You can remove the feed links. Just insert this code:
remove_action( 'wp_head', 'feed_links', 2 );
at the very bottom of your child theme functions.php or enfold/functions.php
Regards,
PeterHey rickytherhino!
The size is calculated automatically and using a fixed height will probably break the content. If you still want to try it use this css code (insert it into the quick css field):
#top .ajax_slide { height: 346px; }
and insert any custom value instead of 346px.
Best regards,
PeterHey addwebtoday!
I’m not sure but did you try to contact the Revolution Slider plugin author? If it crashes on iOS it might be a slider script bug. Another solution would be to hide the slider on IOs devices. You can use the avia-iphone and avia-ipad class to hide the slider on IOs devices.
Regards,
PeterHi!
1) Go to Enfold > Theme Options and select the front page from the “Frontpage Settings” dropdown. If this doesn’t work go to Settings > Reading and select the same page as “Static” page (make sure that the “A static page (select below)” option is selected.
2) You can hide the “you are here…” menu. Enfold 2.6.1 even introduced some new options to customize the header. Edit the page you want to use as the front page and on the right side in the “Layout” field search for the “Title Bar Settings” options. There you can select if the breadcrumb should be visible or not.
3) Use the Advanced Layout Builder on a page (just click the blue button) and then insert it as a media element: http://www.clipular.com/c/4764931148742656.png?k=AdR5mNJ-KIQbO9uxzsHpcX9Fqbg – note that Kriesi does not use a LayerSlider but a “Fullscreen Slider” element on the demo page. Afaik the LayerSlider does not support a fullscreen layout (covers entire screen siie) but it just supports the fullwidth layout (covers 100% of the screen width but you must set a fixed height).
4) You can change the menu width with this css code:
@media only screen and (min-width: 1140px){ .responsive .container .avia_mega_div.twelve.units { width: 1000px; } }
Replace 1000px with your custom value.
Cheers!
PeterHey!
Oh, the google maps widget does not support this option. However you can use this code to open the tooltip automatically:
add_filter('avia_google_maps_widget_config','avia_google_maps_change_widget_config', 10, 1); function avia_google_maps_change_widget_config($config){ $config = str_replace('google.maps.event.addListener','infowindow.open(map,marker); google.maps.event.addListener',$config); return $config; }
Insert the code at the bottom of enfold/functions.php or place it into your child theme functions.php file.
Cheers!
PeterHey!
I added the code to the config.php file. The next version will include the code and you don’t need to modify the theme.
Cheers!
PeterHey Bodymindlinks!
This seems to be a server configuration issue – maybe the Enfold zip file size is too big. If you want to use the wordpress installer please contact the host support staff and ask them how you can increase the file size limit. I recommend to install the theme with ftp: https://vimeo.com/64927356 for now.
Cheers!
PeterHi!
I’m sorry but I won’t follow these instructions. If you need help please make sure we can access the website without special tools. Give us an url and the login credentials and we’ll help you. We don’t have time to set up “host profiles”, etc.
Regards,
PeterHey!
Yes, or into your child theme style.css or into the quick css field (Enfold > Styling).
Regards,
PeterHi!
Versuche einmal folgenden Code am Ende von enfold/functions.php oder in deine Child Theme functions.php einzufügen:
add_action( 'avia_meta_header', 'avia_mlp_language_switch', 10); function avia_mlp_language_switch() { if(function_exists( 'mlp_show_linked_elements' )) mlp_show_linked_elements( array( 'link_text' => 'flag', 'show_current_blog' => FALSE ) ); }
Regards,
Peter -
AuthorPosts