Forum Replies Created
-
AuthorPosts
-
January 20, 2015 at 6:52 am in reply to: Contact form, breadcrumbs, slide, change word "all" in filter #382277
Hi!
You added the code inside the comment tag. Please check it now. http://www.take-ad-way.com/
Regards,
IsmaelHey!
The cart icon is showing up fine. Please try to remove browser cache then reload the page.
Cheers!
IsmaelHi!
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!
IsmaelJanuary 20, 2015 at 6:35 am in reply to: FAQ, Toggle, Testimonial animation not working: jQuery and pretty photo error #382270Hey jdrijver!
Thank you for using Enfold.
Please remove the modification then upgrade WP to version 4.1.
Cheers!
IsmaelHey 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,
IsmaelJanuary 20, 2015 at 6:29 am in reply to: Change icon on the product page, delete a box (sort) of the product page #382267Hi 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,
IsmaelHi!
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!
IsmaelJanuary 20, 2015 at 6:15 am in reply to: Theme header not showing on single post or categories #382261Hey 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,
IsmaelHi!
I checked the site again and it seems to be working fine now. Did you fix it?
Regards,
IsmaelHi 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,
IsmaelHi!
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,
IsmaelJanuary 20, 2015 at 6:01 am in reply to: how to add custom blog header content above the first post? #382253Hey 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,
IsmaelJanuary 18, 2015 at 12:26 pm in reply to: Avoid using the google analytics tracking code for admin users #381449Hi!
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!
IsmaelHi!
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,
IsmaelHey 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,
IsmaelHey 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!
IsmaelHey!
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,
IsmaelHey 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.
January 18, 2015 at 12:00 pm in reply to: don't want accordion slider images to link to anything. is it possible? #381440Hey 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,
IsmaelHey 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,
IsmaelHi!
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!
IsmaelHey 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,
IsmaelJanuary 18, 2015 at 11:51 am in reply to: WooCommerce – Adding custom field on Single Product Page issue #381436Hi!
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,
IsmaelHi 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,
IsmaelJanuary 18, 2015 at 11:23 am in reply to: Mega Menu Width Issues on Certain Pages (not fixed) #381432Hey!
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!
IsmaelHi 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,
IsmaelJanuary 18, 2015 at 11:19 am in reply to: How can I add some text to the right of the logo area? #381430Hi!
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!
IsmaelJanuary 18, 2015 at 11:17 am in reply to: Social media icons sized & telephone size in different sizes in Small bar at top #381428Hi 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!
IsmaelHi!
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,
IsmaelJanuary 18, 2015 at 11:09 am in reply to: Serve scaled images / Optimize images – Google Page Speed #381425Hi!
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 -
This reply was modified 8 years, 6 months ago by
-
AuthorPosts