Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] how to Change the nav bar color only mobile versionThe mobile menu in the screenshot is not of the theme, you must be using some mobile plugin for it. Check that plugin docs or ask in the plugin forum.
Forum: Themes and Templates
In reply to: [Iconic One] Cache pluginYou can try it, if it works for you then great else revert back. It does require setup and is not plug and play.
Forum: Themes and Templates
In reply to: [Iconic One] how to Change the nav bar color only mobile versionPlease provide screenshot of what you want to achieve along with your site URL. Do you want to change the background of main menu or of the Next/Previous nav below the article?
For translation: refer tutorial inside the language folder inside the theme.
If you like the theme kindly leave a review here https://wordpress.org/support/view/theme-reviews/iconic-one
Forum: Themes and Templates
In reply to: [Iconic One] how to Change the nav bar color only mobile versionYes, it is possible. What changes do you want?
Forum: Themes and Templates
In reply to: [Iconic One] Top nav bar is stickyIs there any way you can provide steps so that we can reproduce the issue at our end?
If you were not in the intranet I could have login and look at the issue directly.
Please contact us at support@themonic.com and we would provide you login details of our demo installation where you can try to reproduce the same issue.
Forum: Themes and Templates
In reply to: [Iconic One] Top nav bar is stickyThe black bar is of WordPress itself, themes cannot interfere with its display, that is why I asked you to ask in the WP support forum.
A plugin/theme/WordPress conflict might also cause that, but if you update your WordPress, plugins and themes to the latest version, the problem shouldn’t be there.
Forum: Themes and Templates
In reply to: [Iconic One] Sidebar dimensions changedVersion 1.4.5 doesn’t make any changes to sidebar width, if you have written custom.css using any plugin then please check that.
To verify if the sidebar width is working fine, go to https://wordpress.org/themes/iconic-one/ and click on live preview.Please provide live URL for troubleshooting.
Forum: Themes and Templates
In reply to: [Iconic One] Change H1 and H2Use like this in custom.css search for fonts at Google fonts
@import url(http://fonts.googleapis.com/css?family=Arimo); .entry-header .entry-title { font-size: 28px; font-family: 'Arimo', sans-serif; }Do kindly leave a review if you like the theme https://wordpress.org/support/view/theme-reviews/iconic-one
Forum: Themes and Templates
In reply to: [Iconic One] Remove menu on mobile versionIf you do not set the menu as primary menu it won’t be visible on mobile, if you do this then mobile users won’t be able to navigate your site using menu.
Iconic One uses a different select menu system, so implementing a different menu system won’t be possible without custom work.
Forum: Themes and Templates
In reply to: [Iconic One] Change the nav bar colorUse this code in appearance -> editor -> Custom.css
.themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a { background: #16A1E7; }Replace the hex color #16A1E7 with the color code of your choice.
Forum: Themes and Templates
In reply to: [Iconic One] Modifying social media iconsRefer: https://wordpress.org/support/topic/adding-additional-social-icons?replies=3
you have to add the code after the RSS code
</li>in header.phpForum: Themes and Templates
In reply to: [Iconic One] Changing sidebar position!Please share website url, the code given above should work. Also, try by clearing browser cache and plugin cache if using cache plugin.
Forum: Themes and Templates
In reply to: [Iconic One] Erase linksReplace line 65 of content.php which is
<span><?php _e('Category:','themonic'); ?> <?php the_category(' '); ?></span> <span><?php the_tags(); ?></span>with
<?php if ( !is_home() ) : ?> <span><?php _e('Category:','themonic'); ?> <?php the_category(' '); ?></span> <span><?php the_tags(); ?></span> <?php endif;?>2) The word ‘search’ is provided by WordPress widget itself and not by theme, if you are using WordPress in your language it will translate out of the box. Refer the language folder in theme folder for translating theme. If any other word is missing, wait for the update which is already uploaded but waiting to become live by mods.
Forum: Themes and Templates
In reply to: [Iconic One] Post format in spanishThese terms have been updated in the latest version 1.4.5 which should be live soon.
These words are available in content.php if you want to edit directly in the meantime.
Forum: Themes and Templates
In reply to: [Iconic One] Is this compatible with buddypress?It should work with buddypress just fine.