Forum Replies Created

Viewing 30 posts - 39,511 through 39,540 (of 66,745 total)
  • Author
    Posts
  • in reply to: minor meta data #681505

    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!
    Ismael

    in reply to: Pagination not working on Search results page #681504

    Hi,

    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,
    Ismael

    in reply to: Problem with Portfolio grid #681503

    Hi,

    Try to decrease the default width of the columns.

    #top .no_margin.av_one_sixth {
        width: 16.65%;
    }

    Best regards,
    Ismael

    in reply to: Google map not working after update to 3.7.1 #680553

    Hey!

    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!
    Ismael

    Hi!

    We modified the code a bit. Please try it again. And what do you mean by “title-of-submenu”?

    Cheers!
    Ismael

    in reply to: Breadcrump shows wrong category #680548

    Hi!

    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,
    Ismael

    in reply to: Pagination blog grilled problem #680546

    Hey!

    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,
    Ismael

    in reply to: responsiveness issue #680544

    Hey!

    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,
    Ismael

    in reply to: Contact form is spammed #680541

    Hey!

    Please activate the captcha field. Or use the Contact Form 7 so that you can install the Honeypot plugin.

    Best regards,
    Ismael

    in reply to: function change page title #680538

    Hi 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!
    Ismael

    in reply to: sidebar in single product pages and shp overview page #680532

    Hey!

    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,
    Ismael

    in reply to: Assign custom sidebar on to the blog category pages #680521

    Hi 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!
    Ismael

    Hi 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,
    Ismael

    in reply to: Changing fonts for headings and text does not work #680509

    Hey!

    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!
    Ismael

    in reply to: Breadcrumbs Won't Work #680506

    Hi 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,
    Ismael

    in reply to: Changing primary color on a certain page #680503

    Hey 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,
    Ismael

    in reply to: Create Vertical Sub Menu #680495

    Hi!

    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!
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Menu solution #680491

    Hi 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!
    Ismael

    in reply to: Social icon in mobile menu #680489

    Hi,

    We modified the code a bit. Please check it now.

    Best regards,
    Ismael

    in reply to: Design have changed after update #680480

    Hi,

    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,
    Ismael

    in reply to: Masonry Gallery Tool Tip #680475

    Hi,

    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,
    Ismael

    in reply to: Multsite: Export > Import #680462

    Hi,

    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,
    Ismael

    in reply to: Transparent BG on product „inner_product_header“? #680459

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: SIDEBARS #679822

    Hi,

    Could you please provide a screenshot of the issue? The site looks responsive on my end.

    Best regards,
    Ismael

    in reply to: sidebar in single product pages and shp overview page #679821

    Hi,

    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,
    Ismael

    in reply to: adding the sidebar selector to post pages/CPT pages #679818

    Hey 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,
    Ismael

    in reply to: Mega Menu text color and spacing #679813

    Hey 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

Viewing 30 posts - 39,511 through 39,540 (of 66,745 total)