Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fashionistas] Multiple menus in one theme locationHi Ron,
i understand your requirement but still the question remains why would you want to do this.
If you really want to add more than one menu into one location, why not create another menu with all the items in it and then assign it.
Please let me know the intention/requirement behind trying to add multiple menus into one location
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] My logo on fashionist themeHi,
Did you find the way to upload the logo to the theme, if not please find the steps below:–
Apperance –> Themes–> click customize –> under general you would find “Upload your logo”
hope it helps
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Theme reverting to WP default on certain pages?Hi
Do you still have the same issues?
if yes please put down the steps to replicate those?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Featured Image SizeHi Michelle,
I looked into the site and saw the different image sizes in homepage and post page.
But can you clarify if you want to resize the image on the homepage or the one in the post.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Show posts on homepage in 2 columnsHi Briesmi,
Can you share a link to your site for better visibility of your question?
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] AT TabsHi Palachinka,
What I get from your explanation is that you want to create widget for popular posts and making widgets have nothing to do with a theme. Widgets are part of WP core and works irrespective of the theme.
If you know how to code the widget for popular posts then make a widget out of it and add it to the sidebar you want to display.
Here is a link to a post on how to create widgets http://code.tutsplus.com/articles/building-custom-wordpress-widgets–wp-25241
Hope it helps
If this doesn’t answer your query, then please add more explanation to it.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] Remove sidebar and make blog posts full widthHi,
Presently the theme doesn’t have this in the option to make the post full width. but you can do it with some small change to the single.php file and by adding some css to the style.css file in your child theme.
In single.php file remove the line found at the bottom (mostly line number 55) which read as
<?php get_sidebar(); ?>and in the style.css file add the following code
.single .site-content { margin: 0; }hope it helps 🙂
Forum: Themes and Templates
In reply to: [Hiero] Truncated Titles in PostsHi Duncan,
I checked the site and also checked 10-15 posts from http://www.roimarketing.co.nz/articles/ to see if the titles are truncated , but didn’t find any.
Can you share the name and link of the exact post whose title is truncated.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Change "function athemes_posted_on"Hi Briesmi,
you can get the human readable time format by using a wordpress function available. human_time_diff
You can make this changes by redefining the function “athemes_posted_on” in your child theme’s functions.php file.
function athemes_posted_on() { $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time>'; //if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) //$time_string .= '<time class="updated" datetime="%3$s">%4$s</time>'; $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( human_time_diff( get_the_date( 'U' ) ) . ' ago' ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); printf( __( '<span class="posted-on">Posted on %1$s</span><span class="byline"> by %2$s</span>', 'athemes' ), sprintf( '<a href="%1$s" title="%2$s" rel="bookmark">%3$s</a>', esc_url( get_permalink() ), esc_attr( get_the_time() ), $time_string ), sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'athemes' ), get_the_author() ) ), esc_html( get_the_author() ) ) ); }Also i see you have been using verion 3.8.3. I will suggest you to keep your site updated with the latest.
Forum: Reviews
In reply to: [WP Social Avatar] ThanksThank you. Glad you liked it 🙂
Forum: Plugins
In reply to: [WP Social Avatar] Placement of SettingsThanks for the appreciation and suggestion. Glad you liked the plugin.
Putting the settings option along with other avatar options passed my thought, but then I have plans to add other settings option too for which keeping a separate admin menu would be ideal.
Thanks again for the suggestion.
Forum: Reviews
In reply to: [WP Social Avatar] nice ideaThanks @kishores for the appreciation 🙂
Forum: Reviews
In reply to: [WP Social Avatar] This is one I searching forGlad, you liked it, great to know it is something you have been looking for.
Forum: Fixing WordPress
In reply to: Theme images locationYes one need to use ftp
Forum: Fixing WordPress
In reply to: Theme images locationHi Aarmida,
There should be an image folder in the same level with the stylesheet and header.php files.
The url suggests the image is in this folder wp-content/themes/images