badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 5,207 total)
  • Author
    Posts
  • in reply to: Posts missing unless I hover with cursor on Podcast pages #94069

    welcome rawr,

    Yes, please let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: Home page design messed up #94068

    welcome newscountofficial,

    It will always be better to instant undo the changes if the changes code didn’t work as it should.

    Thanks

    in reply to: Disable banner titles link #94067

    Hi Damien Soares,

    We found there’s no any unpleasant color effect on Section and Widget’s Title, right?
    It’s working very well as how it was designed and developed.

    Thanks

    in reply to: See more from category button #93996

    Hi Juan Podesta,

    For that you need to customize the Theme code for each widgets and sections. Please make sure you make the Child Theme before customizing the Theme code sot that you won’t your customized code when updating the Theme to a newer Version.

    For such action to see more entries for respective categories, Now after our latest Theme Update you can now click to the respective widget’s and section’s title to redirect to the respective categories posts.

    Thanks

    in reply to: Full Width Ultimate Pro #93894

    Hi,

    We think the issue is solved, right?
    We checked your live site, The full width of your site and our theme demo is accurate.

    Let us know if the issue still persist on yours. also please check the browser window zoom size level for each window. Some time the zoom level may be set unknowingly.

    Thanks

    in reply to: Posts missing unless I hover with cursor on Podcast pages #93892

    Hi wakatta,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code. Below Code will support the Custom Post Type and will be included on the next Theme Update soon.

    .site-main .hentry {
    	margin-bottom: 40px;
    	padding-bottom: 30px;
    	position: relative;
    	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .post-grid .hentry {
    	margin-bottom: 0;
    	padding-bottom: 14px;
    	border: 0 none;
    	padding-left: 7px;
    	padding-right: 7px;
    }
    .hentry .entry-wrap:before {
    	content: "";
    	display: block;
    	padding-top: 70%;
    }
    .hentry .entry-wrap {
    	position: relative;
    	display: block;
    	background-position: center center;
    	background-size: cover;
    }
    .hentry .entry-main {
    	padding: 20px;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    	overflow: auto;
    }
    .post-grid .hentry a {
    	color: #777;
    }

    Thanks

    in reply to: Home page design messed up #93878

    Hi newscountofficial,

    We found you have customized the ‘widget-horizontal-vertical’. The column layer is missing on the widget. Please undo the changes or reinstall the fresh copy of theme again.

    Thanks

    in reply to: Hide Banner #93856

    Hi Sam,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.

    .navbar-head {
    	display: none;
    }

    Thanks

    in reply to: Disable banner titles link #93855

    Hi xeinar,

    Could you please share us your site URL so that we can check about the unpleasant color effect then we will provide you the solution for it.
    Because to avoid the discolor effect we have set it’s color to inherit, we really want to know how it’s affecting on yours.

    Thanks

    in reply to: Banners: multiple categories #93854

    Yes it is possible but to include this feature you need to customize the Theme Code.

    Thanks

    in reply to: Front Page Content Section #93755

    Hi Roberto Pereira (Marcelo),

    You can use ‘TH Advertisement’ widget from the widget list where you can set the Advertisement images with URL link.
    if you want to use the Adsense code then you can paste the Adsense code on ‘Custom Widget’.

    Thanks

    in reply to: Landing Page Title #93483

    Hi joradley143,

    We are so sorry for the late response, Our Support Team has missed your Topic.

    And sorry that you need to customize the Theme Code to show Title as in the inner pages. It cannot be done through Custom CSS code.

    Please let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: ergonomie mobile #93482

    Hi,

    The Site is running well in Mobile View but some component are affects by the external plugins.

    Yes your default page layout is set to ‘no sidebar’ option. You can change the layout option to ‘right sidebar’ or ‘left sidebar’ so that you can use different widgets on sidebar even the image widget.
    To change the layout option, Please go to “Appearance > Customize > Layout Options > Content Layout”.
    after set to right or left sidebar option then you can set widgets from widget option from customizer.

    Thanks

    in reply to: Specific layout for mobile? #93480

    Hi Kate Martin,

    We are sorry for the late response. Our Support Team has missed your query.
    How do you feel that your mobile view is not working well. The same widgets and section will be shown on mobile as in the Desktop view. Since Every users won’t upload the similar images size so the images are in a covered way so that it gets cropped to fit to have the design and layout look good. We find the mobile view have lots of ads that light also affect to look off layout and design.
    To increase the font size of Site Title on mobile, Please go to “Appearance > Customize > Additional CSS” and Paste the below Custom CSS code.

    @media (max-width: 767px)
    .site-title {
        font-size: 26px;
    }

    Thanks

    in reply to: Excerpt Options for grid layout #93479

    Actually for Grid Layout as per design perspective, excerpt is control for maximum of 126 character also the the excerpt option won’t work if you set the texts on excerpt field on page/post editor. The excerpt will show auto from the content text and can control from the excerpt option from customizer.
    If you want to increase the character limit from 126 then please go to “Theme Directory > inc > structure > content-extension.php’ on line no: 145, you can change the number from 126 to any.
    It will be better to create a child theme first before customizing the Theme code so that your customized code won’t get lot when updating the Theme to a newer Version in future.

    Thanks

Viewing 15 posts - 106 through 120 (of 5,207 total)