mvl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bose] Remove "RECENT POSTS"Good Day!
Please take backup of the site/code before doing any changes or have child theme.
**** In home.php **** replaced Recent Posts to Super Products. You can replace it with empty string.
<div id=”home-title”>
<span><?php _e(‘Super Products’,’bose’); ?></span>
</div>**** if you want to remove totally the Recent Posts and Posts to showup in the main page, then remove all content of <div id=”primary” class=”content-area col-md-12″>.
Thanks.
Could you please help in here atleast the link misplacement problem.
Forum: Themes and Templates
In reply to: [Magazino] Font TypePlease provide how you resolved it.
Anyone helping here atleast to few of my above queries.
Thanks in advance.Forum: Fixing WordPress
In reply to: Blog page of Magazino not showing up posts entriesThx.
Forum: Themes and Templates
In reply to: [Magazino] Like to know use of Format options in magazinoThanks for your time.
Forum: Themes and Templates
In reply to: [Magazino] Like to know use of Format options in magazinoI don’t see any difference for any kind of Format and what is Aside do.
Thanks Kevin for your response.
Forum: Themes and Templates
In reply to: [Magazino] Sidebar with themesAnd you also can use ‘Floating Adsense Bar’ plugin where you can add any lines of text/html code. Side bar stays sticky even when scrolled. It works with magazino too.
Please let me know if you found any other solution or for further assistance or mark this as resolved, if fixed.
Forum: Themes and Templates
In reply to: [Magazino] social media iconsupdate the header.php with new entry. copy paste the existing facebook lines and change the text, image & links as required. put the related image in the library/images folder also.
Forum: Themes and Templates
In reply to: [Magazino] Sidebarsmake an entry in the sidebar.php as below
<?php get_sidebar('side'); ?>
Forum: Themes and Templates
In reply to: [Magazino] Blank Social Icon TilesGlad to address your query.
If your child directory name is ‘magazino-child’,
create folder ‘library’ in it,
create folder ‘images’ in the newly created folder ‘library’
ie; now you will have ‘wp-content/themes/magazino-child/library/images’
and copy paste the social icons.Simply said: copy the ‘wp-content/themes/magazino/library’ folder to ‘wp-content/themes/magazino-child/library/images’ and you are set to go.
Please mark the post as resolved if its good to go with your current query.
Thanks.
Done, thanks for keeping me in right direction.