Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] AT Preview Adjusting Image SizeHi S
can you please share some screen shots explaining your request.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Add Custom Search Mobile versionHi X
Can you please add details of what you did and what did nt work.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Add Custom Search Mobile versionHi X
Can you please add details of what you did and what did nt work.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Page Numbers not showingYou are welcome 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Page Numbers not showingHi J
I see the issue in page 67.
Please add the below css to fix this issue.
.site-content [class*="navigation"] { overflow: visible; }Use this css in the style.css of the child theme or by using a custom css plugin.
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] mobile menuHi D
I would suggest you to open a new thread with your issue and share a link for your site for us to have a look.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Add Custom Search Mobile versionHi X
With some css changes you can make it something similar but to make it completely exact you would need some custom coding.
You can get the search bar in the menu following this
but might have to make some css changes as the blog has css for hiero theme from the same author. Hiero and Fashionista uses almost same structure, so there shouldnt be any problem.
Hope it help!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Page Numbers not showingHi J
I checked you site again and the older articles stays even after 20 pages and at a point it would disappear which suggest that you have reached the end of posts.
Make sense!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] featured image is getting cropped!Hi S
This is the default behavior of the theme. In the home page it fetches the cropped 640×250 size image.
To get a better image there are two ways.
1 — Upload images with the ration of 640 : 250, so that the images will be cropped proportionally and hence wont be any unexpected cut.
2 — Change the code to get the same full image in the home page too.
if you want to go with #2, follow the following steps.
In file content.php inside the theme folder, line number 22 code reads like
<?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; ?>Remove the words
<strong>thumb-featured</strong>so it will look like below
<?php if ( has_post_thumbnail() ) : ?> <div class="entry-thumbnail"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> </div> <?php endif; ?>This will fetch full size images like it does in the single blog/post page.
I would suggest you to make these changes using child theme, so that these changes doesnt get lost on theme update.
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Featured image – EditingHi M
can you please create a new thread for your issue and lets fix it there.
It is not right to over crowd a thread.Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] AT Tabs widget won't updateHi S
I checked the site and found you are using a different widget now from a plugin.
if you want us to have a look into the theme’s widget, please use to somewhere and share the link here.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Add Custom Search Mobile versionThanks for the link
can you be now be more descriptive about your request
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Hard Coded Links & An Error?Hi J
can you please share a link and we will have a look .
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Page Numbers not showingHi J
Can you please be more elaborative on the request here?
or share a screenshot with annotations
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] featured image is getting cropped!Hi S
i looked into you site and everything looked alright to me.
can you please check again and let me know if you still see the issue and if yes, please share a screen-shot annotating the issue.
Thanks