Forum Replies Created
-
AuthorPosts
-
No thanks.
Hey,
Thanks, it worked like this with !important
.blog .slide-entry-title {
line-height: 0.5em!important;
}Hey. I added !important and it worked for the title change.
Trying to do the line-height to reduce the space and it is not working. Any suggestions?
Thanks.
.blog .slide-entry-title {
text-transform: none !important;
}.blog .slide-entry-title a {
font-size: 15px;
line-height: 10px;
}All good now.
I was doing a desktop and mobile jump.
I was hiding the desktop jump and trying to use the mobile jump.
Cant have 2 of the same jumps.
The reason why I was doing the desktop h1 one style format right and the h1 format center for mobile another style so the 2 clashed.
If this makes sense. lol.
You can close this now.
Thanks.I checked the mobile version on the WordPress simulator and on iPhone no menu jump.
On the desktop version, all works fine in the jump menu.Hey,
Thanks, that didn’t work either. I guess it is what it is unless you have something else up your sleeve.
- This reply was modified 3 years, 11 months ago by harris.
There was already a link to the video posted I guess you missed it. Here it is.
As you can see on the WordPress simulator the background image is visible.
On the mobile web browser, the background image is missing until you scroll.
The background is set to fix.
I tried google browser and firefox still no good.
But it works in the WordPress simulator shows it working.
I may have to live with it or just change it to a color background for mobile.
If you have any suggestions please advise. Thanks.See the video link.
I’ll try it and see what happens.
I checked under the theme updates and says
No Updates available. You are running the latest version! (4.6.2)Hey,
I guess it solved itself.Thanks. Got it now.
Thanks for the help. Adding the Captcha using the Google services worked didn’t have any spam since I did it. Hope it stays that way.
No I didn’t do that. That must be new because I never had an issue in the past.
After I do that under Google services do I need to display the captcha on the forms setting or I can leave it as don’t display?
Thanks.
I have several forms on the site. Seems like coming from these 2 most of the time.
I have 5 PHP. But there should be a warning before you upgrade to make sure you have the latest PHP if it is required and Enfold knowing sites will break.
I found a solution without upgrading this what I don’t understand since I am not a PHP wizard.
If it is still working with my current version 5 PHP with the solution I found.
Solution: https://kriesi.at/support/topic/fatal-error-54/
I replace this line
$hide_featured_image = empty( get_post_meta(get_the_ID(), ‘_avia_hide_featured_image’, true ) ) ? false : true;with this line
$hide_featured_image = get_post_meta( get_the_ID(), ‘_avia_hide_featured_image’, true );
$hide_featured_image = empty( $hide_featured_image ) ? false : true;And all is good for now.
I will take your recommendation and upgrade to PHP 7 for the next Enfold upgrade.
September 10, 2018 at 3:50 pm in reply to: How to add a date and author on single post grid layout. #1007954Thanks. I’ll just use a plugin to achieve this.
September 7, 2018 at 5:15 pm in reply to: How to add a date and author on single post grid layout. #1007205I think it’s a little late for that with the magic wand I got a lot of posts.
Is there any direction on how to add some shortcode and modify templates?
Appreciate the help.
Or I can just use a plugin.
September 6, 2018 at 6:52 pm in reply to: How to add a date and author on single post grid layout. #1006770Yes.
- This reply was modified 6 years, 2 months ago by harris.
We deleted the user login because we didn’t need the assistance anymore. Thanks.
That didn’t work. Login info provided.
I got it. Thanks- This reply was modified 7 years, 1 month ago by harris.
My bad. Try this link.
This reply has been marked as private.I turned off all my plugins and still had the same problem. What I don’t get the other mobile drop down menus work just not the first one?
All the mobile sub menus were working before the upgrade.Update:
I just updated theme to Version: 4.1.2 and all the mobile menus drop downs don’t work.Update:
I was testing some of the mobile menus and I found one that worked. The one that wasn’t working Menu Overlay Style > Full page Overlay Menu- This reply was modified 7 years, 4 months ago by harris. Reason: Update
Thanks Yigit.
Here you go.
Hey Yigit,
Yes, it was a plugin that was causing the space. We took care of it. Thanks for the suggestion.I tried it and it didn’t work.
thank you.
November 14, 2016 at 3:53 pm in reply to: How to change font size and paragraph on blog pages only #712024Andy,
Thanks. Yes it does I stand corrected. I cleared the cache to when I doubled checked. Thanks for the great help.
Cheers, Harris
-
AuthorPosts