Forum Replies Created
-
AuthorPosts
-
Hi,
Please check Screen Options, see if the Avia Layout Builder is checked. Also, increase the wp php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '128M');In some cases, missing Layout Builder is cause by third party plugins so you have to disable them to get the Advance Layout Editor back.
Regards,
Ismael
Hey,
Add this on your custom.css or Quick CSS
.main_color label {
color: white;
}Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.av-special-heading {
margin-top: 10px;
}Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.avia-tooltip.avia-tt {
display: none !important;
opacity: 0 !important;
}Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
h2 a {
color: #00abda !important;
}
h2 a:hover {
color: #88bbc8 !important;
}Regards,
Ismael
Hi,
I tested your contact page with that code and it works fine. Please remove browser cache then reload the page.
http://www.robgibbs.co.uk/SRtestsite/contact-us
The page above looks full width to me.
Regards,
Ismael
Hi,
It should work. Please remove browser cache then reload the page.
.single .big-preview.multi-big, .single .small-preview {
display: none !important;
}Please give us a link to the single post.
Regards,
Ismael
Hey,
You can request it here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hi,
You have a very old version of Enfold. Please upgrade to Enfold 1.9.1.
Regards,
Ismael
Hi,
Edit functions.php, find this code:
avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize sliderReplace it with
avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 , 'crop' => false ); // images for fullsize pages and fullsize sliderRegenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hey,
Yes, the z-index of the plugin’s container is greater than of the theme’s container. Glad it worked. :)
Cheers,
Ismael
Hi,
You can this on your custom.css or Quick CSS to hide the areas
.inner_product_header {
display: none;
}
.avia_cart_buttons {
display: none;
}Regards,
Ismael
Hi,
I’m not sure but woocommerce have that kind of filters. Let me tag the rest of the support team.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 12px;
}
}This will decrease the padding and the font size on iPad.
Note: The menu overlap is still not fix on instance when you rotate the iPad from landscape to portrait view without refreshing the page.
Regards,
Ismael
August 15, 2013 at 2:43 pm in reply to: [Portfolio Slider] Change Background Color of Slider Entries #135523Hi,
Please try this:
.avia-content-slider.avia-content-slider-active.avia-content-slider2 {
background: red;
}
.avia-content-slider.avia-content-slider-active.avia-content-slider2 .slide-image {
background: red !important;
}Regards,
Ismael
Hi,
Can you give us a link to the website? I’m not sure what you mean by “all anchor points are on the page”.
Regards,
Ismael
Hi,
Can you give us a link to the website? What is the “Services” page? Is it a parent page or something?
Regards,
Ismael
Hi,
Go Enfold > General Settings > Blog Style, select Single Author, small preview.
Regards,
Ismael
Hi,
You can use this:
.main_color .hr-inner-style {
border-color: red;
}Regards,
Ismael
Hi,
How do you add the link? It shouldn’t work that way. Please download the latest version of Enfold which is 1.9.1.
Regards,
Ismael
Hi,
I’m not sure what is causing the error. You can add this on your custom.css or Quick CSS to hide it:
body > center {
display: none;
}You’re using an old version of the theme. Please download version 1.9.1 on your themeforest account. Override the theme files via FTP, watch this video: https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
August 15, 2013 at 4:18 am in reply to: Inserting image into layer slider — can only use full size image? #135431Hi,
Under Attachment details when selecting an image on the Media Library, you can click “Edit Image”.
Regards,
Ismael
Hi,
For example, you added an ID on the attributes panel, something like “awesome”. You can use it like this on your custom.css or Quick CSS
#awesome {
background: black;
}Regards,
Ismael
-
AuthorPosts
