Forum Replies Created

Viewing 30 posts - 51,211 through 51,240 (of 66,314 total)
  • Author
    Posts
  • Hi!

    You added the code inside the comment tag. Please check it now. http://www.take-ad-way.com/

    Regards,
    Ismael

    in reply to: mobile search icon near the cart in mobile view #382275

    Hey!

    The cart icon is showing up fine. Please try to remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Linking two sites #382273

    Hi!

    Please make the image transparent then remove all white spaces. Set the file format to PNG. Add this on Quick CSS:

    .secondary-logo a {
    position: absolute;
    z-index: 1000;
    display: block;
    top: 0;
    right: 0;
    }

    Cheers!
    Ismael

    Hey jdrijver!

    Thank you for using Enfold.

    Please remove the modification then upgrade WP to version 4.1.

    Cheers!
    Ismael

    in reply to: Home page spacing #382268

    Hey thecszone!

    Thank you for using Enfold.

    The page is still using the full width slider. Please replace it with the layer slider then we’ll check it again.

    Regards,
    Ismael

    Hi alfincobain!

    Thank you for using Enfold.

    Try to use this on Quick CSS to remove the sort display filter:

    ul.sort-param.sort-param-count {
    display: none !important;
    }

    Use this on functions.php to change the cart icon:

    function avia_add_custom_icon($icons) {
    	$icons['cart']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue859');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);

    Adjust the icon key value.

    Best regards,
    Ismael

    in reply to: Accordion widget doesn't work on IE 9.8112.16421 #382264

    Hi!

    You can actually uninstall the browser: http://windows.microsoft.com/en-PH/windows7/how-do-i-install-or-uninstall-internet-explorer-9

    I also checked the site on IE9 and it’s working fine. If the demo is working fine then it is probably a plugin conflict. Try to deactivate all plugins then test it again.

    Cheers!
    Ismael

    in reply to: Theme header not showing on single post or categories #382261

    Hey sd142ppr!

    Thank you for using Enfold.

    You actually don’t have a logo by default. You added it using the Image element inside a Color Section on the homepage. Try to use the do_shortcode function on single.php to duplicate the home page layout.

    Best regards,
    Ismael

    in reply to: Something can't be right… #382260

    Hi!

    I checked the site again and it seems to be working fine now. Did you fix it?

    Regards,
    Ismael

    in reply to: Form style #382259

    Hi dekoff!

    Thank you for using Enfold.

    Add the width attribute on the shortcode:

    [av_contact_field label='Contactpersoon' type='text' width='element_half'][/av_contact_field]
    

    Regards,
    Ismael

    in reply to: Post Navigation #382256

    Hi!

    I tried to navigate the kids category and all posts seems to be showing fine. I’m not sure if you’re using the latest version of the theme. If not, please download 3.0.4 on your themeforest account then update the theme via FTP.

    Regards,
    Ismael

    in reply to: how to add custom blog header content above the first post? #382253

    Hey aron8778!

    Thank for using Enfold.

    You can add the code on index.php. This is the template file that is being used when you visit the Blog page.

    Regards,
    Ismael

    Hi!

    Yes, you’re correct. Replace the code with this:

    add_action( 'init', 'enfold_customization_remove_ga', 20 )
    function enfold_customization_remove_ga() {
    	if ( is_user_logged_in() ) {
    		remove_action('wp_head', 'avia_print_tracking_code', 100000);
    		remove_action('wp_footer', 'avia_print_tracking_code', 100000);
    	}
    }

    Cheers!
    Ismael

    in reply to: Openning external links in new tab or window #381448

    Hi!

    Try to replace the code with this:

    /**
     * Social Bookmarsk Attribute
     */
    
    //add_filter('wp_footer', 'avf_social_attr', 10);
    function avf_social_attr() { ?>
    <script>
    (function($){
        $(window).load(function(){
    		$(".social_bookmarks a").attr("target", "_blank");
    	});
    	
    })(jQuery);
    </script>
    <?php
    }

    Or edit includes > helper-social-media.php, remove everything then replace it with this code: http://pastebin.com/teD0tKsj

    Regards,
    Ismael

    in reply to: RSS Feed: How can I supress the featured image? #381447

    Hey JuergenB!

    Thank you for using Enfold.

    Try to use this on functions.php to remove featured images on rss feeds:

    remove_filter('the_content', 'featureimage_for_feeds');
    

    This might not work immediately. Try to wait a few hours before checking the feed or test it on another browser.

    Best regards,
    Ismael

    in reply to: Portfolio issue #381443

    Hey Tim2309!

    Thank you for using Enfold.

    Set the Portfolio Grid Image Size to manual then select the image thumbnail size that you think is best for 4 column grid.

    Cheers!
    Ismael

    in reply to: Mail Chimp form CSS issue in footer #381442

    Hey!

    On mobile, you can set the width of the input fields to 100% then place it on top of one another. Use this:

    @media only screen and (max-width: 767px) {
    .mc4wp-form > label, .mc4wp-form input {
    width: 100% !important;
    }
    
    .mc4wp-form input[type='Submit'] {
    width: auto !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Use SVG as the logo… #381441

    Hey debenm!

    Thank you for using Enfold.

    Please post the website url here so that we can take a look at the current layout of the site. A screenshot will help. You can try to add the svg as logo background. Try this on Quick CSS:

    .logo img {
    display: none;
    }
    
    .logo {
    background: url('http://lifeinconnection.com/calledhigher/files/2015/01/20150116_calledhigher_logo.svg') no-repeat;
    width: 340px;
    height: 125px;
    }

    Cheers!
    Ismael

    • This reply was modified 8 years, 6 months ago by Yigit.

    Hey vidaelf!

    Thank you for using Enfold.

    Try to use this on Quick CSS or custom.css:

    a.aviaccordion-slide-link {
    pointer-events: none;
    }

    Best regards,
    Ismael

    in reply to: Blog Post Excerpt #381439

    Hey blankonblank!

    Thank you for using Enfold.

    The excerpt or post content should show underneath the title by default. Looks like you figured it out. Is that correct?

    Regards,
    Ismael

    in reply to: Hiding a column with submenu widget for mobile #381438

    Hi!

    You can add another widget element same as the first one. Place the other one at the bottom of the text block. Use custom class css to hide the first widget menu on mobile then show the other one. Of course, you also need to use css media queries to hide the second menu widget on desktop.

    Cheers!
    Ismael

    in reply to: Boxed Layout Shadow #381437

    Hey AdDesign!

    Thank you for using Enfold.

    Please give us a link to the website. Try this on Quick CSS:

    .boxed#top {
    margin: 30px auto;
    }

    Regards,
    Ismael

    Hi!

    Try to replace the code with this:

    add_action( 'woocommerce_after_single_product_summary', 'add_custom_field', 0 );
    
    function add_custom_field() {
        global $post;
     
    	echo "<div class='prod-code'>Product Code: ";
    	echo get_post_meta( $post->ID, 'Product Code', true );
    	echo "</div>";
    
        return true;
    }

    Add this on Quick CSS to adjust the position of the product code:

    .prod-code {
    position: absolute;
    margin-top: -23px;
    right: 20%;
    }

    Best regards,
    Ismael

    in reply to: change color of tab titles #381433

    Hi iveyeng!

    Thank you for using Enfold.

    Use this on Quick CSS or custom.css to change the color and increase the font size of the tab title:

    .main_color .sidebar_tab, .main_color .tabcontainer .tab {
    color: #02a1e5;
    font-size: 12px;
    }

    Regards,
    Ismael

    in reply to: Mega Menu Width Issues on Certain Pages (not fixed) #381432

    Hey!

    Thanks for the update. We have escalated the issue to Kriesi but this seems to be a conflict with third party plugins and the mega menu script because it’s not happening on our installations and other websites with the Enfold theme. Please wait for Kriesi’s response. If possible, please post the FTP login details here so that we can investigate the issue further.

    Cheers!
    Ismael

    in reply to: Lightbox Image auto-resizing #381431

    Hi PeppyPeppsen!

    Thank you for visiting the support forum.

    Go to Settings > Media panel then set the width and height of the Large size thumbnail to 9999. Regenerate or upload the thumbnails again. Use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: How can I add some text to the right of the logo area? #381430

    Hi!

    Actually, the code works but the text is hidden below the header. Use this on Quick CSS:

    .logo, .logo a {
    overflow: visible;
    }
    
    span.subtext {
    position: absolute;
    top: 0;
    left: 220px;
    display: block;
    width: 150px;
    font-size: 15px;
    }

    Adjust the css values if needed.

    Cheers!
    Ismael

    Hi Micheal0424!

    Thank you for using Enfold.

    Please refer to this link for a possible fix: https://kriesi.at/support/topic/make-phone-number-and-social-icons-bigger/

    Cheers!
    Ismael

    in reply to: Responsive menu – Problem. #381427

    Hi!

    We added this css code on the Quick CSS field to fix the main menu on smaller screens:

    @media only screen and (max-width: 1052px) {
    .av-main-nav>li>a {
    padding: 0 5px; 
    }}

    Please remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Serve scaled images / Optimize images – Google Page Speed #381425

    Hi!

    Actually, the “Serve scaled images” criteria tells you to serve a smaller thumbnail version of the images. I checked the site and the images listed on this criteria is fully displayed without css or html resized so we can assume that this is a false positive result. Please try to follow the steps on the link provided above starting from installing a cache and minify plugin and optimizing the images manually or by a plugin, also mentioned on the link.

    Regards,
    Ismael

Viewing 30 posts - 51,211 through 51,240 (of 66,314 total)