Forum Replies Created

Viewing 5 replies - 31 through 35 (of 35 total)
  • Thread Starter NM6

    (@himahuja)

    Hi 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.

    Thread Starter NM6

    (@himahuja)

    Hi 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; ?>
    Thread Starter NM6

    (@himahuja)

    Hi 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 🙂

    Thread Starter NM6

    (@himahuja)

    I 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?

    Thread Starter NM6

    (@himahuja)

    Thanks 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

Viewing 5 replies - 31 through 35 (of 35 total)