sock2me
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Content Blocks] Widget Blocks with ACF ProOk I did find this plugin: https://wordpress.org/plugins/echo-show-ids/
And now I can locate the ID of each Widget Block, but I still can’t get the custom field to show up.
I have tried:
<?php the_field(‘call_to_action’, ‘widget_’ . $widget_186); ?>
And
<?php the_field(‘call_to_action’); ?>
Forum: Plugins
In reply to: [Widget Content Blocks] Widget Blocks with ACF ProI too need this information – I’m doing the exact same thing and non of my custom fields are showing up when they are attached to a Widget Block.
Please help!
SIt should use the same files. I will look into these stylesheet elements in the body – this could be from another plugin…?
Actually – it stopped working completely (we’ve now published it live):
http://americanhearing.us/locations/
I continue to get a “Something went wrong, please try again” error!
Forum: Plugins
In reply to: [WP Store Locator] Hide Address on ResultsThat worked!! Thank you so much!
Forum: Plugins
In reply to: [WP Find Your Nearest] Is it possible to have the HTML for the FYN search?I think you can do this by adding the widget to your sidebar, then ‘viewing source’ in your browser. Cut and paste the code from there to you page.
Thank you Daniel – You are right, it’s the jQuery. I’m working on it now.
Same here…
Cool. Thank you so much Jerry!
I will close this now
Ok – so just in case someone ends up here looking to do this, I was able to achieve this by simply adding this style:
.entry-content {width:70%; margin:0 auto;}
The Parallax plugin will still be full width, but the textual content will fit responsively inside the 70% div.
Just in case my initial question doesn’t make sense – I am trying to have a page that is normal in width (not full width, left-justified text, etc.) but with occasional elements that span full width.
How can I do this with your theme?
Thank you,
Just in case my initial question doesn’t make sense – I am trying to have a page that is normal in width (not full width, left-justified text, etc.) but with occasional elements that span full width.
How can I do this with your theme?
Thank you,
I see that I can achieve half of what I need by selecting the page builder full width template from the drop down options for Template… but I want the textual content to only span the width of the regular page template, instead of the whole width. I could just add a div around all the text in the text editor but that would be kinda a pain for the client to remember to do… I AM LEARNING SO MUCH – and I am super super super grateful for your theme. I’m going to be a theme making GODDESS!(eventually)
Forum: Plugins
In reply to: [WP-SCSS] Update to new version of GithubDoes this mean that we shouldn’t use this plugin until it’s been updated, unless we want to make the changes ensemblebd made?
Thanks,