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 - 121 through 135 (of 5,207 total)
  • Author
    Posts
  • in reply to: Facebook div not showing #93474

    Hi tolysim

    Sorry, We apologies that our Support Team missed your topic. Do the issue solved or are you still having the issue?

    Thanks

    Hi Catherine Realce,

    There is no option include to hide and show the line under the Widget titles. They are the default and should always be shown. May be some customized code have affect the widget tile line design. Could you please share us your Site URL so that we can check and let you know.

    and thanks for your question no 2 that you solved by yourself. The ‘WP PageNavi’ plugin have been updated. We will fix the color issue on our next update soon. You can also disable the WP PageNavi plugin’s CSS. To disable the CSS please go to ‘Dashboard > Settings > PageNavi’ and check ‘No’ option on ‘
    Use pagenavi-css.css’.

    Thanks

    in reply to: Sidebar Widgets #93471

    Hi Juan Podesta,

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

    .widget-area .sticky-wrapper,
    .widget-area .sticky-wrapper.is-sticky {
    	height: auto !important;
    }
    .widget-area .sticky-wrapper .sticky-sidebar,
    .widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
    	width: 100% !important;
    	position: relative !important;
    	top: auto !important;
    }
    in reply to: Code showing on front end of page #93470

    Hi Hesti Wade,

    The part of the broken code you have mentioned is not coded by us. It’s the additional code that has been rendered through some Customized code or some external plugins.
    Please once check my deactivating the plugins one be one or if you have customized the Theme code then please check by removing it and let us know if the issue still persist.

    Thanks

    in reply to: Attitude Free: Show simple page (no header, no footer) #93467

    Hi tritto.fla,

    Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.

    header#branding,
    footer#colophon {
    	display: none;
    }

    Thanks

    in reply to: Full Width Ultimate Pro #93466

    Hi info178,

    Sorry, We apologies to you for the late response. Our support team have missed your topic.

    You can set the layout option in 2 ways, first globally (‘Appearance > Customize > ‘Layout Option’ > ‘Content Layout’) and second by setting for specific page. For setting specific pages, you can set if from respective post/page editor where you can find layout option of bottom of page editor.

    May be you have set some other layout option on Specific page so the global layout option might not be working. please check once and let us know.

    Thanks

    in reply to: Date in post #93461

    Hi Juan Podesta,

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

    .logged-in.home .entry-meta .date {
    	display: none;
    }

    Thanks

    Hi Hird419,

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

    .navbar-head-row col-lg-4 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    	text-align: center;
    }
    .navbar-head-row .navbar-brand {
    	display: inline-block;
    	position: relative;
    	padding-left: 110px;
    }
    .navbar-head-row .custom-logo-link {
    	position: absolute;
    	top: 50%;
    	left: -55px;
    	width: 185px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    }
    .site-title,
    .site-description {
    	text-align: left;
    }

    Thanks

    in reply to: Banners: multiple categories #93384

    Hi Xeinar,

    Yes we do understand your requirements but we are really unknown about such SEO issue for assigning Multiple Categories to a post. As there are many active Websites that have been using our Themes but they have never faced such SEO issue. Not only our Themes but there are other themes as well which works as assigning multiple Categories, even the WordPress itself are designed to create and assign the multiple categories. That’s why the archive page is designed and created by WordPress to list the respective posts by day, year, categories, tags etc.

    Setting Multiple Categories would be a New Feature for the Theme but it really won’t affects the SEO.

    Thanks

    in reply to: Banners: how to skip articles #93383

    Hi Xeinar,

    To hide the Featured Slider Navigation, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .featured-slider .owl-nav {
    	display: none;
    }
    .featured-slider .post-slider-header {
    	padding-right: 0;
    }

    Skipping the posts on Sliders/scripts are not possible through providing Custom CSS code. You really need to customize the Theme Code and make sure you make a Child Theme first before customizing the Theme code so that your customized code won’t get lost when updating the Theme to a Newer Version in future.

    Instead of Skipping code through custom Code, you can create a new Category where you can assign the desired posts to it.

    Thanks

    in reply to: Header Media Image Resize #92868

    Hi Eugene Costello,

    The Site you mentioning now is not using the Header media. It’s the Site Branding (logo on site identity) and the advertisement image on side by side and the background image is the header background image. If Header Media is set then the Header media will render on very top side of the Site.

    Your previous topic was different for this. You had set/uploaded the Header Media and was render on top of the Site.
    – To upload Site Logo go to ‘Appearance > Customize > Site Identity’ and set logo.
    – To upload the background image and advertisement image go to ‘Appearance > Customize > Header’ and set the background image and Advertisement Image.

    Thanks

    in reply to: I’m having Logo alignment problem in NewsCard theme #92598

    Hi hilalcografyasi,

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

    .navbar-head-row {
    	-ms-flex-pack: center;
    	justify-content: center;
    	-ms-flex-direction: column;
    	flex-direction: column;
    }

    Thanks

    in reply to: article tags #92595

    Hi Daniel Lacatus,

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

    .entry-meta .tag-links {
    	display: none;
    }

    Thanks

    in reply to: Header Media Image Resize #92594

    Hi Eugene Costello,

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

    .wp-custom-header {
    	text-align: center;
    	background-color: #ffffff;
    }
    .wp-custom-header img {
    	width: 100%;
    	max-width: 300px;
    }

    Thanks

    in reply to: Excerpt Options for grid layout #92354

    Hi burnuchyan,

    The Excerpt works fine on grid Layout, you can se the excerpt length from ‘Appearance > Customize > WP Portfolio Pro Theme Option > Excerpt Option’.

    Please let us know if you have any confusion.

    Thanks

Viewing 15 posts - 121 through 135 (of 5,207 total)