NM6
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Problems with columns and shortcodesHi bdbrown,
Yes, I had downloaded both the theme and child master from the website. In my hueman > functions > shortcodes.php there is code for column shortcodes. In which case, columns should work. I’m guessing, to use them in a template instead of a normal page, do I have to add/enable somewhere else also?
I don’t want to use Shortcodes Ultimate as its quite heavy, and since the theme already has support, it makes it bulky by using external plugin.
#khunchay – Thanks for the suggestion. But when the theme has it, I’d prefer first to try and use that. I’d check them out for my other projects.
Forum: Themes and Templates
In reply to: [Hueman] How to add a Header Content areaHi bdbrown,
I got it working with the following function in my header.php :
if ( is_singular( 'destination' ) ) : ?> <div id="dest_slider" class="container-inner"> slider </div> <?php endif; ?>Forum: Themes and Templates
In reply to: [Hueman] How to add a Header Content areaHi bdbrown,
Thanks for responding so quickly. My single-d.php is a template for all single posts in a custom post type. It has custom fields for specific information display. But it could easily be a category template also.
To add a full width slideshow (only for the CPT) in Hueman below header and above the page content, it needs to be added after the </header> closing div and before the opening div <container -page>. And these divs open in header.php, which is common for all the templates. Either I need to make a custom header.php for my CPT, else I need to bypass the universal header somewhow. And that’s where currently I’m stuck.
Hope it explains my situation 🙂
Forum: Themes and Templates
In reply to: [Flat Bootstrap] Post image slider in content-headerI guess I over-complicated the issue. Basically, what I want is to run a wordpress gallery of images attached to post instead of a single Image in the content header. How is it possible?
Forum: Plugins
In reply to: [Frontend Uploader] Fields, StylesThanks Rinat,
The padding declaration took care of the hidden fields below the form.
But still there are 3 divs under the submit button that are taking up space wrapped in class .ugc-input-wrapper. All 3 have hidden attribute and are of – upload, post id and form_layout.
Also, how do I still remove the BR tags that are adding space between the form fields? Are they somewhere in the code files that I can remove them from?
thanks,
him