Forum Replies Created

Viewing 20 posts - 3,001 through 3,020 (of 3,112 total)
  • Author
    Posts
  • in reply to: dropdown menu & blog #366
    Hash
    Keymaster

    Thank you very much for your help!
    Can i ask you another couple of things? Can I insert in the feature section of the homepage some articles in steand of pages? in addiction, how can I change the visualization of link in an article? I’m able to insert and hyperlink in the text but, considering that it became blu only when you are on it, is not quite visibile!

    Thanks in advance,
    Elisabetta

    Hash
    Keymaster

    Open front-page.php file and find for the code

    <div class="sq-featured-post <?php echo 'sq-featured-post'.$i; ?>">
    	<div class="sq-featured-icon"><i class="fa <?php echo esc_attr( $square_featured_page_icon ); ?>"></i></div>
    	<h4><?php the_title(); ?></h4>
    	<div class="sq-featured-excerpt">
    	<?php 
    	if(has_excerpt()){
    		echo get_the_excerpt();
    	}else{
    		echo square_excerpt( get_the_content(), 120); 
    	}?>
    	</div>
    	<?php 
    	if($square_enable_featured_link){
    		?>
    		<a href="<?php the_permalink(); ?>" class="sq-featured-readmore"><i class="fa fa-plus-square-o"></i></a>
    		<?php
    	}
    	?>
    </div>

    and replace it with

    <div class="sq-featured-post <?php echo 'sq-featured-post'.$i; ?>">
    <a href="<?php the_permalink(); ?>">
    	<div class="sq-featured-icon"><i class="fa <?php echo esc_attr( $square_featured_page_icon ); ?>"></i></div>
    	<h4><?php the_title(); ?></h4>
    	<div class="sq-featured-excerpt">
    	<?php 
    	if(has_excerpt()){
    		echo get_the_excerpt();
    	}else{
    		echo square_excerpt( get_the_content(), 120); 
    	}?>
    	</div>
    </a>
    	<?php 
    	if($square_enable_featured_link){
    		?>
    		<a href="<?php the_permalink(); ?>" class="sq-featured-readmore"><i class="fa fa-plus-square-o"></i></a>
    		<?php
    	}
    	?>
    </div>

    Please be careful on replacing the code else you can leave you site blank with PHP error.

    Hash
    Keymaster

    Hi,

    Basically the theme is designed to work as it is now which is to open the detail page clicking on the small plus icon.

    If you want to make the title clickable or the whole block clickable then you will have to make edit in the code.

    We can guide you if you are comfortable with the code. Or you can even ask us for paid customization which would cost you only $15

    in reply to: Slider not working on live site #359
    Hash
    Keymaster

    HI,

    Please try uploading different image in other slider as well. I tested the latest version of the theme with the latest version of the WordPress but did not find the issue you mentioned.

    in reply to: Slider customization working only in preview mode #358
    Hash
    Keymaster

    @bonaventura How did you manage to get the same content as in our demo? Regarding your question, the slider should show all three slides if you have uploaded the image in three field for slider. We have tested with our demo and is working properly. You can email us your website login detail at support@hashthemes.com if you want us to check.

    @amitontheweb It seems that you have only one slide that is why the arrow is not displaying. Please try uploading the banner image to other slide field as well. Again if the problem is not fixed you can email us at support@hashthemes.com with your login detail. We will check and fix it.

    in reply to: How to remove link hover background color? #357
    Hash
    Keymaster

    Hi,

    Add this CSS to remove the blue background effect on hover using some Custom CSS plugin.

    .single-entry-content a:hover{background:none;color:inherit}

    Hash
    Keymaster

    Hi,

    The featured section is to display the page and you should not use it to display the page that you have assigned as blog. Please display some other page and then it will stop changing with every blog post added.

    And yes you can display another text then the excerpt of the page. Please follow this link http://hashthemes.com/support/topic/featured-section-not-displaying-ulsols/#post-105

    Hash
    Keymaster

    You should add it at the bottom of the file. It should work fine.

    Hash
    Keymaster

    Hi,

    Can you please elaborate your issue with your website link so that i could precisely answer your question?

    in reply to: Remove "Text Widget." #344
    Hash
    Keymaster

    Hi,

    Are you taking about the sidebar widget in the pages? If yes then you can remove it by going to Appearance -> Widget page.

    Please share us your website url if it does not solve your issue.

    Hash
    Keymaster

    Hi,

    This sidebar layout does not work with the home page about us section. This only work in the detail page.

    Here is the CSS if you want to make the about us section full width.

    .sq-about-sec{width:auto: float:none;}
    .sq-image-stack{display:none;}
    in reply to: Product image in Woocommerce #340
    Hash
    Keymaster

    Yes, you are correct. You might have some portrait image and some landscape images. If you want a proper layout in the shop pages then these images need to cropped. But if you want you original image orientation to remain same that you might find variable images size with bottom space.

    Hash
    Keymaster

    The sidebar layout option should be visible in pages as well unless there is some code removing it.

    Your code is correct to remove the sidebar from a single unique page. But there should be proper css as well. Assuming that you page id is 4201, here is the CSS code.

    .page-id-41-4201 #primary{float:none; width:auto;}

    in reply to: Product image in Woocommerce #336
    Hash
    Keymaster

    Hi,

    I checked your website and the url has the correct image size showing now. But other product has still smaller size image. Please make a replacement for all the products.

    Hash
    Keymaster

    Hi,
    The theme has default feature to remove the sidebar.

    You should find this option below each page and post.

    in reply to: Serbian (Latin) translation #328
    Hash
    Keymaster

    Hi,

    Thank you very much for your effort. Please email us the file at support@hashthemes.com along with you name so that we can include in our website as well.

    in reply to: Bannerimage #325
    Hash
    Keymaster

    Sorry, i don’t see any address in your profile. And we usually send invoice after the payment only.

    in reply to: Bannerimage #322
    Hash
    Keymaster

    Yes, we can for sure.

    in reply to: dropdown menu & blog #320
    Hash
    Keymaster

    For your 1st question, here is the tutorial that explains how to add menu in WordPress
    http://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/

    For your 2nd question , here is the link http://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/ with all the explanation.

    in reply to: Product image in Woocommerce #318
    Hash
    Keymaster

    The setting in the woocommerce for the image crop won’t work because we have overlapped the setting with our code.

Viewing 20 posts - 3,001 through 3,020 (of 3,112 total)