inj9nhs3fhpabx4
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS not working for Image?Thanks. Is there an option to send you the link privately?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] CSS not working for Image?Chrome’s browser inspect on one of the images gave the following error messages:
(index):7 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403
Please help.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Relative path for image?Thanks for your help. Appreciate it.
I tried your suggestion but am still missing key info to make it work. Am new at this, so appreciate your patience.
The goal for selecting or typing the state for a country:
If an user selects the countries drop-down list either USA or Canada, then they should be asked to select from another drop-down list of the states of each of the these two countries. If the user selects any country other than USA and Canada, then the user should be able to type in the name of their state. In all cases, the state is saved in the same field in the database.Can you please help with the nested groups and conditions for the following?
<label> Country (required)</label>
[select* Country “Afghanistan” “Albania” “Canada” “USA” “Zimbabwe”]<label> State </label>
[group Canada]
<label> State (required)</label>
[select* Canada-states “a” “b” “c” “d”]
[/group][group USA]
<label> State (required)</label>
[select* USA-states “w” “x” “y” “z”]
[/group][Group state]
[/group]
[text state]Thanks in advance for your help.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Relative path for image?Also, if using relative path, will that be compatible with the “Smush Image” plugin already used to resize, optimize, optimize and compress all of the website images? Also for new images uploaded to same website, will the path of each have to be retyped with relative path?
The goal is to have seamless migration on the future, with or without the use of Duplicator plugin.
Thanks for your patience and appreciate all your help.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Relative path for image?In your suggestion to use Siteorigin Editor widget instead of the image widget, I assume you meant insert the image path as text, and not use ‘Add Media’ since that too uses the full path to the image? If using text was indeed your suggestion, can you help with the relative path syntax for below:
https://MyDomainNamee.com/wp-content/uploads/2018/05/MyImageName.png
I am new at this, and appreciate all your help.
Thanks for suggesting the duplicator plugin. Will try it out.
Got it. thank you ??
Thanks.
Is there a way to specify the cell containing the image, and not the entire row?Forum: Themes and Templates
In reply to: [OceanWP] How to create check mark style bullet listAn alternate method for creating custom bullet list: install the Shortcode Ultimate plugin, and use the “list” shortcode and pick any of the icons available.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Create list with custom bullet iconThanks for looking into this.
My solution was to use the Shortcode Ultimate plugin and using the “list” shortcode which allows picking an icon from a plethora of choices.Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Create list with custom bullet iconHEX CODE is #x2611
HTML CODE is #9745Forum: Themes and Templates
In reply to: [OceanWP] How to create check mark style bullet list<h2>NEED HELP modify code to "list-style-position: outside" and make color of check box blue):</h2> <style> ul.a { list-style-position: outside; } ul { list-style: none; } ul li:before { content: "?"; } </style> <ul class="a"> <ul class="a"> <li>This is line one which is a long line and the list style posiltions should be outside with a blue check box.</li> <li>This is line one which is a long line and the list style posiltions should be outside with a blue check box.</li> </ul>
Thanks.
Can you advice how to find out the “your_widget_class” for the Oceanwp theme Footer widget 2nd column? I tried doing inspect element on the Chrome browser, but not being proficient in CSS, need guidance:
Is it
#footer-widgets
Or is it
textwidget custom-html-widget
Or is it
custom-html-widgetAlso, I want the sizing ONLY for the 2nd column in the footer widget. The 3rd column also uses the same ‘Custom html’ widget but I want it to remain as is. How do I specify only the 2nd footer column widget in CSS?