I have a publisher website with a Pods custom data type of Book. Book has fields like book_cover, book_blurb, etc. I have created a template for the Single Page Book in WordPress (using the Neve theme Custom Layouts) and it is set to display if people are browsing the Books data type. I’m trying to place a Pods Single Item block on the page and have it display the book cover. It keeps coming up blank UNLESS I put an ID or Slug in the Block Options. Otherwise it’s blank both in the editor and on the actual page. If I put a shortcode of [pods name=”book” field=”book_blurb”] on the page and preview, then WordPress pulls a blurb from a random book, not the one I’m currently looking at.
There must be something I’m missing in the setup! I was having problems with Elementor as well seeing the pods data, and I switched because I thought Elementor was just not up to the task. Now I think there’s a setting somewhere I have missed. I’ve gone through and made sure all the Dynamic features are turned on. Rest API is turned on. Please help me.
]]>this is default layout , I want to have a particular category name in side bar for example blog category
And also for news category
How to create such type of layouts in WordPress and Elementor Pro .Is there any workarounds.Please let me know as I am new to WordPress and Elementor.Thanks
]]>If I choose to display the new header on only single posts, it will not show the primary menu on these pages but the rest of the site is fine, so it’s clearly something I’ve missed somewhere in the custom layouts. I’ve activated and deactivated things a number of ways but I must be missing something.
Thanks in advance.
I don’t have a site to share as it is in a private testing space.
]]>I have created a custom product layout for Woocommerce using Avada. I am trying to insert the Add to Quote button into my template but it is just printing the shortcode on the page in stead of displaying the button. I have tried adding a dynamic product ID parameter but I am not having any luck getting it to work.
I have tried these shortcodes:
[yith_ywraq_button_quote]
[yith_ywraq_button_quote product=”$product_id”]
[yith_ywraq_button_quote product=”get_the_ID()”]
[yith_ywraq_button_quote product=”1″]
I am hoping you can help. I have a simple view in Dynamics that I am showing on my WordPress site.
I would like to show the following: (Sorry for the poor formatting, I’m trying to show a table with 3 columns and third column being rendered HTML)
Course……..# signed up……..Link
————————————————
ABC………..2………………Sign up
XYZ………..3………………Sign up
What I see is
Course……..# signed up………….Link
————————————————
ABC…………2………………..<a href="xxx">Sign up</a>
XYZ…………3………………..<a href="xxx">Sign up</a>
Course and # signed up are pulled from a database and Sign up is a static link that takes users to a portal where they can sign up. The link is being shown in WordPress however, it is treated as text and not HTML. I would like to treat the link as HTML.
The link is always the same, I.e. no matter which course it is, the link takes users to a portal where they can sign up.
Thank you!
]]>and, I’m trying to assign layout for my search result page. how to add it inside the php files?
]]>Inline X
There was a problem writing the CSS file to the server – so we’ll generate the CSS in the page content.
What folder permissions are required and which folders needs permissions to generate the CSS files
]]>As the title suggests, I’m having issues customizing the Product Bundles templates.
I’m able to copy templates to my child theme and see results; however, using the code in the templates, I’m unable to move the price from the bundled-product-simple.php template to live somewhere between the bundled-item-title.php template and the bundled-item-description.php templates.
What is the best way to achieve this? I’ve tried doing it by hiding it where it lives now and the trying to use a filter like this:
add_action( 'woocommerce_bundled_item_details', 'wc_pb_template_bundled_item_price', 18, 2 );
But no dice. Any help/direction appreciated!
]]>