Forum Replies Created
-
AuthorPosts
-
Noted thanks so much Mike. Have a good weekend!
(Ok to close)Thanks,
RobHi Mike, got it, I learned something new today and it’s only 8:30 am woo hoo. haha. It seems like this is a nice workaround, but I’m 99% sure that these categories just used to show up when in Enfold settings you toggle under :Blog Meta Elements” to display the “blogpost category.” I am noticing that the two I have turned on, blog post date and blog post category don’t display, so why have a setting for that? That’s why I was thinking this might be a bug. Yes I am using a text element to show the title — is there a different way to show the title? I am wondering if I used that if it would display the “blog meta elements” under Enfold settings — > Blog Layout.
Thanks!
RobHi Rikard,
Thanks for the response. Yes, I am using ALB. Upon further investigation, this is occurring ONLY on posts created with ALB. Posts created using the classic editor show the category at the top of the blog post along with the title.With ALB title is turned off (is there a way to turn it on?) and no category shows.
Here’s an example of a blog post made with the classic editor, and it shows a category “Marin Lifestyle” just about the title:Thanks,
RobJune 22, 2022 at 4:11 pm in reply to: General Styling – Fonts > there are no font size selections #1356176It’s also possible there is a page with that url in the trash… go to pages –> trash –> empty trash
May 27, 2022 at 12:01 am in reply to: Possible to add TikTok to social profiles tab on Enfold theme options? #1353081Thanks Rikard, will get to this as soon as I can thanks
May 20, 2022 at 4:57 pm in reply to: Possible to add TikTok to social profiles tab on Enfold theme options? #1352434Hi Yigit,
OK, I am a bit surprised this is the solution for one of the world’s largest and fastest-growing social networks. Maybe it’s not so popular in Europe yet but it is taking America by storm.I’ll look at the custom coding and see if I’m able to figure it out…
Thanks much! :)
Best
RobPerfect, thanks Mike!
Hi Ismael, thank you so much!
I tried this on my staging site and it doesn’t appear to be working… link in private content.Best
RobThank you for your response, Yigit. Many of the larger sites are taking a “mobile first, video second” approach to design (according to friends who work in the tech industry here in SF) and I think in the next few years it will be very common for us to see muted videos on both desktop and mobile that unmute when they are clicked or there’s another user interaction. Another way to approach this would be to show the video preview (video wallpaper) and then launch video playing in lightbox after a user clicks.
Thanks much.
Best,
RobFebruary 22, 2022 at 7:34 pm in reply to: FIXED: Masonry gallery no longer allows us to re-order photos #1341845Hi all, I can confirm that the update to WordPress 5.9.1 with update to Enfold 4.9 and deleting the above code in functions.php fixes it… Masonry is back to normal. Thanks for your help with this and OK to close thread.
February 21, 2022 at 6:11 pm in reply to: Warning to Enfold Users – ADA Compliance Lawsuits a Big Issue in USA Now #1341708Thank you! Again I am impressed that you implemented this so quickly.
#bestinclassOK to close ticket if you wish :)
Thanks,
RobFebruary 20, 2022 at 10:22 pm in reply to: Warning to Enfold Users – ADA Compliance Lawsuits a Big Issue in USA Now #1341541Yigit, it is wonderful that you implemented this… I just noticed it in the theme documentation! Well done.
Can you tell me under theme extensions where there’s the toggle menu for “conformance level” what the different levels mean? I am not noticing a difference on my site as I select each one.
Thanks again!
RobFebruary 20, 2022 at 4:39 pm in reply to: FIXED: Masonry gallery no longer allows us to re-order photos #1341507That worked, Rikard, thank you!!!
When WordPress 6.9.1 comes out Tuesday, should I delete this code from my functions.php?
I really appreciate you guys working on weekends to provide support, thank you!
Best
RobHey guys, I added this to my functions.php on child theme and it did not fix the issue.
Any other suggestions?Thanks,
Rob
(I also created my own thread on this issue)February 18, 2022 at 9:39 pm in reply to: Unable to change the order of images in a gallery #1341374Adding my name to this thread and started my own… long-time user of Enfold and a pro with masonry gallery… this bug is occurring on all my sites. How do we correct this asap?
Hi Yigit, nice to see you again and happy new year! Thank you for the above!
It looks like it’s fixed! Thank you so much. Can you please leave this ticket open for a couple days so I can see how it does when I push it back to production environment?
Best,
RobThanks again and happy holidays! OK to close thread.
December 14, 2021 at 6:04 pm in reply to: Important: Enfold 4.8.8 bug with RSS Feed? (Update: Issue = PHP 8 & child theme) #1332841The new code works and I’m back on PHP 8… thank you very much Günter!
Best,
RobGREAT thank you so much Yigit!
Best,
RobPerfect, thank you!
While you were in the custom CSS, do you say any that is obsolete that I should delete?
I know there’s the old mobile css selector in there, but since some pages on the site still use that I guess I will keep it, but anything else that jumps out?Thanks so much,
RobThanks so much and the code is live and working!
Any idea why the hamburger menu switches over to the left side of the screen as you narrow the screen, then back to the right ?
It would be great if it would stay on the right the whole time… :Thanks,
RobHi Yigit, thanks so much for this.
I am sorry – maybe not enough coffee this morning, but I have been comparing my custom CSS to the pastebin and my eyes are swimming.
In the pastebin, there is code at the top, then there’s a section at the bottom called “RAW PASTE DATA”… Is the Raw Paste Data what I should copy and paste, all of it, to replace all of my custom CSS? Or do I take the snippet in your response and figure out where that goes and paste it into my custom CSS in the appropriate place? I am not sure if you made other changes elsewhere.Sorry – I feel very stupid but have been staring and comparing all the different versions and now they all look the same to me.. haha
Thanks!
RobDecember 14, 2021 at 4:41 pm in reply to: Important: Enfold 4.8.8 bug with RSS Feed? (Update: Issue = PHP 8 & child theme) #1332816Hi Günter, thanks for your response!
Line 55 is:
$content = ‘<div>’ . get_the_post_thumbnail( $post->ID, array( ‘width’=>300, ‘height’=> 300 ), array( ‘style’ => ‘margin-bottom: 15px;’ ) ) . ‘</div>’ . $content;
It works fine with the earlier PHP version. Should I go ahead and try the new code or do you see something above that changes that?
Thanks,
RobWell I may have spoken too soon… I just discovered my RSS feed broke with PHP 8… but that may be due to some custom code in my functions.php file.
Opened separate thread:
December 14, 2021 at 5:24 am in reply to: Important: Enfold 4.8.8 bug with RSS Feed? (Update: Issue = PHP 8 & child theme) #1332699Mystery solved… this a PHP 8 problem. I downgraded the site to PHP 7.4 and the RSS feed came back.
Looks like there’s some code in my child functions.php which is causing problems.
More info in private content.Thanks
RobHey Yigit! Good to hear from you and happy holidays.
I copied the quick CSS.. which has grown over the years.. to private content… is something in there conflicting? Feel free to let me know any that are obsolete / conflicting that I can delete.
Thanks!!!
RobNovember 12, 2021 at 7:30 am in reply to: Deleted child theme header.php after footer disappeared after version 4.8.6.3 #1328753Thanks Rikard!
Best,
RobI noticed the same thing after I updated to the latest version of Enfold… elements which before were just a mild radius turned into circles and text is now outside of them. I don’t use that effect too much on my site but following this thread to see if it ends up being an Enfold bug or something with this site. If it’s the latter I will open my own ticket. Thanks
Simple one-page austere website for architecture studio…
Thank you Ismael!! That works great!!
This is why Enfold is still #1 in support…. you could have easily said “go back to the plugin author” but instead you gave me some quick css to fix the issue.
THANK YOU!!!Best,
Rob
(ok to close ticket) -
AuthorPosts