ronald.fuquay
Forum Replies Created
-
Ah never mind, its the Atomic Blocks Container for Gutenberg that seems to be causing the issue. The normal cover image block works as intended.
Forum: Plugins
In reply to: [Gutenberg] Automattic’s AMP for WordPress and Gutenberg, do they mesh well?Ok thanks!
Forum: Plugins
In reply to: [Gutenberg] Automattic’s AMP for WordPress and Gutenberg, do they mesh well?Is there a discussion forum this could go into? I am not sure I would consider it a support request really…just more of a curiosity of the two plugins interacting.
Forum: Plugins
In reply to: [Developer] Abandon project?I was wondering the same thing
Awesome thanks!
Forum: Fixing WordPress
In reply to: 4.7 Update broke my custom RSS FeedWow, thank you for the quick work around. I hope this gets fixed asap though
Forum: Fixing WordPress
In reply to: 4.7 Update broke my custom RSS FeedAnyone have any input on this?
Thank you Daniel, I think I may have found a tutorial linked above that will help me.
I think I might have found something.
https://codeable.io/community/how-to-import-json-into-wordpress/He is referring to the free plugin here
https://www.ads-software.com/plugins/siteorigin-panels/I am having the same issue he is. On pages that use the page-builder I get the pages content and not the content of the popup as seen below
But when on a page that uses basic page instead of the builder you get the normal looking popup as seen below
Thanks for looking into this
Also, do you have a showcase or similar to show off things that have been built with Piklist?
Forum: Themes and Templates
In reply to: [ZBlackbeard] Not Looking Good On MobileHappy to help JomJalan!
Forum: Themes and Templates
In reply to: [ZBlackbeard] Not Looking Good On MobileAh it looks like this theme is only enqueuing the styles from Zerif-Lite. You could also enqueue the stylesheet from the child theme, but if they ever push an update for zBlackbeard then you loose those customizations.
My advice would be to add the following plugin and put your css changes in there.
https://www.ads-software.com/plugins/simple-custom-css/
This should add the changes, if it still does not work try adding !important to the end of each css item like so
@media screen and (max-width: 480px) { .entry-content p { margin: 0px 0px 24px !important; } } .entry-content p { text-align: left !important; }
Forum: Themes and Templates
In reply to: [ZBlackbeard] Not Looking Good On MobileOk I see the issue. In your child theme’s styles.css file add the following code to the bottom of the file. This should fix the issue. Here is some screen shots that show the issue and what it should look like with the code below.
https://imgur.com/a/ld5ef@media screen and (max-width: 480px) { .entry-content p { margin: 0px 0px 24px; } } .entry-content p { text-align: left; }
Forum: Themes and Templates
In reply to: [Rams] Duplicate Title TagI can verify, there is indeed a duplicate title tag in the theme files.