Forum Replies Created
-
AuthorPosts
-
Hi DavidMiles!
I don’t see it on Enfold 2.3. What browser and OS are you testing it with?
Best regards,
IsmaelHello Michae1!
Can you give us a link to the website? A screenshot will help.
Cheers!
IsmaelHey!
Please try this:
@media only screen and (min-width: 700px) and (max-width: 1500px) { #main { min-width: 1800px; }Cheers!
IsmaelHey!
Yeah, I did experience the issue. When I add any shortocodes using the shortcode wand then add the “Tab” element, all existing shortcode disappear. I’m not sure what is wrong. Let’s wait for Dude and Kriesi to test this issue.
Regards,
IsmaelHi!
Please 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();Remove browser cache then reload the page a few times, see if the quform button works.
Regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS:
.main_color.container_wrap.sidebar_right .container { margin: 0 20px; }Cheers!
IsmaelHi!
Please add the code again. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Regards,
IsmaelOctober 2, 2013 at 7:06 am in reply to: How to add social media buttons to the footer and add second menu to footer #169145Hello!
You can just add the link http://otsecure.net/techserv/wp-login.php. You can also create a page then add this code:
Change the “http://yourdomain.com” to your site’s url. You can then use this page’s link as login/logout page.
Cheers!
IsmaelHello!
On what browser are you testing it with? It looks fine on Chrome and Firefox. I don’t see the blinking effect. You can add more transition effects on Slide Options > Slide Transitions > Transitions.
Cheers!
IsmaelHello!
Can you please apply the LayerSlider that you want to show on the search result page? Attach it to a page then give us a link to it. We can copy the html code and attach it directly on loop-search.php.
Cheers!
IsmaelHello frankwelschlehmann!
You can add the rel=”noLightbox” on the anchor tag.
<a rel="noLightbox" href="LINK HERE">LINK</a>Cheers!
IsmaelHey MHM!
It should be there by now. Please download Enfold 2.3 then update the theme again. Remove browser cache then reload the page. Go to Enfold > Theme Options. Below, the Import dummy data, you’ll see a blue button which says “Import Parent Theme Settings”.
Regards,
IsmaelHey puremind!
Can you please give us a link to your website? Do you have the latest version of Enfold which is 2.3?
Best regards,
IsmaelHey!
Add the “avia-font-entypo-fontello” selector.
<a href="http://google.com" class="avia-font-entypo-fontello">✎</a>Refer to this link for entypo characters code: http://www.entypo.com/characters/
Best regards,
IsmaelHello mattb1169!
I checked the site on IE8, IE9 and IE10 and they are working fine. Did you turn on the compatibility view on IE10? Please turn it off.
Cheers!
IsmaelHello mattb1169!
I checked the site on IE8, IE9 and IE10 and they are working fine. Did you turn on the compatibility view on IE10? Please turn it off.
Cheers!
IsmaelHello!
This will probably work for IE:
.iconbox_content h3 span a span { position: relative\9; top: -20px\9; }Cheers!
IsmaelHey DarrenJessee!
Just add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display: block !important; } }Best regards,
IsmaelHello 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,
Ismael -
AuthorPosts
