stuartcr
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] ACF fields disappear after page loadto add to this: everything works if i’m logged into the website!?!? this is soooo strange!!!HELP!
Forum: Plugins
In reply to: [WooCommerce] How to display products TAGs withphpthis is how…
<?php $tags = get_terms( ‘product_tag’ );
if ($tags) {
foreach( $tags as $tag ) {
echo $tag->name;
}
}
?>why oh why is so difficult to find answer to things you just assume people have already answered…. waaah
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Wp Bakery Post grids conflict?after further investigation, even removing the shortcodes doesn’t fix the issue, i have to deactivate the plugin entirely, to fix it.
Forum: Plugins
In reply to: [WooCommerce] Single product page not display incorrectlylegend!!
that worked a treat!
thank you very much!!
- This reply was modified 3 years, 7 months ago by stuartcr.
Forum: Fixing WordPress
In reply to: nothing work to get rid of the p tagsI totally understand that they are need to style content.
what i’m saying is:
I use Wpbakery.
when i add a text block or a raw html block, then inside said block i add a Div
e.g
<div class="my-fancy-div">this is some content</div>
once rendered, wordpress adds P tags so now it becomes
<p><div class="my-fancy-div">this is some content</div></p>
most themes have padding or margin on the Ptags. so it either messes with my design or breaks my design
I don’t what this, especially in a RAW html block, it shouldn’t be adding code i didn’t add or want
its infuriating.
Forum: Fixing WordPress
In reply to: nothing work to get rid of the p tagsI’m not sure how that is relevant?
or how it helps?
I just want WordPress to stop adding P tags (paragraph tags) to everything.
it is a built in function that i have never been able to turn off, and it makes me mad!
ALL, i repeat ALL solutions i have found online DO NOT WORK.
HELP?
Forum: Everything else WordPress
In reply to: Get post ID within WpBakery Post GridCurrently the post gird is display this code
<span style="color: #fff"> <?php $post_id = the_id(); ?> members name <?php the_field('members_name', $post_id); ?></span>
this is to display what data is currently display, Page ID not Post ID
Forum: Plugins
In reply to: [Autocomplete Google Address] Doesnt seem to work. I have WP forms?I have both keys (Map & Places)
I know where to put the Places API Key.
where does the map API go? and if i use the script where does it go (i assumed in the header, but it didn’t work)? i even added a google map api key plugin, still just getting errors.
this is the page where i would like it work:
https://crtest5.co.uk/personalized-quote-step-2-lord-cars/HELP? please
Forum: Developing with WordPress
In reply to: Wpbakery Post Grid Animationyou legend.you know what, just opened the inspector tool and saw it straight away!! thank you very for your help!
Forum: Plugins
In reply to: [WooCommerce] Fatal error: Uncaught Exception: Invalid product.Hello, I’ve figure this out.
I a had some post grids on the homepage that contained a “woocommerce short description” BUT the the grid was looking for it in my Custom Post Type NOT Products.
this is why i get and invalid product.
simple really
Forum: Fixing WordPress
In reply to: post displaying shorcodes@jcastaneda without the Visual Composer (wpbakery), these shortcodes will not be interpreted into actual code. and i know that “<?php echo get_the_content() ?>” should only return uninterpreted code BUT “<?php the_content() ?>” doesn’t work either OR i using the function incorrectly.
HELP?
ps
@dgcov i’m not sure your post is relevant, this is strictly about visual composer/wpbakery shodrtcodes not being interpreted into actual code.Forum: Plugins
In reply to: [Filterable Portfolio] Buttons filterable portfoliohi guys, from my experience, this might help
minimal portfolio, is just a theme, download it here
https://abileweb.com/minimal-portfolio/the theme will setup the custom post type for the portfolio
BUT the gallery (on the homepage in the demo) is a separate plugin called “Filterable Portfolio”
download it here
https://en-gb.www.ads-software.com/plugins/filterable-portfolio/good luck
Forum: Plugins
In reply to: [Custom Post Type UI] Permalink Custom Post Type HELPYeah i had been messing with so many settings, i hadnt realised what was on and what was off.
thank you any way
stay safe
Forum: Plugins
In reply to: [Custom Post Type UI] Permalink Custom Post Type HELPfixed
Forum: Plugins
In reply to: [Custom Post Type UI] Permalink Custom Post Type HELPUPDATE:
I had the CPT set to have a hierarchy! changed it to false! FIXED!