Forum replies created
when you are using query_posts() function, after the loop wp_reset_query() must be implemented.
yes, login to your wp dashboard
try this Custom CSS:
ul.nav-menu li.current-menu-item,
ul.nav-menu li.current-menu-ancestor,
ul.nav-menu li:hover {
background: red;
}
complete code will look like:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
#wrapper .dd-container .dd-selected-text span:before {
position: relative;
top:0px;
padding: 0px;
margin: 0px;
content: "\e055";
}
#primary{
width:100% !important;
}
#secondary{
width:100% !important;
}
#secondary-2{
width:100% !important;
}
}
may I see the page with the shortcode? both themes use different Theme4Press Core so be sure to have enabled the one for evolve
I will need the login details to investigate further…please post it in the private reply
oh, you will need to create a child theme or hire a developer…we don’t support such kind of customizations in our forums
the login doesn’t work for me 🙁
will be fixed in the next release..thanks for your patience
we added this fix in the upcoming version, for now you can insert it in your Custom CSS field:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
#wrapper .dd-container .dd-selected-text span:before {
position: relative;
top:0px;
padding: 0px;
margin: 0px;
content: "\e055";
}
}