Forum Replies Created

Viewing 20 posts - 2,621 through 2,640 (of 3,114 total)
  • Author
    Posts
  • in reply to: Photo Slider #1482
    Hash
    Keymaster

    Hi,

    To add the image in the slider, you need to upload a featured image for the page that you have selected as a slider. Adding the image inside the page content will not work. The featured image option is available in the bottom right sidebar of the page editor.

    in reply to: Resizing Home Slider wrapper height? #1481
    Hash
    Keymaster

    Hi,

    Resizing the banner image with CSS will stretch and deform the image.

    The best way is to upload image with smaller height.

    in reply to: logo size #1480
    Hash
    Keymaster

    Hi,

    Increasing the logo size will increase the header height making the design not look good. So it would be better to let the logo resize with the header height.

    And To add the icons on over the footer, it requires some code customization. But the theme has feature to add the social icon in the Contact Section.

    in reply to: Photo slide on Menu #1479
    Hash
    Keymaster

    HI,

    All the setting are in Appearance -> Customizer Panel.

    in reply to: main page features not working… #1477
    Hash
    Keymaster
    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.

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