Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Home PageHi R
you can totally do it. But you need to customize it or create a page template to do so.
It would need some coding knowledge or you can buy the premium theme.
The site you shared link of is using a premium theme which has the feature inbuilt.
Forum: Themes and Templates
In reply to: [Fashionistas] How can I create the "shop my look" linkHi Sradmehr
can you please explain what do you want here, custom coding is possible.
@awanrmb what do you mean by “theme doesnt support custom code”
Any custom coding is possible
Forum: Themes and Templates
In reply to: [Fashionistas] social media icon not linkingHi D
can you please explain your question further?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Align for "more post" and "previous article"Hi D
can you share a link to your site for us to have a look?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] How to get rid of "More Posts"Hi Andrew
It is a relevant post about child theme. Is it wrong to share relevant post. I also share link to post written by others
Please let me know why is it wrong. I am just trying to help and quite active in the support forums.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] How to get rid of "More Posts"Hi D
Try using it at the bottom of the theme’s style.css file or use a custom css plugin.
Trying making changes using a child theme.
To know more about child theme, check the codex or [Link moderated]
Hope it helps!!
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] AT Tabs not workingYou are welcome guys π
Forum: Themes and Templates
In reply to: [Fashionistas] AT Tabs not workingHi All
I will report this issue to the theme author, in the mean while please follow the below steps and get it fixed for the time being.
1) create a file name custom.js inside fashionistas(theme)/js so the path will be fashionistas/js/custom.js
2) add the below js in the file and save it
jQuery(document).ready(function(){ jQuery('#widget-tab li').click(function(e){ e.preventDefault(); var activeTab = jQuery(this).children('a').attr('href'); jQuery('#widget-tab li').removeClass('active'); jQuery(this).addClass('active'); jQuery('.widget-tab-content').children('div').removeClass('active'); jQuery(activeTab).addClass('active'); }); });3) add the below line in themeβs functions.php file after line 179, which read as
wp_enqueue_script( 'athemes-settings', get_template_directory_uri() . '/js/settings.js', array( 'jquery' ) );the new line to be added is
wp_enqueue_script( 'athemes-custom', get_template_directory_uri() . '/js/custom.js', array( 'jquery' ) );now save and check. This must have fixed the issue.
Hope it helps!!
Thanks
Hi
can you share more on what customization you have done and also can you share the complete code for theme’s function.php file in pastebin and share a link
Forum: Themes and Templates
In reply to: [Fashionistas] AT Tabs not workingForum: Themes and Templates
In reply to: [Fashionistas] AT Tabs not workingHi Leonuts
can you share a link to your blog
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Make a border for my blog content areaHi
I checked your site and your site has “the content and sidebar background in white and the sides in grey. “
What else do you want to change here
Forum: Themes and Templates
In reply to: [Hiero] mobile screen width 2…Hi Robin,
Thanks for creating a new topic for better discussion.
You got loads of plugins installed. Did you check deactivating your plugins one at a time and check if you could find a guilty plugin. Also while doing that, please clear your cache each time for making sure you aren’t seeing the cached view.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] uploaded images not showingHi
can you share a link to the page/post of your site where this issue is
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Make a border for my blog content areaHi nee
can you share a link to your site for us to have a look and also if possible a example site or screenshot for better understanding of your requirement
Thanks