Forum Replies Created

Viewing 20 posts - 2,881 through 2,900 (of 3,112 total)
  • Author
    Posts
  • in reply to: Theme settings Not getting SAVE #738
    Hash
    Keymaster

    Please check again by disabling all the plugins. If it still does not work, then email us at support@hashthemes.com with your login detail. We will have a look at the problem.

    in reply to: Featured Section – image #736
    Hash
    Keymaster

    I don’t think it will still show the featured image.

    The code $square_featured_page_image = get_theme_mod(‘square_featured_image’.$i, $square_page ); does not print out the image.

    The featured image of the page can be displayed by using the code the_post_thumbnail();

    the_post_thumbnail()


    You don’t need to add code in the customzer.php file.

    And to convert the plus sign in to graphic button, you need to add the text “Read More” instead of plus sign and then add the css to convert it in to button.

    I hope this will help you.

    in reply to: Installed theme in the same domain #733
    Hash
    Keymaster

    You can install it in the same domain. You can either just the previous blog layout or even apply the new home page that was added the later update. Check this video for more detail

    in reply to: Visitor's information #732
    Hash
    Keymaster

    Hi,

    Can you please mention your website url? The comment should show in all the blog post if any body has commented on it.

    To know how many visitor visited your post you can use post view counter plugin

    Post Views Counter

    in reply to: Featured Section – image #729
    Hash
    Keymaster

    Sorry both are not possible without customization.

    We can customize the theme to add image and read more button for the paid customization if you want.

    in reply to: Home page on mobile devices #728
    Hash
    Keymaster

    Hi,

    Basically the slider image is resizing proportionally to its width, so in the mobile device the height of the slider becomes very small and looks like out or proportion compared to other section. But this is normal behavior of the slider in the smaller devices.

    The solution is to upload image with some larger height. but again the larger height image does not look good in the desktop device.

    in reply to: Collect email #679
    Hash
    Keymaster
    in reply to: Vimeo #673
    Hash
    Keymaster

    Sorry, i did not get you. You can use anything that you want in the logo

    in reply to: Collect email #671
    Hash
    Keymaster

    Yes you can use some plugin that have the feature to send notification. You can even edit the code if you want.

    in reply to: Can I delete Copyright? #667
    Hash
    Keymaster

    Ok no problem. Go ahead.

    in reply to: Can I delete Copyright? #665
    Hash
    Keymaster

    Sorry, we do not encourage to delete the credit link as it is the only credit for our free work.

    But if you want to delete it, you can purchase our child theme that has option to either change or remove credit link from the customizer. It will cost you $50 only.

    in reply to: Title picture on blog feed #661
    Hash
    Keymaster

    Hi,

    For each post you add, you should see a option call Featured Image at the bottom right sidebar. You need to upload the image over there to make it appear in your blog page. And please make sure to upload large image.

    Thanks

    in reply to: Width of main content #658
    Hash
    Keymaster

    Hi,

    If you check our demo website https://demo.hashthemes.com/square/ you will see that the about section is using the 60% of the width. The 40% width is for the image gallery.

    If you don’t wish to use image gallery then add the below CSS using some custom CSS plugin to make it span across full width

    .sq-about-sec {
    width: auto;
    float: none;
    }

    in reply to: Make Semi-Transparent Box on Slider… less transparent #657
    Hash
    Keymaster

    Yes, add the below CSS using some custom CSS plugin

    #sq-masthead {
    background: rgba(30, 36, 42, 0.6);
    }

    Just increase the value of 0.6 to 0.7, 0.8 or 0.9 if you need less transparent.

    in reply to: Testimonials on Homepage #654
    Hash
    Keymaster

    Hi,

    You just need to create the new pages for the testimonial and then select it in the customizer panel. It is simple as that.

    in reply to: Width of main content #653
    Hash
    Keymaster

    Can you please let me know your website so that i can figure out the issue and give you the solution?

    in reply to: How to create a Continue Reading link #650
    Hash
    Keymaster

    Hi,

    Check this tutorial. This will help you http://www.wikihow.com/Add-Read-More-to-Wordpress

    in reply to: Responsive #649
    Hash
    Keymaster

    This thread is 5 month old. The theme is already fully responsive and the one you are using as well.

    in reply to: Make header background color opaque? #645
    Hash
    Keymaster

    Yes, add the below CSS using some custom CSS plugin

    #sq-masthead {
    background: #FFF !important;
    }

    This will break the black header option if you change to black

    in reply to: Widgets on blog page? #641
    Hash
    Keymaster

    Hi,

    Please email us your website url and the login detail at support@hashthemes.com
    We will have a look at it and fix it as well.

Viewing 20 posts - 2,881 through 2,900 (of 3,112 total)