Forum Replies Created
-
AuthorPosts
-
Hello,
There are text that can’t be translated using a plugin. They need to be manually translated by editing the theme files. Can you point us to the texts that you want to translate?
Regards,
Ismael
Hi,
The menu should switch to dropdown or sliderOut Menu when viewing on an iPad. Check Enfold > Header > Responsive Header Main Menu.
Also, please check Enfold > General Settings > Responsive Layout > select Responsive Layout.
Regards,
Ismael
May 31, 2013 at 2:41 am in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115635Hi johnball,
I checked jaypopsu’s link (http://polettofit.com/contact/) on safari but I don’t see the text moving a few pixels down.
Can you give us a link to the page with the issue?
Regards,
Ismael
Hi,
Can you give us a link to your website? Please add this on your custom.css
.archive iframe {
position: relative !important;
}Regards,
Ismael
Hi,
1.) Edit searchform.php, find this code
placeholder='<?php _e('Search','avia_framework')?>2.) Edit functions-enfold.php, find this code
$output .= __("Sorry, no posts matched your criteria", 'avia_framework');3.) Edit framework > php > function-set-avia-frontend.php
if($wp_query->found_posts > 1)
{
$output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
}
else
{
$output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );4.)
5.)
6.) You can add this on your custom.css
.search-no-results .widget.avia_combo_widget {
display: none;
}
.search-no-results .template-search h3 {
display: none;
}Let me tag the rest of the support team for 4 and 5.
Regards,
Ismael
Hi,
Are you sure it is not working? I chose black, in fact I tried every color scheme and all of them work. :)
Regards,
Ismael
Hi,
You can add this on your custom.css
.social_bookmarks_vimeo {
display: none;
}Regards,
Ismael
Hi,
Please open js > avia.js. Find this code
var menu = header.find('.main_menu ul:eq(0)'),
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 768;Replace switchWidth value
switchWidth = 900;Try to experiment on the value.
You can also change settings on Enfold > Header > Responsive Header Main Menu, select Display as SlideOut Menu.
Let me tag Devin to help us out.
Regards,
Ismael
Hi,
I think this is the same inquiry as this one. Please don’t create duplicate post.
https://kriesi.at/support/topic/icon-list-issue-cannot-edit-text-anymore?replies=2#post-115136
Can you give us a screenshot? You can use this site to send an image.
https://www.dropbox.com/referrals/NTIzMTIwODg5?src=global9
Regards,
Ismael
Hi,
Please add this at the very bottom of your functions.php.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}It will set the Avia Layout Builder to debug mode. You will see the actual shortcode at the bottom of the Advance Layout Editor.
Regards,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
.search-results .date-container.minor-meta {
display: none;
}Regards,
Ismael
Hi,
Do you want a padding on the bottom?
.avia_partner_widget a, .avia_partner_widget a:hover {
padding-bottom: 90%;
}Can you give us a link to your page with the ads?
Regards,
Ismael
Hi,
It is showing the Parent page. Edit your portfolio page, look for Page Attributes, select no parent.
Regards,
Ismael
Hi,
Maybe a theme css is overriding your modification. Edit that layer, go to Style, look for Custom Style Settings. Place something like this
color: white !importantYou can also use PNG text images.
Regards,
Ismael
Hi,
So you want to remove the border?
Just add this
#header_main {
border: none;
}Regards,
Ismael
Hi,
Do you have any plugins? Please deactivate them, see if the problem persist.
Switch back to TwentyTwelve theme, check if you’re having the same issue.
Regards,
Ismael
May 30, 2013 at 8:22 am in reply to: Where to modify the look of WooCommerce shop pages in Enfold #121993Hi,
You can make the changes on wp-contentthemesenfoldconfig-woocommerceconfig.php.
If you want to remove the sidebar, you can add this on your custom.css
.single-product .sidebar {
display: none !important;
}Regards,
Ismael
Hi,
Can you be more specific? Please add a screenshot of what you are trying to accomplish.
Regards,
Ismael
Hello,
Can you point us to the page with the issue. I browsed through your website and I can’t find a single title that has been cut off.
Regards,
Ismael
Hi,
Please add this on your functions.php. This will toggle the avia builder to debug mode.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}At the bottom of the Advance Layout Builder, you will see the actual shortcode. Enfold 1.5 has been release. Please update your theme.
Regards,
Ismael
Hi,
Please follow this link
https://kriesi.at/support/topic/callout-translation-wpml
Read Nick’s instruction.
Basically, having WPML will give you multiple dashboard. One for each language. If you create an About Us page on the English language then you need to create it again on the Spanish language, something like that. This is also true on the theme options. You need to configure the website for each language.
Regards,
Ismael
May 30, 2013 at 8:04 am in reply to: Slides LayerSlider homepage not centered like enfold demo site #121913Hi,
Give a special class to the br tag. Then use media queries to display it to a certain screen width and hide it on another. Something like this
Click here to add your own text<br class="br-nodisplay" />Text here.If you want to hide it on mobile view. You can add this on your custom.css.
@media only screen and (max-width: 767px) {
.br-nodisplay {
display: none !important;
}
}Regards,
Ismael
Hi,
You can use this
.iconbox_icon.heading-color.avia-font-entypo-fontello {
background-color: red;
}Regards,
Ismael
-
AuthorPosts
