Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] images reducing in sizeHi Katrina,
can you please explain your question with some images or screen shots as references… I am not sure I am getting what you want.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] search and logo in menuHi Katrina,
Please have a look at this blog. This contain details about adding a search bar to the right of the menu, you can follow it and make the necessary css changes if required.
Also if you are good with codes referencing this you can add a logo to the left of the menu.
Hope it help!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] add catagory and tagsHi Kat
can you share a screenshot. I am sorry the requirement is still not clear.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Remove 'Previous Articles' and Add SliderHi Han
can you please create a new topic/thread for new discussion? lets keep a topi a thread.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Fasionista Sub-MenuHi Y
What Awan has refereed is right but not the best way to do it.
Please do any changes to the theme using a child theme, else the changes made would be lost in the next theme update which is inevitable 😉
So once you have the child theme installed, copy the content.php file from the parent theme and add it to the child theme and remove the following lines
<?php if ( has_post_thumbnail() ) : ?> <div class="entry-thumbnail"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail( 'thumb-featured' ); ?> </a> </div> <?php endif; ?>Hope it helps!
PS: From next on, please create different threads for different issues.
Thanks
Forum: Plugins
In reply to: [WP Social Avatar] Some Facebook avatars have stopped workingHi Joand
First of all thanks for your patience.
The issue is fixed. Please update the plugin.
From now on use facebook user id instead of username/handle.
Thanks again
Forum: Themes and Templates
In reply to: [Hiero] Change featured image to a strip?Hi finch
The issue is with the css
please remove this line
width: 640px;from /themes/hiero/style.css line number 567
Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] menu above and category below postsHi Jess
You can add the following css to make it work.
Add the following css in a child theme‘s style.css file or by using a custom css plugin.
To remove the categories and tag but have the line use the following css
.entry-meta .cat-links, .entry-meta .tag-links { display: none; }If you want to keep the thicker black line and not the thinner one add the following
.entry-footer { border-width: 0 0 3px; }for vice versa, add the following
.entry-footer { border-width: 1px 0 0; }To remove the menu and keep the black thick line add the below css
#main-navigation ul { display: none; }Hi Katrinapia,
I am not sure what you meant by “like in the preview”. Sorry for that. can you please put on some different words or an example to help me here.
Also please explain what do you mean by “the extra space and line in the footer”
To remove the author and comment link add the following css
.byline, comments-link { display: none; }Please add the following in bottom of child theme‘s style.css file or by using a custom css plugin.
Hope it helps!!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Not breaking menu(top and main)Great 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] translation is not workingHi Staszek
I will let the theme author know.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] add catagory and tagsHi Katrinpia
can you please elaborate what do you mean by “like the preview”?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Images Shrink in Full Width PageHi sincerelyjean
After doing that, any new image you upload would have the new thumb-featured image size. For the older images please use the regenerate thumbnails plugin to make it work.
Hope it helps !!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] menu above and category below postsHi Jess
can you share a link to your site for us to have a look?
Thanks
Forum: Plugins
In reply to: [WP Social Avatar] Some Facebook avatars have stopped workingHi Joand
You got it absolutely right. With the present Facebook API, fetching image by user name is removed.
Presently I am working on a solution and will update the plugin ASAP.
For the time being either use G+ plus profile picture or uncheck both the option to use the default gravatar image.
Sorry for the inconvenience.