Forum Replies Created
-
AuthorPosts
-
Hi pako69!
On what browser and OS are you testing this? The logo looks fine on Chrome Windows 7.
Cheers!
IsmaelHi Mark!
Can you please give us a link to the website? I think it is the woocommerce update because I used the an older version of the plugin and it works. Please try to ask the woocommerce support team.
Cheers!
IsmaelHey AdDesign!
You can add this on Quick CSS or custom.css:
#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont { font-size: 25px; }Change the color using this:
.header_color .main_menu ul:first-child > #menu-item-search > a { color: red; }Best regards,
IsmaelHey gentlemansgazette!
That is how it’s supposed to work. You can set a minimum height for the testimonial content but I don’t think it will look good. Add this on Quick CSS:
@media only screen and (max-width: 767px) { .main_color .avia-slider-testimonials .avia-testimonial-content { min-height: 200px; } }You can adjust the min-height value to decrease the bump somehow.
Cheers!
IsmaelHey Michael!
It is not happening on our end. Can you please post a screenr or something so that we can see it? Did you activate any plugins prior to the issue?
Regards,
IsmaelHi!
You can use the Contact Form 7 plugin for that. Download it on this link. For each field you can enable the “Use this text as watermark?” option.
Best regards,
IsmaelHi toddgeist!
You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Best regards,
IsmaelHi Chenan!
You can’t switch between the Default and the Advance Layout Builder. You need to decide which one you want to use for the page. Please switch your theme to debug mode if you want to see the actual shortcode below the Avia Builder. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Best regards,
IsmaelHi andreano!
You have a lot of plugins installed, please try deactivate them one at a time. Try to recreate the slider from scratch, you may need to update the links as mentioned on the theme changelogs. Please deactivate the cache plugin.
Cheers!
IsmaelHi themereinhard!
I think the website is on maintenance mode. We need to inspect the sidebar. Please wait for Dude to respond.
Regards,
IsmaelHey Martin!
Can you please give us a link to the website? A screenshot of where you want the language switcher to be will help. :)
Best regards,
IsmaelFebruary 17, 2014 at 6:51 am in reply to: Portfolio grid thumbnails not showing after update to WP 3.8.1 + Enfold 2.5 #224784Hi!
Please give us a link to the actual page. We don’t have any idea how you created the layout so we need to inspect the actual page.
Cheers!
IsmaelHey ullastret!
Please add this on Quick CSS or custom.css to remove the background of the following area:
.header_color .container_wrap_meta, .header_color .main_menu ul { background: transparent; }Cheers!
IsmaelHey cbeneden!
Install the Codestyling Localization plugin. Go to Tools > Localization then scroll below and find Enfold. Look for the Deutsch translation then click “Edit”. Search for “You are here” then click edit and save. :)
Best regards,
IsmaelHi flinkfoxxx!
You can edit functions.php, find this code on line 443:
add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio' ) );Replace it with:
add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio','status' ) );We used the status post format. You can refer to this link: http://codex.wordpress.org/Post_Formats#Supported_Formats
You can edit the status format using this on functions.php:
add_filter( 'post-format-status', 'avia_status_content_filter', 10, 1 ); if(!function_exists('avia_status_content_filter')) { function avia_status_content_filter($current_post) { /* FUNCTION HERE */ } }Best regards,
IsmaelHey!
Generate the icon using the insert shortcode wand. You can find it under Content Elements panel then get the actual html using google chrome’s inspect element. Place the generated html code on the small info text field. It should look like this:
<span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>Cheers!
IsmaelHey!
Please give us a link to the website. Increase the wordpress php memory limit. Set it to at least 128M. Refer to this link.
Regards,
IsmaelHi dick1980!
Add this on Quick CSS or custom.css:
.title_container .main-title:before { content: '\e86d'; font-family: 'entypo-fontello'; padding-right: 10px; }Best regards,
IsmaelHi!
Please add this plugin, see if it helps with IE8 rendering: http://wordpress.org/plugins/html5shiv/
What is the model of your android device? Maybe a device extension or plugin is causing the issue.
Regards,
IsmaelHi!
@costin: He added it on a div then set it to fix:.main_color { background: #ffffff url(https://www.heart-working.de/wp-content/uploads/2013/04/bg3.png) top center no-repeat fixed; }Cheers!
IsmaelHey!
Change the color of the menu using this:
.header_color .main_menu ul:first-child > li > a { color: red; }This is for the active menu:
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: blue; }Cheers!
IsmaelHi!
Can you please post a screenshot of what your trying to do? Do you want to change the grey background of the iconlist? You can set the image as background. Use this on Quick CSS:
.alternate_color .avia-icon-list .iconlist_icon { background-color: #d0d0d0; background: #d0d0d0 url('IMAGE URL HERE') no-repeat; }Best regards,
IsmaelHi!
You can add this on Quick CSS or custom.css to fix the logo:
.logo, .logo img { max-width: 236px !important; width: 236px !important; height: 99px; }Regards,
IsmaelFebruary 17, 2014 at 5:28 am in reply to: Advanced layout editor not present in product page #224765Hey hanlinsg!
Unfortunately, the product post type does not support the Advance Layout Editor. :/
However, you can still insert shortcodes using the shortcode wand. :)
Best regards,
IsmaelHey!
Can you please give us a link to the website? A screenshot of the issue will help.
Best regards,
IsmaelHey!
I don’t see any issue on the page. The easy sliders are working properly. Please remove browser cache then reload the page a few times. Test it on another browser. Please post a screenshot of the issue if there is still any.
Cheers!
IsmaelHi donniemaclean!
You should remove this line of code on Quick CSS:
.main_menu ul:first-child > li a { height: 75px !important; line-height: 75px !important; }Regards,
Ismael -
AuthorPosts

