Forum Replies Created
-
AuthorPosts
-
February 12, 2015 at 12:22 pm in reply to: Layerslider and responsive navigation disapear on sfari iphone #394928
Hi!
Thank you for using Enfold.
I checked the site on Safari mobile and it works fine. What is the version of the safari browser installed your phone? I’ll ask the rest of the support team to check it.
Cheers!
IsmaelHi!
Works fine on our installation. This should enable the custom fields or meta data for the portfolio items. Please get the code here: http://pastebin.com/cP303U3m
Best regards,
IsmaelHey superbikecoach!
Thank you for using Enfold.
Those files contain scripts that runs the Advance Layout Builder and other backend options. I’m not sure how it will affect the site’s google ranks.
Cheers!
IsmaelHey!
The thing is, we’re not familiar with the plugin. We can only provide support for basic aesthetic modifications and theme related issues. Unfortunately, third party plugins is beyond the scope of support. I’m sorry but you might need to hire a freelance developer who has enough experience with the plugin.
Regards,
IsmaelHey!
I have to add another closing tag before the “Caution” part. It’s not conventional but it works on this particular case. My guess is that you’ve added a lot of html tags inside the product description and forgot to close an element. Please check all product descriptions.
Cheers!
IsmaelHey!
If the template is working on other pages, is it OK if you just delete the default home page then create another? Honestly, we’re really not sure why the issue occurs on other installations but I guess, somehow, a combination of elements creates a layout with missing divs. Anyway, the home page looks OK now. Good job.
Cheers!
IsmaelHi xyzb!
Thank you for using Enfold.
I’m sorry but we don’t recommend using the ALB for posts because of these minor issues (featured image, related posts, full width element issues etc). Disable the ALB for posts then use the shortcode wand to insert shortcodes.
Cheers!
IsmaelFebruary 11, 2015 at 12:13 pm in reply to: Build an author page, similar to a portfolio grid? #394249Hey David!
Thank you for using Enfold.
I haven’t tried any plugin for this purpose so I won’t be able to recommend one. You can create a template or use the default author page link: https://blog.agilebits.com/author/dc/
You can edit author.php, includes > loop-about-author.php and loop-author.php.
Cheers!
IsmaelFebruary 11, 2015 at 12:09 pm in reply to: Google font (open sans) in post title – latin subset doesn't work #394246Hey TomaszStelmach!
Thank you for using enfold.
Add this on the functions.php:
function add_subset_func($fontlist) { $fontlist .= ",cyrillic"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Cheers!
IsmaelFebruary 11, 2015 at 12:00 pm in reply to: How to translate the "Read more ->" text into something else? #394237Hey!
Looks you managed to make it work by using before instead of after.
Cheers!
IsmaelHey MagicMajd!
Thank you for using Enfold.
Add this to the Quick CSS field:
html { background-color: white; }Best regards,
IsmaelHi!
Alright. Please post the login details here so that we can check it.
Cheers!
IsmaelHi mattolf!
Thank you for using Enfold.
When you use the masonry element, try to set the entries (Which entries?) to the podcast custom taxonomy.
Regards,
IsmaelHey!
I can see the issue now. Please try to install this plugin: https://wordpress.org/plugins/jquery-updater/
Regards,
IsmaelHi!
Thank you for using Enfold and sorry for the delay.
The sections starting from the third color section is outside the wrap all container. Did you any html codes on sections before this one? Website looks awesome. ;)
Cheers!
IsmaelHey awilson3rd!
Thank you for using Enfold.
Seems to load fine on my end. Have you tried using a cache and minify plugins?
Regards,
IsmaelHey!
Since the default menu causes the issue, try to remove it on mobile device. Add this to the functions.php:
add_action('wp_footer', 'ava_remove_menu', 10); function ava_remove_menu(){ ?> <script> (function($){ $(window).load(function() { if($(window).width() <= 480) { var menu = $('.main_menu'); $(menu).remove(); } }); })(jQuery); </script> <?php }Regards,
IsmaelHey!
This is for the tablet size:
@media only screen and (max-width: 989px) and (min-width: 768px) { #footer .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth { width: 23% !important; margin-left: 1% !important; clear: none; margin-top: 0; }}Looks like you managed to fix the smartphone view.
Best regards,
IsmaelHi!
We updated the documentation regarding product view sidebar. It should work now: http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/
If you want to remove the sidebar, just add this to the Quick CSS field:
#top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar { display: none; }Cheers!
IsmaelFebruary 11, 2015 at 10:52 am in reply to: Problems with sidebar and woocommerce single product page #394191Hey!
Something is missing on the documentation but it is fixed now. Please check: http://www.arajor.com/producto/blusa-casual-cuello-v-chiffon-j2268/
Best regards,
IsmaelHey!
Edit config-templatebuilder > avia-shortcodes > slideshow.php, find this code:
$html .= "<a href='#prev' class='prev-slide' ".av_icon_string('prev_big').">".__('Previous','avia_framework' )."</a>"; $html .= "<a href='#next' class='next-slide' ".av_icon_string('next_big').">".__('Next','avia_framework' )."</a>";Replace it with this:
$html .= "<div class='avia-slideshow-arrows avia-slideshow-controls'>"; $html .= "<a href='#prev' class='prev-slide' aria-hidden='true' data-av_icon='<' data-av_iconfont='entypo-fontello'>".__('Previous','avia_framework' )."</a>"; $html .= "<a href='#next' class='next-slide' aria-hidden='true' data-av_icon='>' data-av_iconfont='entypo-fontello'>".__('Next','avia_framework' )."</a>";You can change the data-av_icon attribute.
Regards,
IsmaelHey!
Add this inside the css media query:
.responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 0; }Best regards,
IsmaelHey!
We added this code to the Quick CSS field:
@media only screen and (min-width: 768px) { #wrap_all { position: static; }}Please remove browser and plugin cache then test the page again. Let us know if the issue persists.
Cheers!
IsmaelHi!
Looks like the text are separated by strong and link tags. Please post the login details here. We would like to check it.
Best regards,
IsmaelFebruary 11, 2015 at 10:03 am in reply to: Mobile Menu and WooCommerce Cart button don't look good #394172Hey!
Did you check it on actual mobile device? Is there any issue on iPad or iPhone view? Please post a screenshot. Are you trying to reproduce the issue just by resizing the browser window?
Best regards,
IsmaelHey!
Replace the code with this:
.grid-entry:hover a.grid-image:before { content: ''; display: block; background: transparent url('http://dev.forest-carbon.org/wp-content/themes/enfold-child/images/project-overlay.png'); width: 350px; height: 300px; position: absolute; top: 0; left: 0; z-index: 1000; border-radius: 0 !important; top: 0 !important; margin: 0 !important; background-color: transparent !important; } .grid-entry span.image-overlay.overlay-type-extern { display: none !important; }Best regards,
IsmaelHi!
Please use this on functions.php to remove the default flag options:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }Go to WPML > Language panel then enable the Display the language switcher in the WP Menu. Select the menu assigned as Enfold Main Menu. On Language switcher style, choose the Drop-down menu
Regards,
IsmaelHi!
I was able to see the logo issue on smaller screen sizes but I’m not sure if that’s the one you’re referring to. If possible, please provide a screenshot. You can use imgur, dropbox etc.
Cheers!
Ismael -
AuthorPosts
