josephdang
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Google Review Slider] Shortcode not working in Oxygen BuilderThe way Oxygen works, sometimes some shortcodes just don’t work. Can try here
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Add Citations markup?When writing an article, especially a technical/scientific/legal/medical one, but any article really, citations to the source are way to “hopefully” signal E-A-T for Google.
https://www.loudnoises.us/how-to-cite-sources-using-schema-org-in-json-ld/
I’m not an expert, but I have done it manually under the “article” type.
{ "@context": "https://schema.org/", "@type": "Article", "headline": "Headline", "about": "About", "author": { "@type": "Person", "@id": "#ID", "name": "Name", "url":"URL" }, "citation": [ { "@type":"CreativeWork", "url":"URL", "name":"NAME", "description": "Describe", "text":"Text of Citation" }, { "@type":"CreativeWork", "url":"URL", "name":"NAME", "description": "Describe", "text":"Text of Citation" }, { "@type":"CreativeWork", "url":"URL", "name":"NAME", "description": "Describe", "text":"Text of Citation" } ], "copyrightHolder": { "@id":"URL#organization" }, "copyrightYear": Year, "datePublished": "Date, "dateModified": "Date", "image": "URL", "inLanguage": "English", "keywords":[ "Keyword1", "Keyword2", "Keyword3" ], "mainEntityOfPage":{ "@id":"URL/#webpage" }, "publisher": { "@id": "URL" }, "sourceOrganization": { "@id": "URL/#organization" }, "url": "URL" } ] }
to remove all SEOPress’ data, go to your database (using phpmyadmin for example) and search everything starting by “seopress_” with LIKE operator in the options and posts meta tables.
One of these entries under Options, is the User Roles, however. Okay to delete that?
Well support helped on one aspect, but it wouldn’t work by applying to a specific form. I figured it out. Leaving it here in case anyone else searches for it. Replace # with your ID
#fluentform_# .ff-t-cell:last-of-type { width: 150px !important; padding-left: 0px; }
Edit Again: So not resolved. When I first put the CSS in, it worked. I tweaked it a little bit, didn’t work, so I resorted back to my original CSS code, and now it doesn’t work.
.fluent_form_ID .frm-fluent-form .ff-t-cell:last-of-type { width: 150px; }
This code shows up when you “view source” but not in the inspector, not even as a crossed out or greyed out item.
Forum: Plugins
In reply to: [Header and Footer Scripts] Script in meta-box page not saveSame here. Works on one site. But not two others. So weird.
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Remove Plugin CompletelyI deleted the plugin. However, when running speed tests, two breeze items keep popping up, they are slowing my site down, and when I try webpagetests, it says “canceled” but still slowing things down, render-blocking etc. I’m on Cloudways Vultr server.
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Carousel arrows on one sideHi, if you look on the demo site, for the testimonial block
https://www.ultimategutenberg.com/blocks/testimonials/
I’m using the testimonial block. But the left and right arrows are both on the left side. If you click the link, to the demo site, the left arrow is on the left side of the block, right arrow on the right side.
EDIT: Nevermind, it fixed itself. Yesterday arrows were both on the left side. Now they’re split.