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 - 1 through 15 (of 5,207 total)
  • Author
    Posts
  • in reply to: How to change footer featured posts logic #101740

    Hi gadgsphere,

    For that, you can create a new category and assign the desired posts to the same. After assigning the posts to the new category you can now choose the same category to show on the ‘You May Missed‘ featured section.

    Please go to ‘Appearance > Customize > Footer Featured Posts’ then check ON ‘Show Posts from Category’ and choose that new category.

    Thanks

    in reply to: How to edit Attitude Pro page #101376

    Hi rbulson,

    Actually, the area you are mentioning is the widget area. You have to go to the respective widget on the widget area so that you can edit the content or add and remove the widgets.

    To go to the Widget area you can go to ‘Appearance > Widget’ or ‘Appearance > Customize > Widgets’ and for your site you can go to the ‘Right Sidebar’ Widget area.

    Thanks

    Hi sseccombe,

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

    #page {
    	background-color: #ffffff;
    }
    .nav-links {
    	border: 1px solid rgba(0, 0, 0, 0.07)
    }
    .entry-main {
    	padding: 0;
    }
    .post-main .post .entry-main,
    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
    	background-color: #f5f5f5;
    }
    .main-navigation a {
    	color: #333333;
    }
    .main-navigation a:hover,
    .main-navigation ul li.current-menu-item > a,
    .main-navigation ul li.current_page_ancestor > a,
    .main-navigation ul li.current-menu-ancestor > a,
    .main-navigation ul li.current_page_item > a {
    	color: #777777;
    }

    NOTE: you can change the value of the colors of the navigation. Currently, we have used #333333 for the default state and #777777 for other states like hover, active, focus, etc.

    and Actually, there are no premium options in the FREE Version like changing font family, sizes, colors, and many more. For that, you need to upgrade the Theme to a PRO Version so that you can have access to many more premium features.

    Thanks

    Hi skr302,

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

    .info-bar .date {
    	display: none;
    }

    Thanks

    in reply to: Feature request #100681

    Hi,

    The slider will get disabled if you have only one post for a respective category that you have selected for it But are sorry to let you know that the static image feature is only available on the PRO Version.

    Ok, Please go to Appearance > Customize > Widgets. Go to ‘Right Sidebar’ and then go to the respective Block-widget and you will find the align option.

    Currently, the align option is used as ‘Align wide’ you can change to default. That can fix the issue.

    Thanks

    in reply to: Previous and Next buttons – homepage #100127

    Hi,

    We checked that only ‘Next’ button is already showing on the first page. (https://peiranoconsulting.com/)
    To show the Project Name as well, The theme code need to customize, It cannot be done through custom CSS code.

    Thanks

    in reply to: Pictures too small on slider #100126

    Hi jackbrownn93,

    Are you sure that you uploaded the Bigger Images?
    Could you please share with us your Site URL so that we can check bout it?

    Thanks

    Hi Sylvain Maufrais,

    You have disabled to show the Right Click option. Could you please enable it to show that we can check about the issue?

    Thanks

    Hi Ladislav Wiedermann,

    We are very sorry. Our support team missed your topic and thank you for reminding us about the issue. We will fix it in our next version very soon.

    For now, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    input[type="reset"],
    input[type="button"],
    input[type="submit"],
    button {
    	width:  auto;
    }

    Thanks

    in reply to: Questions about changing font color and size #99434

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

    body.archive .post .category-meta,
    body.archive .hentry .category-meta {
      display: none;
    }

    Thanks

    in reply to: Card View in a page or post #99257

    Hi

    sorry for the late response due to unavoidable circumstances.

    To add the card view inside the page/post you need to customize the main theme code and make sure you make a child theme first before customizing the Theme code so that your customize codes won’t get lost when updating the Theme to a newer version in Future.

    Thanks

    in reply to: Is this a fully responsive theme? #99256

    Hi

    No, the Theme is totally responsive but for some elements and components like external embed links and tables, you have to set the width of the wrap with the specific class
    We are using the popular framework ‘Bootstrap’ and it even has documented to wrap with a specific class. You can view the documentation/instruction here
    But If you use the Block feature of WordPress then you don’t have to wrap or set the width. You can directly added embed videos and tables.

    Thanks

    in reply to: Questions about changing font color and size #99255

    Hi juliocasasginestre,

    You can upgrade to Pro Version to enable all the premium features including the color options.

    but now for your solution please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom code.

    .info-bar,
    .info-bar .social-profiles ul li a,
    .info-bar .infobar-links ul li a {
        color: #ffffff;
    }
    .info-bar {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .site-title a {
        color: #ffffff !important;
    }
    .navbar-head.header-overlay-dark .container:before {
        background-image: linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,.8));
    }
    .navigation.pagination .current,
    .navigation.pagination a:hover,
    .back-to-top a {
        background-color: #c80000;
    }

    Could you please explain to us a bit more about the category showing photographs when selecting?
    and only updating CSS won’t affect the site performance.

    Thanks

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