Forum Replies Created
-
AuthorPosts
-
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
Hi,
It is working. Please do it again. Remove browser cache the reload the page. In fact, refresh it a few times to see the changes.
Regards,
Ismael
Hi,
Can you give us a link to your website? The woocommerce config has been updated since Enfold 1.4. Please download Enfold 1.5.
Regards,
Ismael
May 30, 2013 at 7:44 am in reply to: Background Image Suddenly Disappeared from Homepage on Chrome (Ok on Firefox) #122087Hi,
Please add this on your custom.css
.home #av_section_3 {
z-index: 0;
}Regards,
Ismael
May 30, 2013 at 7:26 am in reply to: Another 1.5 Error Maybe – Video Post Preview Image Not Left Aligned #122085Hi,
@formateins: Thanks.
@olylax21: Shortcode is not going to work. You should use the html generated by the button shortcode. It looks something like this.
<div class="avia-button-wrap avia-button-center avia-builder-el-2 el_after_av_textblock avia-builder-el-last "><a href="http://www.thisISaLink.com" class="avia-button avia-icon_select-yes avia-color-red avia-size-medium avia-position-center " target="_blank"><span class="avia_button_icon avia-font-entypo-fontello">♥</span><span class="avia_iconbox_title">Click me</span></a></div>
Regards,
Ismael
May 30, 2013 at 7:07 am in reply to: Great Theme! But Layer Slider is NOT working, Only showing [layerslider]? #121568Hi,
Just add this on your custom.css or Quick CSS
.form-allowed-tags {
display: none;
}Regards,
Ismael
Hi,
You can check the Changelog at the bottom.
Regards,
Ismael
Hi,
Please send the login details to ///.
Include the word “Kriesi” on the subject and the link for this thread.
Regards,
IsmaelHi,
I understand. :)
You can add this on your custom.css or Quick CSS:
.single-portfolio .flex_column.av_two_third {
width: 64%;
}It should be 659px now.
Regards,
Ismael
Hi,
Can you post your custom css? Your site looks fine on my end.
#header_meta {
display: none;
}The code above will only remove the top section of the header.
Regards,
Ismael
Hi,
Can you give us a link to your website? Dude’s code should work. Please remove browser cache then reload the page.
Regards,
Ismael
May 30, 2013 at 5:39 am in reply to: Adjusting Position of Post Title and Description in Gallery Post Type #121702Hi,
Your case is unique.
Please create a new installation of WordPress. Use WP 3.5 or higher.
Regards,
Ismael
Hi,
Please try to install the theme via FTP.
Watch this video. https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.avia-align-center img {
margin: 0 auto;
}Regards,
Ismael
May 29, 2013 at 3:54 am in reply to: Adjusting Position of Post Title and Description in Gallery Post Type #121700Hi,
Open includes > loop-index.php then remove everything and replace it with this http://pastebin.com/ACwpDRsv.
Edit custom.css or Quick CSS then add this code
.modified-blog {
margin-left: 130px;
}
.single .modified-blog {
margin-left: 0 !important;
}Regards,
Ismael
Hi!
Select Fade then fill in the Rotation option. You can use PNG text images instead of actual text.
Regards,
Ismael
Hi,
The link you gave me is not Enfold, it is Replete. You can choose different kind of headers on Enfold > Headers.
You can create a submenu on Appearance > Menus. Create a new menu then look for Theme Locations > Enfold Secondary Menu, select your menu.
Regards,
Ismael
Hi,
It is a third party plugin. Let me tag Kriesi. Or you can make a request here https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-114194
Regards,
Ismael
May 29, 2013 at 3:30 am in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115633 -
AuthorPosts