badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 5,207 total)
  • Author
    Posts
  • in reply to: Featured images won't show up #50446

    Hi fran,
    Featured image will not be displayed on single page and on pages. You can add featured image on the editor of post/page. We have designed our theme this way and featured image to display in single page is not necessary.

    So if you like to have a featured image on single page then it needs code customization.
    Go to theme folder -> inc -> structure -> conent-extension.php on line no 225 you will find this code <article class="entry-wrap"> Add below code just after this code

    <?php
    							if( has_post_thumbnail()) { ?>
    							<figure class="post-featured-image">
    								<a style="background-image:url('<?php echo esc_url(wp_get_attachment_image_url($attachment_id,'full'))?>');" href="<?php the_permalink(); ?>" title="<?php the_title();?>"></a>
    							</figure><!-- .post-featured-image -->
    							<?php } ?>

    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    Child Theme

    Thank you

    in reply to: interface pro – adding more pages to homepage #50445

    Hi INFOYED,
    You can drag and drop the same widgets as many times you want. If you want to add many other pages then create a pages just before you have created for Recent Work and drag and drop the same widgets to the Business Page Section sidebar and add a new page just now you have created.

    Also we have services template, our team and testimonial template. You can drag and drop the same business widgets on this sidebar Testimonial Page Section , Service Page Section , Our Team Page Section.

    Note: Yes you have to set business template from pages to work widgets on business template.
    Select Testimonial Page Template , Service Page Template , Our Team Page Template to work Testimonial Page Section , Service Page Section , Our Team Page Section sidebars.

    Thank you!

    Hi admin175,
    Could you please Email Us your temporary username and password with your ftp credential.
    Also can you provide attitude pro zip file which is hacked and causing this issue? We will try to find whether the issue is from our theme.
    Don’t send username and password here as this forum is public to everyone.
    Thank you!

    in reply to: Put WMPL Language switcher next to the menu #50443

    Hi Malo,
    You can’t add next to the menu. It needs code customization. You need to hire a developer as this is a new feature to be added in the theme. You can try adding via footer sidebar.
    Thank you!

    in reply to: can't find custom header code on inherited site #50442

    Hi Marijean,
    Our header file is located at theme folder (attitude-pro) -> library -> structure -> header-extension.php. All the header content is coming from this page.
    Thank you

    in reply to: "No widgets on this page" #50440

    That’s great Danielle

    Thank you!

    in reply to: Alt text on logo file #50439

    You welcome Danielle

    Thank you!

    in reply to: Slider not rotating (Attitude Premium) #50438

    Hi Danielle,
    There may be some plugin conflict with the slider. So once you deactivate them plugins one by one and test which plugin is makeing a conflict with the slider.
    Thank you!

    in reply to: provide Demo content #50342

    Hi puneeth,
    Email Us your temporary username and password. We will set a demo content.
    Thank you!

    Hi David,

    Yo have sub links when you hover over them, goto dashboard -> appearance -> menus -> and create a custom link and use # sign and named it as Page Layout. So it won’t take you to any other page. Under Page Layouts you can add your sub menu pages.

    Thank you

    in reply to: How to change colour of links in recent posts widget? #50336

    Hi Tony,
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/attitude
    We really appreciate your rating.

    Thank you!

    in reply to: Featured image in blog post #50326

    Hi Hi Dirk,
    As in the review process before one of the WordPress admin says that its not required to add the featured image on single page. Many users also don’t want to display featured image on single page so we did not add this feature on our latest theme. Sorry for this. If you really want to add it then code customization is required. You can create a child theme and then customize the code so that your featured image will also work on single page it you want.

    Thank you

    in reply to: Featured image in blog post #50317

    Hi Dirk,
    Your featured image will not be displayed in the single page. If you like to add image on the single page then you can add images on the post editor which will be displayed on the single page.
    Thank you

    in reply to: Featured Recent Work inconsistent image size #50316

    Hi Katelin,
    The recommended size for recent work widgets is 670*420. It will cut proportional image. So you upload image bigger than width 670 and height 420 so that all your image will be cropped into same image size.
    Thank you

    You welcome Désirée

    Thank you!

Viewing 15 posts - 1,396 through 1,410 (of 5,207 total)