Forum replies created
Hi Celena,
First of all, according to our forum regulations. https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/
Please do not reply in resolved thread or other customer’s thread.
Please kindly create your own thread, and provide url to your website.
Please remove the custom css code that you have copied from this thread, that is for a very old version of the theme, the reply was dated 2014.
In your WordPress admin-> Theme Options-> Header -> Disable main menu Hover Effect
You can check it to remove menu hover effect.
To remove the “carat”. Please use the following code in Theme Options -> Custom CSS
#nav .arrow {
display: none !important;
}
ul.nav-menu .sf-with-ul::after {
content: "" !important;
}
Screenshot of the result. http://share.pho.to/9fiWR/cl/original
Thanks!
Hi,
Sorry, I have to highlight again, I suggest you finish designing your site first, before doing these adjustments. Bring up the footer like this will cause problem to other pages when you fill up your content, the footer may go up over your content.
In your WordPress admin -> Theme Options -> Custom CSS
.widget.widget_black_studio_tinymce {
position: relative;
top: -100px;
}
.footer {
height: 70px !important;
}
Save your changes.
After that, clear your browser cache before revisiting your site.
Screenshot of the result. http://share.pho.to/9fiSl/us/original
Thanks!
Hi,
Sorry, there is no shortcode for bootstrap slider. The Theme Option setting for bootstrap slider description does not accept HTML code.
Please use revolution slider or layer slider. They have shortcodes.
In layer slider you can use HTML tags in the slide content.
Thanks!
Hi,
Please see screenshot shot. http://prntscr.com/88zl4h
There is a javascript error, most probably caused by a plugin conflict.
Please disable one plugin at a time and clear browser cache and reload page. Do these steps to find the conflicting plugin.
Javascript error will cause the infinite loading which is a javascript feature to stop working.
Thanks!
Hi,
You have set Theme Options -> Social Media Links -> Enable Subscribe/Social links in header to Disable
It will trigger a bug in Evolve Plus and breaks the HTML structure. Perhaps this is why you have a small stretch of empty white space at the bottom.
Please see screenshot of your webpage source code http://share.pho.to/9fZ2B/2v/original, you can see a red color </body> closing tag at the end of the image, the red color indicates broken HTML structure. It will not be in red if nothing is broken.
Please see this thread for more details. https://theme4press.com/support/topic/menu-hover-effect-not-working-in-my-1-9-0-evolve/page/2/#post-19881
And the following custom css you posted is wrong.
.content {
padding-top: -0px !important;
}
It should be 0px not -0px.
Thanks!
Hi,
In your Theme Options-> Custom CSS
Try removing your footer padding.
.footer{
padding:0px !important;
}
or set a height to overwrite the default value.
.footer{
height:200px !important;
}
Change the values accordingly.
I suggest you fill up your content area with some blog posts first, before doing these adjustments.
Thanks!
Hi,
Sorry, I don’t think it is possible.
Image will retain it’s aspect ratio when resized.
That’s why your wide image become tiny and thin when in mobile view, it will not auto cut off.
But it will work if you use a HTML div tag and use that image as background image of the div tag. But to do this, you will need to modify the header.php code.
For customization service, Please kindly contact use via our service page.
https://theme4press.com/theme-customization-service/
Thank you!
Denzel
Hi,
Please go to Theme Options -> Header -> Header Height and set it to probably 180px. This will extend the header background.
The logo on the left is not centered with the text
Sorry I don’t understand this issue.
For desktop view, the logo and site title is left align by design.
Do you mean that you want them to be the same layout as your mobile view? Everything centered?
Or you want to move the site title down to middle of your logo image?
Please advise.
Thanks!
Hi,
For your website. http://newlifeayahuasca.com/
I viewed your custom css source code, you had entered it wrongly.
With reference to this screenshot http://share.pho.to/9fLV8/nr/original
This is what I saw in your custom css.
1
2
3
4
5
6
7
8
9
@media screen and (max-width: 768px) {
.header {
height: 800px !important;
}
#logo a {
line-height: 1.8em;
margin-top: 60px !important;
}
}
Please remove the numbers 1 to 9
As for your other website newlifeiboga.com
It is working properly. Please see screenshot http://share.pho.to/9fLVh/23/original
Please see http://www.responsinator.com/?url=www.newlifeiboga.com%2F
Please clear your mobile browser cache before you view your site.
Thanks!
Hi,
Sorry, I thought you want truncate the post title so that it does not overflow on your post page.
Please post your website url to your post page.
Please tell me the font size that you want for your post page’s post titles and the font size for your single post title. I will provide you the custom css code.
Thanks!