Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] get rid of continue readingHi
You can do this by adding the following codes in the theme’s functions.php file. I Would suggest you to do this change using child theme, so this change along with any other changes would remain preserve even after theme updates.
function se_athemes_auto_excerpt_more( $more ) { return ''; } add_filter( 'excerpt_more', 'se_athemes_auto_excerpt_more' );Hope it helps!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] install Fashionista, install zip file?Great to know that you have figured it out 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] get rid of continue readingHi Gwen,
What do you want to do here. can you share the intention behind removing the link,
Also share a link to your site
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] install Fashionista, install zip file?Hi
When you download the theme from WP.org, it gives you a zip which can be uploaded from the wp dashboard.
Also you can search it directly from the wp admin and install it from there.
To do that go to themes >> Add new >> search fashionista and installHope it helps
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Featured image – EditingHi
can you share a link, so that we can have a look?
Forum: Themes and Templates
In reply to: [Hiero] Searchbar in menu ?Hi
yes the above code adds a search bar to the top navigation menu, but using the different conditionals you can add it to any navigation menu.
can you please elaborate more on “importing search button from hueman theme”?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Photo not displaying on main pageGlad it worked.
You are welcome 🙂
Forum: Plugins
In reply to: [BackUpWordPress] Update to version 3.0.2 – problemYes, I too see the same warnings. It was working fine before this update.
Hope the team would get us a patch soon 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] change thumbnail 'OLDER ARTICLES –Hi
“Older articles” are not thumbnails, I guess you got the term wrong.
This is an link to go to the list of older articles posted.
Please explain in details what you want to do here.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] remove thin lineHi ajiewp,
The code given by paulwpxp is absolutely correct but I would like to reccomend you another plugin for custom css and also will suggest you to try child theme instead of these plugins if possible, cause this will give you loads of flexibility.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] mobile menuHi
It seems you have highly customized the theme and it seems messed up in mobile devices.
I would advice you to contact the theme support here for more help
Forum: Themes and Templates
In reply to: [Hiero] Searchbar in menu ?you are welcome.
Forum: Themes and Templates
In reply to: [Fashionistas] Moving the featured image on posts to the centre?You Are welcome!
Glad it helped 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Moving the featured image on posts to the centre?Hi
Yes I see you have added, and if you check the images. Those are centered now.
If you don’t see it yet, then please clear your browser’s cache and refresh and check.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Moving the featured image on posts to the centre?Hi
I don’t think the theme is stopping it any way, cause the plugin has been tested with theme and works well.
You must be doing something wrong, I suggest you to check how the plugin works, or else you can add the css by using a child theme and in its style.css file.