Forum Replies Created
-
AuthorPosts
-
Hi,
It looks ok on my end. The map is on the right edge aligning with the end of the horizontal rule.
Regards,
Ismael
Hey,
Can you give us a link to the website?
Please install this plugin to enable use of HTML5 on older browsers like IE8: http://wordpress.org/plugins/html5shiv/
For the images, please remove the width and height attributes to fix the disappearing image issue.
Regards,
Ismael
August 16, 2013 at 3:41 am in reply to: Layerslider issue when transferring website from one (test) domain to another #134957Hi,
Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.
Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS:
.header_color .main_menu ul:first-child > li > a {
color: red;
}
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
font-size: 15px;
}For active state, use this:
.header_color .main_menu ul:first-child > li.active-parent-item > a {
color: blue;
}And hover state:
.header_color .main_menu ul:first-child > li a:hover {
color: blue;
}Regards,
Ismael
Hi,
1.) Yes, just don’t select a page for the Blog then remove the Blog menu on Appearance > Menus. To disable the comments, go to Settings > Discussions > disable Allow people to post comments on new articles.
2.) Insert a Button element then link it manually to whatever page you want.
Regards,
Ismael
Hi,
Sorry for the inconvenience.
Please upgrade to Enfold 1.9.1. It will fix the jQuery issue brought by wp 3.6. Also, please click Screen Options, see if the Avia Layout Builder is checked.
Regards,
Ismael
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 slider
Replace it with
avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 , 'crop' => false ); // images for fullsize pages and fullsize slider
Regenerate 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
-
AuthorPosts