Forum Replies Created
-
AuthorPosts
-
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 !important
You 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
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
-
AuthorPosts