Forum Replies Created
-
AuthorPosts
-
Hi!
Google does not recognizes the property blog post as an object of type Blog Posting.
Did you try this solution? https://kriesi.at/support/topic/the-property-blogpost-is-not-recognised-by-google-for-an-object-of-type-blogpost/#post-679795
Cheers!
IsmaelHi,
The site is using a very old version of the theme, 3.3.2, which is not compatible with WordPress 4.6. Please upgrade to version 3.7.1.
Best regards,
IsmaelHi,
Try to decrease the default width of the columns.
#top .no_margin.av_one_sixth { width: 16.65%; }Best regards,
IsmaelHey!
We checked the site today and the google map element is working. Did you figure this out? If you encounter any issue with the google map widget, please follow this thread. https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/#post-677308
Please review this short tutorial to activate the google maps api properly: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
UPDATE: The advance layout builder is not working in your installation. Please deactivate all plugins, remove browser cache or hard refresh the advance layout builder.
Cheers!
IsmaelSeptember 1, 2016 at 8:13 am in reply to: Breadcrumbs always shows Homepage first. Not showing submenu title. #680551Hi!
We modified the code a bit. Please try it again. And what do you mean by “title-of-submenu”?
Cheers!
IsmaelHi!
Looks like it’s a styling issue. And it is caused by this css code:
@media only screen and (max-width: 1024px) and (min-width: 768px) { .alternate_color .breadcrumb a { color: #fff; padding: 10px 0px 10px 15px; background-color: #64d2be; } } @media only screen and (max-width: 767px) { .breadcrumb-trail .trail-before { display: none; } }Please remove it or replace it with the following:
@media only screen and (max-width: 1024px) and (min-width: 768px) { .alternate_color .breadcrumb > * { color: #fff; padding: 10px 0px 10px 15px; background-color: #64d2be; } }Best regards,
IsmaelHey!
The pagination of the blog grid is not working because the theme is not updated. Please update the theme from version 3.4.7 to 3.7.1.
Best regards,
IsmaelHey!
Thank you for the screenshots but I don’t see any obvious issues with it aside from the images. Parts are cut off which is quite normal because the background size property of the grid cells is set to “cover” (http://www.w3schools.com/cssref/css3_pr_background-size.asp). This means that it will force the image to cover the cell container but parts of the images may have to overflow outside in order to keep its aspect ratio.
And the font size can be adjusted.
@media only screen and (max-width: 1024px) { .av-inherit-size .av-special-heading-tag { font-size: .7em; line-height: 1.3em; } }Regards,
IsmaelHey!
Please activate the captcha field. Or use the Contact Form 7 so that you can install the Honeypot plugin.
Best regards,
IsmaelHi clairemartindigital!
Thank you for using Enfold.
function custom_title_code(){ ?> <script> jQuery(window).load(function(){ // Get page title var pageTitle = jQuery("title").text(); jQuery("title").text("Don't forget to read this..."); // Change page title back on focus jQuery(window).focus(function() { jQuery("title").text(pageTitle); }); }); </script> <?php } add_action('wp_footer', 'custom_title_code');You should be aware of the disadvantages of this trick. http://plainmade.com/blog/14129/please-stop-the-title-swapping
For example, if the user opens two or more pages/posts from your website in new tabs, all tab titles will show the same “Don’t forget…” message.
This makes navigating around a bit tricky, and can apparently cause a few problems when using some bookmark apps (check out this post to learn more).
Cheers!
IsmaelSeptember 1, 2016 at 7:32 am in reply to: sidebar in single product pages and shp overview page #680532Hey!
Please update the header.php file as well because there are lines of code that are missing in there. And did you modify the config-woocommerce files?
UPDATE: We updated the header.php file.
Regards,
IsmaelSeptember 1, 2016 at 7:21 am in reply to: Assign custom sidebar on to the blog category pages #680521Hey!
Duplicate thread. Continue here: https://kriesi.at/support/topic/sidebar-in-single-product-pages-and-shp-overview-page/
Regards,
IsmaelSeptember 1, 2016 at 7:19 am in reply to: Logo schiebt sich bei Ansicht in Macbook über die Navigationspunkte #680519Hi Nicoletta_DUS!
Thank you for using Enfold.
Could you please provide a screenshot of the issue? We can’t reproduce it on our browsers. And please update the theme to the latest version, 3.7.1.
Cheers!
IsmaelSeptember 1, 2016 at 7:16 am in reply to: Accordion Slider Mobile – 3 full width underneath each other #680518Hi darneson!
#about + #accordion_slider_1 .aviaccordion-slide:not(“:first-child”)’This part is the selector of the accordion slides inside the “#accordion_slider_1” section. I added the selector of the #about section because there are color sections with the same ID which is not recommended or improper. You have to apply a unique Section ID to each section. Once this is done, you can use the Section ID plus the accordion slide class selector. For example, if the Section ID is “custom-section”, the selector would be:
#custom-section .aviaccordion-slide:not(“:first-child”)Anyway, I checked the new page but there is no section below the accordion slider. http://boutiqueyachting.com/ang-thong-tour/
Regards,
IsmaelSeptember 1, 2016 at 7:07 am in reply to: Changing fonts for headings and text does not work #680509Hey!
Thank you for the info.
2.) Please use this in the Quick CSS field:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { font-family: 'Capriola', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }3.) Could you please provide a screenshot of the issue? The code that we provided worked when we tested it on this page. http://welt-der-vorfahren.de/
Cheers!
IsmaelHi there!
In every page there’s a custom field called “header” and the value is set to “no”. Did you add this custom field? You have to edit each page, remove the value of the custom field or delete it completely.
Regards,
IsmaelHey Aline!
Thank you for using Enfold.
Please use this in the Quick CSS field:
.page-id-6264 .main_color a, .page-id-6264 .main_color strong { color: #5b9d29; }For the logo, you can do this: http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/
Regards,
IsmaelHi!
unique submenu for many posts
I’m sorry but what do you mean by that? It’s almost the same as adding a full width sub menu. The only difference is that you have to create an actual menu in the Appearance > Menus panel. If you don’t want to create multiple menus, use the following plugin to control the visibility of the menu items. https://wordpress.org/plugins/menu-items-visibility-control/
Cheers!
IsmaelSeptember 1, 2016 at 6:36 am in reply to: How do I set the background image on mobile for pages with video backgrounds? #680493Hi!
If I set the background image and video to a color section, won’t that remove the video from showing on the desktop version
It will display the video on desktop and then show a static image on mobile.
Best regards,
IsmaelHi jockejansson!
Thank you for using Enfold.
You have to insert the first element in the header.php file manually. Place the markup above this code:
<?php if(!$blank) //blank templates dont display header nor footer { //fetch the template file that holds the main menu, located in includes/helper-menu-main.php get_template_part( 'includes/helper', 'main-menu' ); } ?>If you want to use a shortcode, this function should help. https://developer.wordpress.org/reference/functions/do_shortcode/
Cheers!
IsmaelHi,
This code is in the style.css file of the child theme but I can’t find it.
@media only screen and (max-width: 1300px) { #top div .products .product { width: 49.5%; margin-bottom: 15px; } }You should remove that code. We also added the following css code in the Quick CSS field as a temporary fix:
ul.products li.first { clear: none !important; } div .columns-4 .products .product { float: left; margin: 0 1% 1% 0; padding: 0; position: relative; width: 24.25%; margin-left: 0; }Best regards,
IsmaelHi,
We are sorry for the delay. We would like to check the page but the url is missing. Are you referring to the browser tooltip? Unfortunately, we cannot remove that tooltip without removing the title attribute which is where the lightbox fetch the caption info.
Best regards,
IsmaelHi,
Did you try to export the Media files as well? The problem is that you’re using the advance layout builder so it doesn’t recognise the images as attachments.
Best regards,
IsmaelHi,
Thank you for the screenshot. Please add this in the Quick CSS field:
.main_color .inner_product_header { background: transparent; } .inner_product.main_color { background: transparent; } .avia_cart_buttons { background: #ffffff; opacity: 1; }Best regards,
IsmaelSeptember 1, 2016 at 5:37 am in reply to: single product page sidebar to right instead of below that won't break on mobile #680456Hi,
1.) Alright. Please revert it back to the original viewport:
@media only screen and (max-width: 1280px) { .responsive #top #main .sidebar { display: block; width: 100%; } .responsive .single-product-summary { width: 100% !important; } }is that the place where the sidebar would be is still there, it’s blank now instead, so the main content area did not seem to act responsive.
The code above should force the main content area to go full width and move the sidebar under.
2.) Add this inside the css media query above.
.single-product-main-image { width: 100%; }3.) Please create a new thread for this inquiry.
Best regards,
IsmaelHi,
Could you please provide a screenshot of the issue? The site looks responsive on my end.
Best regards,
IsmaelAugust 31, 2016 at 6:34 am in reply to: sidebar in single product pages and shp overview page #679821Hi,
Please remove the sidebar.php file from the child theme folder then add this code in the functions.php file:
add_filter('avf_custom_sidebar', function($custom_sidebar) { if ( is_taxonomy('portfolio_entries') ) { $custom_sidebar = "Sidebar Blog Cat"; } return $custom_sidebar; }, 10, 1);Best regards,
IsmaelHey acscreativenew,
Thank you for using Enfold
That option is not available by default but you can use the following plugin to control the visibility of the widgets in a specific widget area. https://wordpress.org/plugins/widget-logic/
Best regards,
IsmaelHey mgyura!
Thank you for using Enfold.
I’m sorry but we don’t have a styling guide for the mega menu container. Could you please provide a screenshot of the changes that you want to make? For the active parent menu, you can use this:
.current_page_parent.current_page_ancestor a, .current_page_parent.current_page_ancestor a span { background: blue; color: red; }Best regards,
Ismael -
AuthorPosts
