Forum Replies Created

Viewing 20 posts - 2,621 through 2,640 (of 3,109 total)
  • Author
    Posts
  • in reply to: Service page #1476
    Hash
    Keymaster

    Hi,

    You need to change the code in front-page.php or template-home.php depending on the setting you are on for the Front Page display. It is the file that displays the home page.

    in reply to: slider #1475
    Hash
    Keymaster

    Seems like you are using small sized image. Use big one. The recommended size is 1800x800px

    in reply to: How do I hide the breadcrumb navigation? #1473
    Hash
    Keymaster

    Hi,

    Why did you post your question in the forum of HashOne as you seems to be using Total Theme? The above reply is for HashOne Theme.

    For Total Theme here is the CSS

    #total-breadcrumbs{
    display:none;
    }
    in reply to: 4 post to 3/2 post section #1472
    Hash
    Keymaster

    Hi,

    Just don’t select the page for the field in the featured section. That is all you need to do.
    and add the below CSS in the custom CSS in the customizer panel if you want to center the posts

    .hs-featured-post{
    width: 31.33%;
    }

    To show more text in the feature section it is a bit complex. It will require change in code. And similar with the counter section as well.

    in reply to: replace font awesome icons with my own icons #1471
    Hash
    Keymaster

    Sorry not possible.

    in reply to: Is there a Read Me? Basic Questions… #1470
    Hash
    Keymaster

    Hi,

    The theme is very easy to set up. You don’t need any sort of documentation.

    Go to Appearance -> Customizer Menu and then you will find all the setting over there. It will take no time to understand the setting. Its very easy.

    in reply to: Portfolio #1469
    Hash
    Keymaster

    @Francis Flex you need to make a category for your category first. And then add the post assigning these category with featured image. After that you nee to configure the setting in the customizer panel for the portfolio section by selecting the necessary category to show as portfolio. This is all you need to do.

    And you can not make the logo bigger. The header adjust the logo with its height which is 90px

    in reply to: How to change Image sliding time in Slider #1468
    Hash
    Keymaster

    Hi,

    To change the sliding time, you need to edit js/hashone-custom.js file

    The code you need to modify is

    if($('#hs-bx-slider .hs-slide').length > 0){
      	$('#hs-bx-slider').bxSlider({
      		'pager': false,
      		'auto' : true,
      		'mode' : 'fade',
      		'pause' : 6000,
      	});
      }

    Increase the value of 6000

    in reply to: Page looking like category page #1466
    Hash
    Keymaster

    Sorry, not possible with current available features. but yes with code customization.

    in reply to: Home slider not appearing. Formatting in posts messed up. #1465
    Hash
    Keymaster

    @thrinity you need to remove the uploaded image inside the page. The image uploaded in the featured image option get display as a slider banner.

    in reply to: How to transmit header background image via https://? #1459
    Hash
    Keymaster

    Once you have installed SSL on your website, go to Settings -> General and change the WordPress Address (URL) and Site Address (URL) to have https on it. After than go to the customizer and re upload the header image. After this the header image will have https:// on its source url.

    in reply to: Modify theme credit footer area #1458
    Hash
    Keymaster

    Hi,

    Basically we do to like our theme credit being remove or changed. If you wan to remove or change the footer credit , you can buy a child theme from us which has the option either to remove or change the footer credit. And the theme update will have won’t cause any lose with child theme.

    in reply to: Slider colors… #1457
    Hash
    Keymaster

    The slider caption title and subtitle is white and if you want to change the color here is the CSS

    .sq-slide-cap-title{
    color: #FFFFFF;
    }

    .sq-slide-cap-desc{
    color: #FFFFFF;
    }

    Change the #FFFFFF to your desired color.

    To change the opacity of the caption background, here is the CSS

    .sq-slide-caption{
    background: rgba(0,0,0,0.2);
    }

    Change 0.2 to 0.3, 0.4 …

    in reply to: Second page of posts. #1456
    Hash
    Keymaster

    Hi,

    The Square theme does not have feature to show the blog post in the front page. Can you please let us know your website url?

    in reply to: Static home page is not working #1455
    Hash
    Keymaster

    Please mention you website url so that we can have a detail look at it.

    in reply to: Custom Colors for All Widgets #1454
    Hash
    Keymaster

    Hi,

    If you are editing the style.css file then just find for the color #5bc2ce and replace it with your desired hex color.

    But direct editing the style.css file is not a good approach. You can use child theme for it.

    in reply to: How to split date and comments #1453
    Hash
    Keymaster

    Hi,

    You will find the function square_posted_on() on file inc/template-tag.php file.

    You will have to take the comment counter code out of this function and then add it to a new function which can then be called at any other place.

    in reply to: icons not visible #1452
    Hash
    Keymaster

    Hi,

    Seems like there is some cross origin resource sharing problem due to sub domain issue.

    Can you please let us know your website url so that we can detect the issue precisely?

    in reply to: Two Post pages #1451
    Hash
    Keymaster

    Sorry, it is not possible without paid customization. We can do it for paid customization if you want.

    in reply to: Home slider not appearing. Formatting in posts messed up. #1450
    Hash
    Keymaster

    Hi,

    There was some bug in version 1.1.4. We have fixed it in version 1.1.5 so please do update your theme again.

Viewing 20 posts - 2,621 through 2,640 (of 3,109 total)