Forum Replies Created
-
AuthorPosts
-
Hi rpletcher!
Thank you for using Enfold.
You can add two layer sliders on the page then use media queries to hide or show them on desktop or mobile device. Please refer to this link: https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
Cheers!
IsmaelSeptember 17, 2014 at 6:44 am in reply to: Making a Blog Post display on page as Feature Post. #320320Hey Marcelo!
Thank you for using Enfold.
You can refer to this link on how to add an order/orderby feature on the Blog Posts element: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
IsmaelSeptember 17, 2014 at 6:40 am in reply to: Mega Menu not wide enough and needs to show unlinked titles #320314Hey Robyone925!
Thank you for using Enfold.
1.) Use custom links as the headings and set the url to # (hashtag).
2.) Try to increase the column width with this:
#top #header .avia_mega_div > .sub-menu > li > ul > li a { width: 200px; }And the mega menu position with this:
.avia_mega_div.avia_mega6 { right: -600px !important; }Cheers!
IsmaelHey blankonblank!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#socket .sub_menu_socket li a { font-size: 15px; }Best regards,
IsmaelHi!
I’m still not sure why the full screen slider with the video is not working properly on your installation but your WordPress dashboard looks different than usual, the buttons, for example. Please go to wp-content > plugins then rename all plugin folders temporarily.
Regards,
IsmaelHi!
Looks like you didn’t set the Image Alignment of the Image elements starting from “Shoe Stretching”. Edit the element then set the alignment to “Center”.
Best regards,
IsmaelHi famewebdesign!
Thank you for using Enfold.
Did you add any modifications on the child theme? Please create a new page then add the Product Grid element. We would like to see the result.
Cheers!
IsmaelSeptember 17, 2014 at 5:50 am in reply to: Make portfolio item open ajax on desktop but open single page post on mobile #320304Hi!
I think a possible solution is to create two portfolio grids on the same page, one with the ajax preview enabled and the other not. Show or hide a portfolio grid on different screens using media queries.
Cheers!
IsmaelSeptember 17, 2014 at 5:48 am in reply to: Make portfolio item open ajax on desktop but open single page post on mobile #320303Hi Chris!
Thank you for visiting the support forum.
I will say that is not possible without major script modifications but I’ll ask the rest of the support team to take a look. Maybe they have a better idea.
Cheers!
IsmaelSeptember 17, 2014 at 5:45 am in reply to: Open "Ajax Portfolio Preview" at same location instead of scrolling to the top #320302Hey!
I’m referring to the snippet above. It will filter the posts by category when you click on the post navigation located at the edges of the browser on single posts view.
Cheers!
IsmaelSeptember 17, 2014 at 5:42 am in reply to: Advertising area widget – is it possible to display 3 or more pictures #320301Hi SennerGrillhaus!
Thank you for using Enfold.
You can use multiple Enfold Advertising Area widget. If you want the widget to supply 3 ads instead of 2, edit framework > php > class-framework-widgets.php, remove everything then replace it with this code: http://pastebin.com/fHbqvvuS
Cheers!
IsmaelHi Marcelo!
Thank you for using Enfold.
Use this to adjust the blog on smaller screens:
@media only screen and (max-width: 1139px) { .small-preview, #top .fullsize .template-blog .blog-meta { width: 100px; height: 100px; } #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 400px; } }Regards,
IsmaelHey!
It’s working actually, please look at the two screenshots you posted:
http://www.photoindia.com/wp-content/uploads/2014/09/Screenshot_2014-09-11-13-56-51.png
http://sumerised.com/wp-content/uploads/2014/09/Screenshot_2014-09-16-11-27-22.pngReplace the code with this:
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 90%; height: auto !important; top: 5px; } div#full_slider_1 { padding-top: 71px; } }Regards,
IsmaelHi!
@7miles: Why is there a php function there? Where did you add the css snippet? It should be added on the Quick CSS field. Please remove the php code.Best regards,
IsmaelHey blankonblank!
Thank you for using Enfold.
Add this on Quick CSS or custom.css:
.page-id-310 .flex_column.av_three_fifth.avia-builder-el-14.el_after_av_one_fifth.el_before_av_one_fifth { text-align: center; }Cheers!
IsmaelSeptember 17, 2014 at 4:56 am in reply to: I want to show a drop down of flags/languages for WPML but get a row of flags #320284Hi goossep!
Please use this on functions.php to remove the theme’s WPML 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 then the Display the language switcher in the WP Menu. Select your main or secondary menu. On Language switcher style, choose the Drop-down menu.
Regards,
IsmaelHi jnhaswell!
Thank you for using Enfold.
Do you mean some kind of alert message? You can add a unique class or selector on the link code. Like this for example:
<a class="external-link" href="http://www.google.com">Click Here</a>Edit functions.php, add this at the very bottom:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('a.external-link').click(function() { alert("You're going to a better place."); }); }); </script> <?php } add_action('wp_head', 'add_custom_script');Change the alert message.
Regards,
IsmaelHi!
Can you please provide a screenshot of the issue? You can use imgur,dropbox, clipular etc. to post a screenshot. Also, please try to increase the memory limit to at least 128M. Refer to this link: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Cheers!
IsmaelHey rightskewed!
Thank you for using the Enfold theme.
Looks like you’re using version 2.5 which is not compatible with WordPress 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelSeptember 16, 2014 at 9:26 am in reply to: Child theme – open links of post format link in a new window #319685Hey!
Which posts are you referring to? Please post a screenshot. Please try this:
add_filter('wp_footer', 'avf_add_target_blank', 10); function avf_add_target_blank() { ?> <script> (function($){ $(window).load(function() { $( "h3.av-magazine-title.entry-title a" ).each(function() { $(this).attr('target','_blank'); }); }); })(jQuery); </script> <?php }Cheers!
IsmaelHi!
Thank you for using the theme.
Please get a fresh copy of avia.js file then override the old one via FTP. The conditional code like is_page that you’re trying to add is php. It won’t work on a javascript file.
Best regards,
IsmaelHey!
Are you referring to the left content? Maybe this will work:
.home #main .container .content:before { content: ''; display: block; width: 9999px; height: 9999px; background: #e0edfd; position: absolute; left: -9999px; top: -50%; }Cheers!
IsmaelHi Ken!
Thank you for using Enfold.
Remove the borders with this:
.av-magazine-thumbnail, .news-thumb { border: none; }Regards,
IsmaelSeptember 16, 2014 at 9:07 am in reply to: How to change text in tooltip for social media icons in header. #319670Hey!
@sharwest: Thanks for sharing.@mrbenjamin: You can follow the code he posted above. Change this line on 83:
$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>";With this:
$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon']); if($icon['social_icon'] == 'mail'){ $html .= "title = 'Check your Email'"; } elseif($icon['social_icon'] == 'support'){ $html .= "title = 'Customer Support'"; } else { $html .= "title='".ucfirst($icon['social_icon'])."'"; } $html .= "><span class='avia_hidden_link_text'>".ucfirst($icon['social_icon'])."</span></a>";Cheers!
IsmaelHey akircher!
Thank you for using the Enfold theme.
The latest version of the theme uses a new kind of lightbox called MagnificPopUp. If you still want to use the prettyPhoto plugin, please disable the Lightbox Modal Window on Enfold > Theme Options. Install this plugin: https://wordpress.org/plugins/prettyphoto/
Best regards,
IsmaelHi shriii!
Thank you for using Enfold.
Are you referring to the nested navigation on the sidebar? You can add a custom menu widget or enable the Page Sidebar navigation on Enfold > Sidebar Settings.
Regards,
IsmaelSeptember 16, 2014 at 8:52 am in reply to: Text box editing problems (adds 'p' tags; white text; cross-browser) #319662Hey!
Thank you for the info.
It is a standard feature of WordPress called wpautop: http://codex.wordpress.org/Function_Reference/wpautop
Anyway, I created a test page then manually removed the spaces between the lines of Dessert tab. Please use the Text or HTML mode if you’re editing the content. http://snogren-design.com/test-page/#tab-id-4
Best regards,
IsmaelSeptember 16, 2014 at 8:34 am in reply to: Can't Edit Portfolio Entries or go back to Default Editor – Enfold #319656Hey tfx678!
Thank you for using Enfold.
Is the issue still happening when you update to Enfold 2.9.2? Please test it on another browser or computer. If possible remove the cache of the browser that you’re using.
Best regards,
IsmaelSeptember 16, 2014 at 8:30 am in reply to: Masonry Blog in Spanish not the same as in English #319653September 16, 2014 at 8:28 am in reply to: Avia Layout Builder Broken In WP 4.0 Theme Version 2.9.2 #319651Hey!
@jmaresca23: Please create a new thread with the issue description and your login details. Post the url of the thread here. If you have the time, after updating the theme to 2.9.2, please disable the cache and minify plugins if you have them installed. See if the issue persists.Regards,
Ismael -
AuthorPosts
