Forum Replies Created
-
AuthorPosts
-
Hey,
Please try to install WordPress again, make sure it is 3.6. Download the latest version of the theme, Enfold 2.1. Increase wordpress php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '128M');
Regards,
Ismael
Hey,
Where did you get the code? On what part of header.php did you add the code?
Did you create a header called header-steps.php?
Regards,
Ismael
September 13, 2013 at 3:07 am in reply to: Remove image names on (one portfolio category only)? #140961Hi,
Are you referring to the Portfolio Title? Can you give us a link to the page?
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS;
.simple-social-icons ul li {
margin: 5px;
float: left;
display: inline-block;
clear: none !important;
}Regards,
Ismael
Hi,
Have you tried disabling all your plugins? Please increase the wordpress php memory limit.
Regards,
Ismael
Hey,
Regarding this issue: https://kriesi.at/support/topic/issues-simple-icons-in-the-footer
Please add this on your custom.css or Quick CSS;
.simple-social-icons ul li {
margin: 5px;
float: left;
display: inline-block;
clear: none !important;
}Regards,
Ismael
Hi,
Have you tried creating the sliders without the SitePress plugin?
Regards,
Ismael
September 12, 2013 at 3:59 pm in reply to: Menu link to section ID loses menu in responsive mode #140816Hi,
Let me tag Kriesi and the rest of the support team on this topic. Please wait for their response.
Cheers,
Ismael
Hi,
This is what I see when I check it on Firefox 23.0. Viewing it on a Windows 7 machine.
Please remove browser cache then reload the page a few times. If you have a cache plugin, flush the settings.
Regards,
Ismael
September 12, 2013 at 3:43 pm in reply to: Fullscreen easy slider in IE8 background out of proportion #140267Hi,
At least the code affect the slider, we are getting somewhere somehow. Please try this:
.avia-fullscreen-slider .avia-slideshow>ul>li {
min-height: 100%9;
max-height: 100%9;
}Regards,
Ismael
Hey,
Please deactivate the WP-Importer plugin and import the dummy content again. The wp importer conflicts with our dummy content importer script.
Regards,
Ismael
September 12, 2013 at 9:19 am in reply to: Fullscreen easy slider in IE8 background out of proportion #140265Hi,
Please add this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow>ul>li {
height: auto9;
}I’m not sure if this is going to fix it on IE8 but please try.
Regards,
Ismael
September 12, 2013 at 9:12 am in reply to: Function to get the Logo in fixed Header smaller if you´re scroll the site down #140762Hi,
Dividing it to 3 should make the logo smaller when you scroll down. Can you give us a link to the website?
Regards,
Ismael
Hi!
You can add this on your custom.css or Quick CSS:
.logo img {
height: 80px;
}Best regards,
Ismael
Hi,
I’m not sure why but you can’t rename a layer on the Layer Slider plugin. You might need to delete it then create it again if you want a correct name or term for it.
Regards,
Ismael
Hi,
I can’t see anything wrong with the post meta. The category is in the right place as well as the author.
Regards,
Ismael
Hi,
Configure the options on Enfold > General Settings > Blog Style. Make sure that you select the same style when using Blog Posts element on the Advance Layout Editor.
Regards,
Ismael
Hey,
Can you give us a link to the website? We didn’t encounter this issue on our end. Have you tried disabling all your plugins?
Regards,
Ismael
September 12, 2013 at 8:47 am in reply to: How to make customized style on top navigation menu #140818Hi,
You can add something like this on your custom.css or Quick CSS:
#menu-item-3043 a {
background: url('ICON OR IMAGE URL HERE') top left no-repeat;
padding-left: 20px;
display: block;
margin: 0;
padding: 0;
}Regards,
Ismael
September 12, 2013 at 8:43 am in reply to: Menu link to section ID loses menu in responsive mode #140812Hi,
You need the whole url + the id selector. For example. http://acontatto.acmecontentlab.com/#location
Regards,
Ismael
Hi,
Did you set the Footer Columns to 1? And how did you add the menu? Please give us a link to the website.
Regards,
Ismael
Hi,
Just add the class=”noLightbox” on the anchor tag.
<a class="noLightbox" href="URL HERE"></a>
Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS:
.header_color .main_menu .menu ul li a {
background: red;
color: white;
}Hover state:
.header_color .main_menu .menu ul li a:hover {
background-color: blue;
}
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}Regards,
Ismael
Hi,
1.) Edit the layer then click Options. Set a Rotation.
2.) Sorry but I’m not sure what you mean by hotspots.
Regards,
Ismael
September 12, 2013 at 12:26 am in reply to: LayerSlider – 100% width Pic does not start at left on 0px. #140635 -
AuthorPosts