Hey e-conomy!
In general this is not what we help with via support. If you are unsure about how to do that you can see this topic in the WordPress codex: http://codex.wordpress.org/Moving_WordPress
And use a plugin like this to extract your database: WP MIGRATE DB
Cheers!
Devin
Hello!
Please add following code to Quick CSS
#top .variations td.label { background-color: #222222; color: white; }
Cheers!
Yigit
Hi!
Please add following code as well
.title_container .breadcrumb { right: auto;
top: 80%;
margin-top: -15px;
left: -3px;
}
#top .title_container .container { min-height: 70px; }
Regards,
Yigit
HI!
1.My Footer Socket don´t show up on the latest Version on mobile devices…
i found:
https://kriesi.at/support/topic/footer-menu-not-visible-in-iphone-portrait-view/
and
https://kriesi.at/support/topic/footer-menu-in-socket-not-showing-in-responsive-view-smartphone/
Wich solution is now the right one?
2. Interesting:
“I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu…”
Most of us set the privacy and other important site links to the right part of the bottom! Wich user experience – when mobile users cant see the menu….
I think there is a error in reasoning…
thank you so much and best regards
Hello!
Please add following code as well
.fixed_header #main {
padding-top: 44px;
}
Regards,
Yigit
Works fine – thanks!! but see this pic of it: http://imgur.com/UN2eIDq
Can’t figure out why the lower dropdown has the black running all the way behind it and the top one looks more “correct”. Any ideas?
The documentation is *on* the layerslider section of your WordPress install. Click on Help in the top right hand corner next to Screen Options.
There is something wrong with the image of the women. Not sure if its the image encoding or the file or what but if you include it any slide that slide will not load.
It could be the same issue with the others but in any instance if I remove the photo the slideshow works. With it, it fails. So you may be able to just re-save it as a png or gif and fix the issue.
I found some info on adding map to top of page like your demo. All good now!
I am having problems figuring out how to create portfolios, especially Ajax. Is the a video tutorial? I downloaded the demo content but having problems understanding how it all works. I’m a beginner!
Thank you,
Kelli
Hi e-conomy!
You can adjust the padding and the minimum width. Add this on your custom.css or Quick CSS:
#top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
width: 100%;
min-width: 50px;
padding: 5px;
}
Cheers!
Ismael
Hi
I have on ongoing problem where the clients banner which is in is been cut off on different screens and browsers?
It cuts off the top and bottom of the slider
Thanks
Warren
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home div .flex_column { width: 109.7%; margin-left: -50px!important; }
If you would like to remove the padding on top, add following code as well
.home .content, .sidebar { padding-top: 0px; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.fixed_header #main {
padding-top: 0px;
}
If that does not work for you, please post the link to your website
Best regards,
Yigit
Hi,
I have a problem with the text area of text block …
So far everything I worked correctly, but now suddenly to edit the “text block” has stopped working and it looks white. From the Debug Chrome I can see that there is a style applied visibility: hidden where I can change the style so that you can see the text edit?
thank you!
Hey!
If you would like to remove only “From” please add following code to Quick CSS
#top .price .from { display: none!important; }
And if you want to remove both “From” and price, add this one
#top .price { display: none!important; }
Best regards,
Yigit
hi Josue,
if i understand correctly we would like to have the main navigation on the top inside the slider-like here: http://www.lonelyplanet.com
but only on one page!!
thank you in advance
indiatravels
Thanks Devin. I got it working by using the Shortcode. You can close this topic.
I have certain categories in my menu that I want to return a blogroll, but only as an exerpt. I currently get the full article. Can you tell me where I can fix this? The WP admin option under Reading doesn’t manage this function, apparently.
It would also be incredibly awesome if I could have the results layout as a grid instead of the default list, is this at all possible?
I create videotuts on a wide variety of subjects, and I basically want the menu to function as a blogroll topic filter so students can dive straight into whatever subject they want to learn about.
Thanks in advance for any help you can provide!
Edit: I also noticed the search results page has a standard sidebar that lists al pages and categories. Is there a way to alter what is displayed in this sidebar? It is not listed under widgets.
-
This topic was modified 12 years, 2 months ago by
Easy123.
Thanks Ismael,
I have tried this and it has worked but still leaves a 100pxl gap at the top. is there anyway to do this so that the content sits right at the top of the page?
If not, is there a way that I can add a custom html header by just inserting some code?
Thanks
Dom
Hello,
It appears that Enfold needs to be fixed in a way, so that topic’s name and the breadcrumb are not getting on top of each other, as can be seen on this page.
Thank you!
Hello lpfa!
You can add this on your custom.css or Quick CSS:
#top .variations .label label {
margin-top: 5px;
text-align: left;
min-width: 220px;
}
Regards,
Ismael
Hello jaimemerz!
You can add this on your custom.css or Quick CSS to hide the menu on the post page.
.single .main_menu div ul li {
display: none;
}
#top #menu-item-search {
display: block !important;
}
Cheers!
Ismael
I’m sorry to be asking about the horrible IE8 – but it seems there are still a number of people using it, 4.6% according to W3 Schools :-(
On my Home page everything looks and works ok.
On any other page, the logo is much larger (It is shown at full size) and the menu runs through it.
Do you have any conditional CSS or something else to stop this happening?
I am building my site behind a maintenance screen so can’t give you a URL, but I can set up a WP login if that might help.
Here is a screenshot;
http://tinypic.com/r/1z68fi1/5
Any help much appreciated :)
Regards, David
Hello sambolleter!
Add this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Montserrat'] = 'Montserrat';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Montserrat'] = 'Montserrat';
return $fonts;
}
Add this on custom.css or Quick CSS:
#top .main_menu .menu li ul a {
font-family: 'Montserrat', sans-serif;
}
Cheers!
Ismael
Hi Ivana!
Have you activated this setting? (Screen Options, top right):

Best regards,
Josue
Hi!
Add this code to the Quick CSS:
#commentform input[type='checkbox'] + label {
left: 22px;
top: -3px;
}
Result:

Regards,
Josue
This reply has been marked as private.