Forum Replies Created

Viewing 30 posts - 38,491 through 38,520 (of 66,745 total)
  • Author
    Posts
  • in reply to: theme option "Header Mobile Menu activation" #710541

    Hi!

    Thank you for the update and the screenshot.

    1.) The mobile menu transition should not be noticeable if the page loading speed is a bit faster than the current. Have you tried installing any cache or minify plugins? And could you please move the css modification from the rtl.css file to the Quick CSS field? The css codes from the Quick CSS field are loaded before the child theme’s rtl.css file. It should improve the transition.

    2.) We will ask Kriesi to include this css modification in the default rtl.css file of the theme.

    Regards,
    Ismael

    in reply to: Sidebar Menu is not looking as it should #710537

    Hi DROR!

    Thank you for using Enfold.

    Could you please provide a link to the page with the issue? Is that a widget?

    Regards,
    Ismael

    in reply to: Error in structured data #710173

    Hi!

    How did you add those images? Did you use the image shortcode? Are you familiar with any browser inspector? Inspect the element or image and then extract the actual markup of the shortcode. Rremove the itemprop attribute and then use it in the text widget instead of the actual shortcode. Example:

    <div class="avia-image-container-inner"><img class="avia_image " src="//thehomeimprovementstudio.co.uk/wp-content/uploads/2016/04/PremierPartnerLogoFullColour-Small.png" alt="AEG Premier Partner" title="AEG Premier Partner"></div>
    

    Best regards,
    Ismael

    in reply to: Create Extra Text Field #710170

    Hi!

    Please replace the method in the functions.php file with the following code:

    /* --------------------------------------------------------------
    ## >= Additional Text Field Below Category Overview
    ----------------------------------------------------------------- */
    add_action ('woocommerce_after_shop_loop', 'avia_product_text');
    function avia_product_text() {
    	global $post;
    	$args  = array( 'taxonomy' => 'product_cat',);
    	$terms = wp_get_post_terms($post->ID,'product_cat', $args);
    	$obj   = get_queried_object();
    	$desc  = '';
    	$title = '';
    
    	$count = count($terms);
    	if ($count > 0) {
    
    	   foreach ($terms as $term) {
    			if($term->name == $obj->name) {
    				$desc  = $term->description;
    				$title = $term->name;
    			}
    	   }
    
    	}
    
    	if(is_shop() || is_tax('product_cat')) {
    	   echo '<div class="product_extra_container">';
    	   echo '<h2 class="product-extra-title">'.$title.'</h2><h3 class="product-extra-desc">'.$desc.'</h3>';
    	   echo '</div>';
    	}
    }

    This will output the product category title and description below the product items automatically.

    Regards,
    Ismael

    in reply to: Contact form not working in Firefox #710164

    Hey!

    We removed the following methods in the functions.php file because you don’t need it anymore. The issues pertaining to those codes are already fixed in the latest version of the theme.

    /*
    *Close Button
    */
    
    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');
    
    function ava_googlemaps_apikey() {
    	$prefix  = is_ssl() ? "https" : "http";
        wp_deregister_script('avia-google-maps-api');
    	wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=AIzaSyBOhipDPxLWk4OEwU7s9527X66xxxxx', array('jquery'), '3', true);
    	wp_enqueue_script('avia-google-maps-api');
    }
    add_action('init', 'ava_googlemaps_apikey');

    By removing the “jquery” fix, the site should load the latest version of jquery. Please remove browser cache and hard refresh before testing the contact page again.

    Best regards,
    Ismael

    Hey Lucie!

    Thank you for using Enfold.

    1.) What do you mean by “on design”? Is this a category? I tried to login to the site but the login credentials are incorrect. Please check it carefully.

    2.) Could you please create two test posts so that we can see the issue? Use the advance layout builder in the first post and then the default editor for the second one. A screenshot will help as well.

    3.) The sidebar is rendered below the main content. How did you add a layer slider in the blog page? And where is the container with class attribute “pf-content” comes from?

    In the future, please create a single post for each inquiry. Thank you!

    Best regards,
    Ismael

    in reply to: customize woocommerce buy button area #710156

    Hey Casualmonkey!

    Thank you for using Enfold.

    Is it just me or the screenshots are the same? Have you tried the following plugin?

    // https://wordpress.org/plugins/wc-variations-radio-buttons/

    And a premium one.

    // https://woocommerce.com/products/variation-swatches-and-photos/

    Please ask the woocommerce team for more info.

    Regards,
    Ismael

    in reply to: Menu button highlight when custom menu active in widget #710154

    Hi!

    Thank you for the update. Please add this code below the previous one.

    .promising-practice #header .av-main-nav > #menu-item-5520 > a > .avia-menu-fx {
        opacity: 1;
        visibility: visible;
    }

    Best regards,
    Ismael

    in reply to: Version 3.7 is good for IE8, #710153

    Hi!

    I checked the site on IE8, Windows 7 and all elements are working including the countdown and the slider. This is the screenshot:

    // http://imgur.com/a/41HKO

    Please note that the theme partially supports the browser and we intend to drop it in the near future because the browser’s user share is too low.

    Best regards,
    Ismael

    Hi!

    Therefore’, I think that it should be done in the nearest update by the theme moderators.

    I’m sorry but we only rely on users to translate the theme for obvious reasons. And we usually advice every users to create a backup of their own translations or language files so that they won’t have to do it again once they update the theme. If you want to contribute, you can post your own translation files here. We are very sorry for the inconvenience.

    // https://kriesi.at/support/topic/please-contribute-and-translate-enfold/

    Cheers!
    Ismael

    Hi!

    I’m sorry but we can’t help you trace back custom modifications that we’re not part of. You can copy those templates inside the child theme folder and make sure that they have the same directory structure. For example, you should create a folder called “includes” and move the loop-author.php file inside.

    Cheers!
    Ismael

    in reply to: Word Wrap on Layersldier #710145

    Hi!

    Thank you for the info.

    Define the width or decrease the font size of the layer on mobile view. I checked the Attributes panel of the “title” layer inside “Slide #3” but I don’t see any custom css class or id there. What do you mean by “I added a class to the layerslider”?

    Regards,
    Ismael

    in reply to: How to use the empty space top right corner in the header #710143

    Hi!

    Yes, you can use the following plugin. https://wordpress.org/plugins/widget-logic/

    For additional questions or inquiries, please create a new post. Thank you!

    Cheers!
    Ismael

    in reply to: Open lightbox with an iframe #710141

    Hey alnalu!

    Thank you for using Enfold.

    You’re trying to open a page, inside an iframe, in the lightbox container. I’m sorry but that is not possible. You can only open an external link using the lightbox’s iframe mode or type. Why do you need to place the page inside an iframe?

    The code should be:

    <a href="http://www.pagehere.com?iframe=true" class="open-popup-link">Open</a>
    

    Regards,
    Ismael

    in reply to: Blog using LAYOUT BUILDER – Fonts/Styling #710140

    Hi!

    Please add this in the Quick CSS field:

    .archive .post-title.entry-title {
        font-family: Georgia, serif;
        font-size: 25px!important;
        color: #f15a29;
        text-transform: none;
        font-weight: normal!important;
        letter-spacing: 0px;
        line-height: 130%;
    }

    Do you want to remove the post meta info?

    Best regards,
    Ismael

    in reply to: Partner Logo – iPhone Portrait #710139

    Hi!

    I’m sorry but there are only 6 images in the logo/partner slider element in the home page. And every logo is displaying on mobile view. I watched the video and it looks like you’re using an emulator which doesn’t render the theme correctly. Did you check this on an actual mobile device?

    Best regards,
    Ismael

    in reply to: Page "News" – No components shown when editing the page #710138

    Hi!

    So from the very start I have the described trouble with the page “News” which is showing the
    content on “view” and no components in “edit”.

    I’m sorry but what do you by mean “no compononents in edit”? It is an unfamiliar term, at least with me, personally. Could you please elaborate on it further? And if you’re ready to provide a screenshot, please use imgur or dropbox.

    is there a chance to reimport some page in a theme where this page has been developed for?

    Unfortunately, this is not possible at the moment. You can’t import the dummy data multiple times because it will override the theme options.

    Regards,
    Ismael

    in reply to: Blog using LAYOUT BUILDER #710134

    Hi!

    Tags are missing : how to add?
    Author is showing: how to remove ?

    Edit the includes > loop-index.php file, look for this code around line 232:

    if(!empty($cats))
                        {
                            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            echo $cats;
                            echo '</span><span class="text-sep text-sep-cat">/</span>';
                        }

    Below, add this code:

    	            	if(has_tag())
    	            	{
    	                	echo '<span class="blog-tags minor-meta">';
    	                	the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
    	                	echo '</span></span>';
    	            	}
    

    Remove the author with this css code:

    .html_elegant-blog .archive .post-entry .blog-author, .html_elegant-blog .archive .post-entry .comment-container + .text-sep {
        display: none;
    }

    http://www.tcm-team.at/blog/
    Tags are missing : how to add?

    The modification in the loop-index.php file that we suggested above should take care of this as well.

    Best regards,
    Ismael

    in reply to: theme option "Header Mobile Menu activation" #710129

    Hey!

    The short delay is normal because the mobile menu script is executing. It’s not that noticeable on the other site because there’s no video and there are no portfolio items with featured images. I don’t think the css code that @vinay provided is affecting the delay.

    Best regards,
    Ismael

    in reply to: Avia Layout Editor Loading Forever #710125

    Hey!

    I’m sorry but I have no idea what’s going on with your site, maybe it’s a browser issue or a custom settings in your phone. Did you test this on other devices? Can you reproduce the same issue on the demo?

    // http://kriesi.at/themes/enfold/

    Best regards,
    Ismael

    in reply to: Random post sorting not working #710123

    Hey!

    I’m sorry but I’m not sure why the “orderby” option is not working. I tried to filter the query in the functions.php file but no dice. Did you modify any of the theme files or did you filter the query? This is the code in the functions.php file:

    //portfolio query
    add_filter( 'avia_post_grid_query', 'avia_post_grid_query_mod', 10, 2);
    function avia_post_grid_query_mod( $query, $params ) {
    	$query['orderby'] = 'rand';
    	return $query;
    }

    Cheers!
    Ismael

    in reply to: Cinemagraphs in slider #710121

    Hi cipriana!

    Thank you for using Enfold.

    I’m sorry but I’m not sure if cinemagraphs are supported by the slider and I haven’t tried it personally. Please ask the plugin author for more info.

    Best regards,
    Ismael

    in reply to: Widget: WooCommerce Layered Nav not displaying #709659

    Hi!

    Great! Glad it is fixed. :)

    Cheers!
    Ismael

    in reply to: Enfold reuse portfolio items #709658

    Hey Garretsonnn!

    Thank you for using Enfold.

    You can do it in the Tools > Import/Export of the WordPress dashboard or you can use a plugin.

    // https://wordpress.org/plugins/wp-csv/
    // https://wordpress.org/plugins/csv-import-export/

    Related link:
    // http://www.wpbeginner.com/wp-tutorials/how-to-exportimport-custom-post-types-in-wordpress/

    Regards,
    Ismael

    in reply to: Blog Image & Single Post Image Cropping #709657

    Hi!

    1.b) It using is the same thumbnail, “entry_without_sidebar” or “entry_with_sidebar”.

    2.) Do you want to disable the lightbox? Please go to the Enfold > Theme Options panel and then disable the Lightbox Modal Window option.

    Best regards,
    Ismael

    in reply to: Removing link from the title of a single post #709655

    Hi!

    Thank you for the link. Please use this css code in the Quick CSS field.

    .single-post .post-title.entry-title a {
        pointer-events: none;
    }

    Best regards,
    Ismael

    in reply to: Homepage icon boxes misalignment #709647

    Hey dalen550!

    Thank you for using Enfold.

    It doesn’t line up correctly because the title creates another line. Anyway, I don’t think this is an issue because most users do not use the zoom feature of the browser. And if they do, I don’t think they will mind the alignment of those box. However, if you’re really bothered with that, you can decrease the font size of the title.

    .iconbox_content_title {
        font-size: 1em !important;
    }

    Cheers!
    Ismael

    Hey longlife0428!

    Thank you for using Enfold.

    Please add this css code in the Quick CSS field.

    .html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
        display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Header #709644

    Hi!

    Is that a special heading element? You can set the Heading Style to the “Modern” options and then specify the Heading Size. Or post the url to the site so that we can inspect the element.

    Best regards,
    Ismael

    in reply to: Catchable fatal error when use pages of search results #709642

    Hi WolfvanHaeren!

    Thank you for using Enfold.

    I’m not sure if you have the latest version of the theme because the debugging info inside the title tag is missing. Do you have version 3.8.1 of the theme? If you don’t have that one, please update the theme to the latest version.

    Regards,
    Ismael

Viewing 30 posts - 38,491 through 38,520 (of 66,745 total)