Graham
Forum Replies Created
-
Hello Matt! was there an update that may have caused this? Are you running a child theme of Genesis?
I like your approach and would suggest running those statements outside of a conditional. And then, if the statements work, take a look at the conditional and why it was restricting the remove_action() functions.
Let me know if there was any progress – good luck.
Forum: Developing with WordPress
In reply to: Combine Static Link and Page Title/SlugThank you for your help @bcworkz – I appreciate it. I will take your work and fiddle. Have a great weekend.
Forum: Fixing WordPress
In reply to: Latest WordPressThe link you provided shows a book with flipp-able pages. Is there a display issue or a functionality issue?
Have you tried turning off your your plugins and testing to see if it is a specific plugin?
Not sure if your WP Bakery is tied to your theme or not, but you could try switching themes to see if that helps, but I’m not confident that is the solution.
Forum: Fixing WordPress
In reply to: WordPress Blocks EditorHello Laurence,
Could you add a link to the page please? I’d love to help but need to get an idea of what is being applied to those objects.
-Graham
Forum: Fixing WordPress
In reply to: Image Still Trying To Load After RemovalHi there Patrick!
How are you with MySQL? One way to do it would be to log into your host, then navigate to the database (MyPHPAdmin) and delete the row which contains that image.Out of curiosity, is the image an attachment?
Forum: Fixing WordPress
In reply to: Cannot Backdate Posts beyond 1970I don’t believe so. There is an entry in wiki that goes over the Unix system time but you may be able to override it with code. Good question and best of luck.
My suggestion would be to create a custom post type and only use the H1 tag for a date – put it at the top of the post – and that way it will list and display in chronological order. That could be a work around.
Forum: Fixing WordPress
In reply to: Baffled by blocks – background image? change font? how?!Fantastic link @dragonsjaw! Thank you for the share.
Forum: Fixing WordPress
In reply to: Baffled by blocks – background image? change font? how?!Hello Wilx, I will do my best to help out with some things that are available.
If you are comfortable with markup code, you can get to that immediately by (in either a post or page) going to the options (accessed in the upper right hand corner). See illustration
https://alluringmedia.net/wp-content/uploads/2018/12/Post_options.png
Also, there some options (after you click on a block) that appear on the right hand side. More illustration
https://alluringmedia.net/wp-content/uploads/2018/12/Right_side.png
A big help will be adding classes to your elements within the blocks. This can be achieved by adding classes to them . . . another illustration . . .
https://alluringmedia.net/wp-content/uploads/2018/12/Classes.png
I’m sorry I’m unable to answer the rest at this time. Must run but good luck. I hope this helped