Gordon B?hme
Forum Replies Created
-
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Multi-language with WPMLi close this thread as there has not been anything new and the proposed solution should work .
Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Change font sizeHi @mc9320
first use the code inspector of your browser and have a look at the existing CSS rules for the content element.
Just copy the existing CSS rules into your own, new CSS class, modify the values and save the CSS file.Example for the <h2>. You’ll find this code:
.sc_card h2 { font-size: 1em; line-height: 1.2em; margin: 0 0 1em; font-weight: 700; }
Now copy the rules in your CSS file, change the value for ‘font-size’ and save the file:
.your-new-class h2 { font-size: 2em; line-height: 1.2em; margin: 0 0 1em; font-weight: 700; }
Hope that helps ??
GreetingsForum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Change font sizeHi @mc9320
you can give each element its own CSS class (have a look at the end of the lightbox modal) and thus overwrite the existing rules via CSS.Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Plugin does not work in every themeHi @cybeee
can you provide some more info:
– WP-Version
– PHP Version
– Plugin Version
– PagebuilderIf your using the shortcode please make sure you use normal quotation marks. There is a difference between
” vs ″ vs ”
The last one is the good one ?? this can sometimes happen when you use the visual editor in special environments – then the tinyMCE formats the the quotation marks in a wrong way.
Just replace the quotation marks with the one you find on your keyboard (search&replace function) and the shortcode works.
Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Getting ErrorIf you have updated to v1.4.1, can you please empty the browser cache? Or if you are logged in on your website, please reload the page with SHIFT + F5.
It may happen that the update doesn’t work, because it comes from the cache as well.
Please let me know if it works.
Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Getting ErrorI close this issue, cause it’s fixed in v1.4.1
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Plugin Breaks@iamkingsleyf @manofmany @manan-ghadawala
Thank you for helping us!Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Multi-language with WPML@lupomilano maybe you just create a shortcode for each language. When switching to a language only the suitable shortcode is shown.
Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Getting Error@kathir26 please update to v1.4.1
??
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Plugin BreaksHi, please update to v1.4.1 ?? #outnow
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Plugin Breaks– unzip
– copy files files IN the folder /structured-content-develop/ via FTP in the existing folder /structured-content/You overwrite the existing files with the fixed version.
If you’re in doubt please wait until we’ve released an update!
Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Plugin Breakscan you please test the fixed version mentioned above and give me feedback, if everything works?
Thank you in advance!
Greetings
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Plugin Breakswhomp, here it is: https://gitlab.com/webwirtschaft/structured-content/-/archive/develop/structured-content-develop.zip
Just copy the files via FTP in the structured-content folder on your server. This should fix the issue.
Please reply when it works for you ??
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Plugin Breakswould you try the fix: [sorry, i’ve deleted the link cause we’ve found another issue. I will reply when ready :)]
Forum: Reviews
In reply to: [Structured Content (JSON-LD) #wpsc] Works pretty fineHi @nilfri ,
thank you for using WPSC!The missing fields for “Event” are optional and have no effect on the display of the information in the SERPs. But no matter how: in v1.4 we added the optional fields.
Also “Course” is now available!
Happy optimizing ??