Forum Replies Created
- AuthorPosts
Hash
KeymasterThank 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,
ElisabettaMay 10, 2016 at 12:07 am in reply to: Make the text in Featured Section a link. Just like the little + sign #362Hash
KeymasterOpen 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.
May 9, 2016 at 10:44 pm in reply to: Make the text in Featured Section a link. Just like the little + sign #360Hash
KeymasterHi,
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
Hash
KeymasterHI,
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.
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.
Hash
KeymasterHi,
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}
May 9, 2016 at 10:21 pm in reply to: Sticking Feature Title and Creating Fixed Text for Features #356Hash
KeymasterHi,
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
May 7, 2016 at 8:59 pm in reply to: Remove sidebar and extend the content to full width for one page only #349Hash
KeymasterYou should add it at the bottom of the file. It should work fine.
May 7, 2016 at 11:00 am in reply to: Sticking Feature Title and Creating Fixed Text for Features #347Hash
KeymasterHi,
Can you please elaborate your issue with your website link so that i could precisely answer your question?
Hash
KeymasterHi,
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.
May 6, 2016 at 9:17 pm in reply to: Remove sidebar and extend the content to full width for one page only #343Hash
KeymasterHi,
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;}Hash
KeymasterYes, 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.
May 1, 2016 at 11:37 pm in reply to: Remove sidebar and extend the content to full width for one page only #339Hash
KeymasterThe 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;}Hash
KeymasterHi,
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.
April 30, 2016 at 10:28 pm in reply to: Remove sidebar and extend the content to full width for one page only #333Hash
KeymasterHi,
The theme has default feature to remove the sidebar.
You should find this option below each page and post.
Hash
KeymasterHi,
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.
Hash
KeymasterSorry, i don’t see any address in your profile. And we usually send invoice after the payment only.
Hash
KeymasterYes, we can for sure.
Hash
KeymasterFor 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.
Hash
KeymasterThe setting in the woocommerce for the image crop won’t work because we have overlapped the setting with our code.
- AuthorPosts

