Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Help in 404 error on custom.css fileHello Guys,
This issue has been noted and it will be fixed in the next version very soon.
Regards
Forum: Themes and Templates
In reply to: [Iconic One] uploading logo imageCould you show me? URL?
what problem are you facing??
For best results use the logo size mentioned in theme options page.
Forum: Themes and Templates
In reply to: [Iconic One] Featured Image in PostIconic One Theme uses featured images for thumbnails only which gives you an option to place the images manually in your articles for eg. after after the first paragraph.
If you want to show the featured images on article pages, see this thread
https://www.ads-software.com/support/topic/how-to-display-the-featured-image-below-the-title?replies=9In funtions.php php Edit line 47
add_image_size('excerpt-thumbnail', 200, 140, true);
after doing this you will have to regenerate thumbnails.
Paste the following in your custom.css
.themonic-nav li a { text-transform: none; }
Forum: Themes and Templates
In reply to: [Iconic One] Social ButtonHi,
Go to the topic below, and instead of removing add your social button code.
https://www.ads-software.com/support/topic/removing-social-buttons-from-header
Similarly you can copy the social button codes and put where ever you want.
Forum: Themes and Templates
In reply to: [Iconic One] How to put meta name google site verificationHi,
If you want to verify your site in Google webmaster tool?, use the download the html method and upload via ftp(Filezilla) to your root folder. It’s very simple. Why even bother with editing code?
Btw this is also not a theme related question ??
Forum: Themes and Templates
In reply to: [Iconic One] Words cut off too early replaced with –Your blog URL?
It’s not a problem, just that the test is justified.
https://wpthemetestdata.wordpress.com/2013/01/09/markup-text-alignment/
Forum: Themes and Templates
In reply to: [Iconic One] Menu not showing on Mobile Phonewell, then simply remove the code I gave you.
Forum: Themes and Templates
In reply to: [Iconic One] Customization of BackgroundHi,
If you don’t want to touch code, the best solution would be to use image as a background.
For eg. https://subtlepatterns.com/thumbnail-view/
Upload via live customizer.
you can also search google for colorful patterns based on your needs.
Forum: Themes and Templates
In reply to: [Iconic One] How to display the featured image below the titledisable all plugins, try what I have written before on a fresh installation and it will work.
Forum: Themes and Templates
In reply to: [Iconic One] How to display the featured image below the titleAdd the code after that and it should work fine.
Forum: Themes and Templates
In reply to: [Iconic One] How to display the featured image below the titleIt is working fine at my end. Have you modified content.php before?
Forum: Themes and Templates
In reply to: [Iconic One] Removing HeaderHi Vicky,
It shouldn’t be like this, you must be using some custom customizations.
Have you considered the PRO version https://themonic.com/iconic-one-pro/
It comes with free private email support.I would be more than happy to help you in customizing the site the way you want(no additional charge) if you go for the PRO version.
Regards
ShashankForum: Themes and Templates
In reply to: [Iconic One] Removing HeaderIgnore my previous response, that was for esmi.
Removing title is definitely bad for SEO.
If you still want to do this, another easy way:
Paste the following in your custom.css
.entry-header { display: none; }
Forum: Themes and Templates
In reply to: [Iconic One] How to display the featured image below the titleHi,
To do this customization, paste the following line after line 57 in content.php
<?php the_post_thumbnail('post-thumbnail'); ?>