Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] how to put script google adsenseHi
You can find many such tutorials. The initial google search gave me few links.
You may find this link helpful.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Cannot have full text on main pageHi
I am not sure why would this happen. This is just an option whether you show full content or just the excerpt, not sure why it would mess the sidebar up.
I tried adding text to one of the post using firebug and didnt see any issues. can you please try again and post a screenshot for us to review.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Moving the featured image on posts to the centre?Hi xameliax,
can you please share a link to your site for us to have a look?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Moving the featured image on posts to the centre?Hi doesthisusernameexistyet,
This is a duplicate thread and the other one was also created by you.
https://wordpress.org/support/topic/centred-the-featured-image-on-posts?replies=4#post-6223534Please check the reply there.
Forum: Themes and Templates
In reply to: [Fashionistas] Centred the featured image on postsHi
I checked the site. You have used a very large image as a logo which seem to break your site’s alignment, Please use an image width of max 980px which is equal to the width of the container.
Also the featured images looks centered. can you please send me a screenshot where you find the issue?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Comments Off?Hi
can you please share some links where the comments are on and where not?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Menu in mobileHi carolinereusen,
Do you mean to say, to show the menu as it appears in the desktop?
Please add a screenshot if possibel for better explanation
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] problem in category menuHi Ajiwep,
I looked into the link, there is no craft link. Also what do you mean by “appear to double post”
please add some more explanation and if possible post us a screenshot
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Extending the Menu bar colorHi
To do this, you need to make changes to the theme’s header.php file. I would suggest you to do this change using child theme, so that you keep your changes preserved even after updating the theme in future.
In the file move the codes within nav tag out of the clearfix container div ie
<div class="clearfix container">The codes look like below
nav id="main-navigation" class="main-navigation" role="navigation"> <a href="#main-navigation" class="nav-open">Menu</a> <a href="#" class="nav-close">Close</a> <?php wp_nav_menu( array( 'container_class' => 'clearfix sf-menu', 'theme_location' => 'main' ) ); ?> <!-- #main-navigation --></nav>Make sure you keep it outside the clearfix container div but inside the header tag
and to change the background color use the following css
#main-navigation .sf-menu { background: none repeat scroll 0 0 #ccc; }Replace #ccc with the color of your choice
Hope it helps
Thansk
Forum: Themes and Templates
In reply to: [Hiero] Blog Page Not automatically generating ExcerptsHi ajabbar,
I checked the site and found you are not using a Hiero theme, so kindly please switch back to Hiero to seek help or put the question in the coresponding support forum
Thanks
Hi
I checked the screenshot and it seems you want to get rid of the tag or category name from the tage or category page respectively.
You can do it by adding the below css into your theme’s style.css file
I would suggest you to do the changes using child theme, so that this change along with any other changes done before or after, remains preserved even after you update the theme.
.page-header { display: none; }Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Menu disappears on mobileHi
I would suggest not to do that cause sometimes the traditional menu has issues on mobile devices and also doesn’t look good, but if you still want to go ahead, then you can do it by removing/commenting the css from line number 425 to 467 from the theme’s style.css file.
This starts with this
@media only screen and (max-width: 60em) {Hope it helps !!!
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Change link color from red to blueHi kiranNaik,
There are few forum rules. Read this for link http://codex.wordpress.org/Forum_Welcome
This is always a good idea to create a new thread for new question and this question you are asking is not related to the theme so please post it in the relevant forum.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Photos that look like thumbnailsHi
I checked your site and found you are using a different theme now.
Do you still need help!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Cannot have full text on main pageHi,
You can do it by following the below steps
Go to Wp admin Dashboard >> Appearance >> Customize >> Content/Excerpt and check the option which says “Blog Index” (the first one)
Check this image for more help http://awesomescreenshot.com/0fc3sdvx5a
If this doesn’t work, please share a link to your site
Thanks