Forum Replies Created
-
AuthorPosts
-
Hello tonaua!
You can add something like this on your custom.css or Quick CSS:
.main_color .avia-icon-list .avia_start_animation:nth-child(1) .iconlist_icon.avia-font-entypo-fontello { background: red; } .main_color .avia-icon-list .avia_start_animation:nth-child(2) .iconlist_icon.avia-font-entypo-fontello { background: blue; } .main_color .avia-icon-list .avia_start_animation:nth-child(3) .iconlist_icon.avia-font-entypo-fontello { background: green; }
If you have more than 3 icon list element, just change the number on this line “.main_color .avia-icon-list .avia_start_animation:nth-child(3)”.
Best regards,
IsmaelHello!
1.) It doesn’t matter if you set it as Shop Base Page. It will work like a normal shop page.
2.) You can’t add a layerslider on a single product page.
Best regards,
IsmaelHi!
What changes did he make? The thread doesn’t have any hint about the changes done on the site because you gave him your login details. I will tag Yigit. If you edit the header.php, you can copy the file to your child theme folder.
Regards,
IsmaelHey Giant!
Hide the vimeo link [ https://vimeo.com/album/1710637 ] using goo.gl or tinyurl.com. Use that link instead.
Regards,
IsmaelHello gianmarizzi!
You can add something like this on your custom.css or Quick CSS:
.archive .breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }
Best regards,
IsmaelHey!
You can add something like this on your custom.css or Quick CSS if you want to hide the breadcrumbs:
.breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }
Best regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS. This will hide the google conversion frame:
iframe[name="google_conversion_frame"] { display: none; }
Best regards,
IsmaelHi comitzuu!
Yes, it is possible. Just create a page, switch to Advance Layout Builder. Insert the LayerSlider first then go to Plugin Additions tab. Insert the Product Grid element. Set this page as Shop page on Woocommerce > Settings > Pages > Shop Base Page.
Best regards,
IsmaelHey!
Everything is working as expected on our end. Do you have Enfold 2.3? On what browser and OS are you testing it with? A link to your websites will help. If want to post the link private, just enable “Set as private reply (Only you and moderators will see the content of this post)”.
Cheers!
IsmaelHi!
You need to use css to change certain elements on the theme like Title, Icons etc. The only way to do it is via Quick CSS or your custom.css. You can change the h1 text using this:
#top .main_color .avia_textblock h1 strong { color: #333333; }
Cheers!
IsmaelHi!
Can you please translate your post to english? I want to help but I doubt if google translate is telling me the correct translation. :)
Best regards,
IsmaelHi placewrightdesign!
Please add this on your custom.css or Quick CSS:
#main { min-width: 910px; } .ls-wp-fullwidth-container { min-width: 910px; } .ls-wp-fullwidth-helper { min-width: 910px !important; }
Remove browser cache then reload the page.
Cheers!
IsmaelHello cannonballb!
Please download the latest version of Enfold which is 2.3. Deactivate all your plugin, see if the toggles work. A link to your website will help.
Regards,
IsmaelHi Heathcliffe!
Please edit the text layer then go to Attributes, give it a unique selector id. For example “awesome-textshadow”. Go to Quick CSS field or edit custom.css, add the text shadow style on the unique selector:
#awesome-textshadow { text-shadow: 5px 5px 3px #b5b5b5; }
Best regards,
IsmaelHello!
I am able to add shortcodes using the shortcode wand without any issue. Maybe you didn’t notice that you accidentally highlight the existing shortcodes that you added then you added the tab shortcode.
http://tupuschies.com/demo/?page_id=2
Cheers!
IsmaelHey Pictori!
Please add this on your custom.css or Quick CSS:
#js_sort_items { visibility: visible; font-size: 12px; }
Remove browser cache then reload the page.
Best regards,
IsmaelHey kangaroozach!
Please edit css > shortcodes.css, find this code:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }
Remove it. It will disable the responsive styling for mobile devices. I’ll get back to you after you remove it, the table might need some adjustments.
Best regards,
IsmaelHello!
@mgould: Please try to add this on your custom.css or Quick CSS:.main_menu ul:first-child > li > a { min-width: 100px\9; }
Best regards,
IsmaelHello!
Sorry but the menu and sort category have no relationship with each other. You need to hire a freelance developer to modify how the sort function work.
Regards,
IsmaelHey ScarletView!
Please download the latest version of Enfold, 2.3. It should be compatible with WordPress 3.6.
Cheers!
IsmaelHello asherbarrett!
Please try this on your custom.css or Quick CSS:
.mega_menu_title span { font-size: 12px; } #header .avia_mega_div .units { padding: 0 10px 0 15px; } #top .main_menu .menu li ul a { width: 100%; min-height: 23px; max-width: 60px; }
Best regards,
IsmaelHello!
1.) Like Yigit I don’t see the line around the layer on the slider. You can post a screenshot using imgur, dropbox, mediafire etc.
2.) The demo uses 1700x400px image size for the background.
Best regards,
IsmaelHi malkoin!
Create a page then set the Template to “Blank, no header no footer.” to hide the header and the footer. On Layout > Layout > Set it to No Sidebar. Switch to Advance Layout Builder then insert the elements or content that you want to show on the Coming Soon Page. Set it as Frontpage on Enfold > Theme Options > Frontpage Settings.
Regards,
IsmaelHello!
You can add this on your custom.css or Quick CSS:
.logo { width: auto !important; max-width: 300px !important; } .logo a img { max-width: 300px !important; width: auto !important; }
I’m sure Peter’s code will work. Please apply it again without the code above then remove browser cache. Reload the page a few times.
Best regards,
IsmaelHey!
@simonswiss: Thank you for explaining. :)
@BuffyO: Please give us a dummy account and create a dummy post where you place a comment then we will leave a reply.Best regards,
IsmaelHello headbentdesign!
Edit the Portfolio Grid element, set the column to 5 then add this on your custom.css or Quick CSS:
.grid-entry.isotope-item.no_margin.av_one_fifth { width: 16.66%; }
Regards,
IsmaelHi midischool!
I managed to make it work using the lite version [ http://wordpress.org/plugins/social-gallery-lite/ ] of the plugin. I upload the plugin but I didn’t configure any options. Tested a post with an image and the plugin’s lightbox works including the fb comment box on the right side of the image.
You also need to disable the native lightbox plugin of Enfold which is prettyPhoto to avoid conflict. Edit js > avia.js, find this code:
//activates the prettyphoto lightbox if($.fn.avia_activate_lightbox) $(container).avia_activate_lightbox();
Replace it with:
//activates the prettyphoto lightbox //if($.fn.avia_activate_lightbox) //$(container).avia_activate_lightbox();
Best regards,
IsmaelHey!
1.) Once you update the theme to the latest version, go to Enfold > Theme Update. Enter your username and api key to get notifications and update automatically.
2.) I’m not really sure what’s wrong with your site but please try to deactivate the iphorm form builder plugin, see if the issue still persist.
Best regards,
IsmaelHello jgoldberg1983!
Please remove the !important. There are lots of heading or title elements on the theme? Which title are you trying to change specifically? A link to your website will help.
Regards,
IsmaelHello Hanniball!
You can create your own Landing Page using the Advance Layout Builder. Please try to import the dummy data, you’ll see how the theme works. We can’t assure you that the plugin is compatible with Enfold. We won’t be able to provide full support for third party plugins.
Regards,
Ismael -
AuthorPosts