Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Misplaced sidebar widgetswhat do you mean by you cant find the file?
If you know how to do a search using the editor you are using, then do it.
Forum: Themes and Templates
In reply to: [Fashionistas] AT Tabs not workingHi
Can you share a url for us to have a look
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Widen the spacing between paragraphsHi A
yes it is possible, can you share a link to your site and possible more explanation on what are you trying to do here?
thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Fashionista theme- Infinite scrollHi
with initial Google search, I found few helpful links. please try and let me know
http://www.hongkiat.com/blog/wordpress-infinite-scroll/
https://wordpress.org/plugins/infinite-scroll/
though the plugin is not updated, but still has some 20k installs, so i guess it would be good.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] search box in top navigation menu@priyanka You have added the form out of the nav tag. Please check the code carefully and you would get the issue.
@mommyrandr can you try the code again and this time I will help you out.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Get rid of the top header thingHi
Thanks Drew for emphasizing on the importance of child themes. (y)
@e I checked you site. I assume by ” small black header at the top of the screen” you mean the top menu and you can get rid off that by atleast more than one way and the easiest is to add the below css.
#top-navigation { display: none; }to change the hover color add the following css
#main-navigation li a:hover, .entry-title a:hover { color: #CF595F; }Make these changes using a child theme. To know more about child theme check the codex or this blog.
Hope it helps!!
Thanks
Hi
I checked your site and dont see the container is set to 1200px, do that if you want to keep a logo of width 1200px and also remove the css which reads
.site-branding img { margin-left: 7%; }Forum: Themes and Templates
In reply to: [Fashionistas] Change Size Featured ImageHi L
This topic has been discussed for quite some good number of times.
Please check the below links for details:
https://wordpress.org/support/topic/featured-image-179?replies=6
https://wordpress.org/support/topic/featured-images-75?replies=8
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Embedded YouTube Videos Not working on MobileHi J
Thats a long list of plugin and any one could be causing the issue.
I will give it a test with the theme and default youtube embedding that wp supports and let you know.
In the meantime did you check what Frank has to suggest
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Thumbnails on mobile.Hi Maria,
I checked your site and you have been using a site logo way to large and it would be breaking things for you.
can you use a logo with max width of 980px
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Featured image – EditingHi Robin,
The site logo you are using a way to large and breaking things for you, can you please add a logo with max width of 980px.
Forum: Themes and Templates
In reply to: [Hiero] Change featured image to a strip?Hi Maria
can you share a link to your site for us to have a look?
Forum: Themes and Templates
In reply to: [Fashionistas] Embedded YouTube Videos Not working on MobileHi J
Thanks for the details.
can you share a link to your site and the list of plugins you are using .
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Misplaced sidebar widgetsHi
I checked your site again, the issue is due to the change in structure you have made.
after
<div class="clearfix container">change the
<div id="container">to<div id="primary" class="content-area">and this will fix the issue and make sure you dont disturb the html and if you choose to do so, make sure you make the necessary css changes
Forum: Themes and Templates
In reply to: [Hiero] Using the More TagHi
can you share a link to your site for us to have a look?
Thanks