Forum Replies Created
-
AuthorPosts
-
Hi,
I’m not sure what is wrong with the map. Have you tried removing it then placing it again?
Please try to deactivate all your plugins except for the map.
Regards,
Ismael
Hi,
Can you give us a link to your website? Did you remove browser cache then reload the page?
If you have plugins enabled, please deactivate them see if the slider starts working again.
Regards,
Ismael
Hi,
Can you give us a link to the page where you upload the “cropping image”?
Regards,
Ismael
Hi,
I go to this page: http://www.musikzentrale.net/unterricht/bass/ then click Frieder. This is what I see on the breadcrumbs and I think it is correct.
Regards,
Ismael
Hi,
It is not happening on my end. Did you add the code on Text/HTML mode?
Please download the latest version of Enfold then update your theme. https://vimeo.com/channels/aviathemes/64927356
Also, edit wp-config.php then add this code:
define('WP_MEMORY_LIMIT', '128M');
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container {
width: 800px;
}
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container .twelve.units {
width: 800px;
}
}Regards,
Ismael
Hi,
Edit style.css then look for .nav li a strong. Adjust the font-size.
Regards,
Ismael
August 16, 2013 at 4:17 am in reply to: Fatal error: Call to undefined function layerslider_init() #131233Hi,
Check your pages for Layer Slider elements, remove them update the page then insert them back.
Regards,
Ismael
Hi,
Please add this below your custom.css
.header-scrolled .logo img {
display: block;
width: 74px;
height: 44px;
max-height: 100%;
height: 100%9;
}Regards,
Ismael
August 16, 2013 at 4:12 am in reply to: Homepage Sidebar Automatically Pulling from "Pages" Sidebar #135627Hi,
Did you set your home page on Enfold > Theme Options > Frontpage settings ?
Regards,
Ismael
Hi,
Please click the image background field then manually upload the image from there, see if it works.
Regards,
Ismael
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
-
AuthorPosts