Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Centred the featured image on postsHi,
Can you share a link to your site?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] How to edit category pageYou are welcome. Glad it helped 🙂
Hi Renai100,
Can you share a link to your site, so that I can have a look?
Please share a screenshot with the area marked for better understandingThanks
Hi thriftish.
To remove both the date and comment, you can add the below code in your theme’s style.css. I would advice to use child theme.
.entry-meta { display: none; }Thanks
Hi
@microscopegenius There is nothing to get irrritated about, now you can see why I have been asking to create new threads, With everyone putting on their own question here, soon this thread would become nothing more than a mess which won’t help anyone further.
But if you say you have tried creating a new thread, I would thank you for that.
Now to remove only the date you can add the below code in your theme’s style.css. I would advice to use child theme so that you dont loose these changes or any other changes made to the theme upon updating.
.entry-date { display: none; }Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] WidgetsHi Ajiewp_12,
Can you please add a new thread for your question? when you do, also share a link to your site so that we can check the issue
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Comments Off?Hi
I checked your site and happy to see you have figured out the way./
Can you please share the same and close this topic resolved.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Remove "Page Titles" from displaying on the pageHi Tibernatu,
It seems you have figured out a way to do it.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Menu on a tablet or mobile deviceHi
You can do the above by adding the following css in your theme’s style.css file. I would suggest you to use Child theme so that you dont loose these changes on updating the theme in future.
.nav-open, .nav-close { color: #ccc !important; } .more-link { color: #ccc; }Replace #ccc with the hex color code of your choice
Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] How to edit category pageHi Hrkaroline,
You can do it by following the below steps
Go to Wp admin Dashboard >> Appearance >> Customize >> Content/Excerpt and check the option which says ” Archives, tags, categories, author ” (the second one)
Check this image for more help http://awesomescreenshot.com/0fc3sdvx5a
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Center MenuHi
Can you please be more descriptive, a screenshot explaining your request will help a lot.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Two MenusHi
The link you have shared has a coming soon page activated and hence can’t see the site, but I understood what you are saying.
To hide the top menu, go to wp admin Dashboard >> Appearance >> Menus >> Manage Locations and for top menu choose empty menu from the drop down and then save it.
Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] how do I put google analytics in fahionistaHi
You can add the below to your theme’s functions.php to add the Google analytics code. I would advice you to use child theme to make sure you don’t loose this change on updating the theme.
add_action( 'wp_head', 'sourcexpress_google_analytics' ); function sourcexpress_google_analytics() { /* REPLACE THIS LINE WITH GOOGLE ANALYTICS CODE */ }Hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Meta SliderHi
I checked and found that you have put container2 inside container and when you put container2 to 100% width, it takes the whole width of what container width is, and works like it has to.
If you can inspect element with any developer tool you can see what i am saying.
I would suggest you to look into the structure of the refernce site you like and work on the structure of your site accordingly.
Thanks
Forum: Plugins
In reply to: [WP Social Avatar] Google Avatar not workingHi
No you donot need to add anything to G+ to make this work, and yes there can be a possibility that there may be some conflicts with other plugins.
If possible can you create a admin login for me and mail me over the details at marutimohanty89@gmail.com. I will give it a look
Also send me your G+ id
Thanks