Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] Title is incomplete with a child theme@jdembowski Thank you for the edit.
I have a question for you:
What to do with the mods deleting the reviews out of the blue? if a user shared their website link in review, most just want show their new site, the link should be removed and not the review right?
Forum: Themes and Templates
In reply to: [Iconic One] Title is incomplete with a child themeI am glad it worked for you. HNY to you too.
If possible do leave us rating/review https://www.ads-software.com/support/theme/iconic-one/reviews/
- This reply was modified 5 years, 2 months ago by Jan Dembowski. Reason: Deleted ?filter=5 from link, don't do that
Forum: Themes and Templates
In reply to: [Iconic One] Title is incomplete with a child themePlease note that
<title><?php wp_title( '|', true, 'right' ); ?></title>
is not needed as titles are now handled by WordPress.
Also, if you are modifying the header.php just to add fonts then there is a better way: enqueue fonts in the functions.php of official child theme like below:
function iconic_one_load_google_font() { wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Lobster:300,700'); } add_action( 'wp_enqueue_scripts', 'iconic_one_load_google_font' );
- This reply was modified 5 years, 2 months ago by Themonic.
Forum: Themes and Templates
In reply to: [Iconic One] Title is incomplete with a child themePlease cross check with official starter child theme available here https://themonic.com/iconic-one/
Forum: Themes and Templates
In reply to: [Iconic One] how to remove thumb in homepageHi,
Paste the following in customizer -> Additional CSS
img.alignleft { display: none; }
Forum: Themes and Templates
In reply to: [Iconic One] Modified time in post an pagesTheme specific option available in Iconic One can be accessed via customizer -> post settings
Here you can choose to display post creation or last modified date.
Forum: Themes and Templates
In reply to: [Iconic One] Translation into ItalianIf you have already installed WordPress in your language, try activating default theme and then activating Iconic One again to get the translation loaded.
The text with status “Waiting” : No action needed from your end, it is not something theme author controls, volunteers moderate the approval.
Forum: Themes and Templates
In reply to: [Iconic One] Translation into ItalianHi Alex,
If you Install WordPress in your language, then it should be auto installed. Texts in waiting status should clear once a moderator approves it.
Please refer for more info: https://www.ads-software.com/support/article/installing-wordpress-in-your-language/
Update: new version is available now.
Hi Oleksandr,
Thank you for reporting this.
We have verified the issue, theme update with the fix is coming up today.
– Themonic Support
Forum: Themes and Templates
In reply to: [Iconic One] Move navigation widget to the left sideUse the following in customizer -> additional CSS section
to get sidebar on the left.
.site-content { border-left: 1px solid #f1f1f1; float: right; margin: 0; padding: 30px 2% 0 2%; }
Forum: Themes and Templates
In reply to: [Iconic One] Excerpts for CSS stylesHi,
You can use
.blog article { CSS code here }
to target blog page
or
.single article { CSS code here }
to target single post and pages
Forum: Themes and Templates
In reply to: [Iconic One] Edit Blockquote and Insert Featured ImageHi,
Use like this
.entry-content blockquote { code here }
Currently, you will have to manually place images in posts, automatic display of featured option is already available in Pro version, it will also come in free version in the upcoming updates.
It is made like this due to Google’s above the fold algo. This way you can manually insert images say after the first paragraph.
Forum: Themes and Templates
In reply to: [Iconic One] ERR_TOO_MANY_REDIRECTSThis issue does not really depends upon theme.
Most of the time it is the wrong/different urls in the general settings.
- This reply was modified 5 years, 8 months ago by Themonic.
Forum: Themes and Templates
In reply to: [Iconic One] Featured Image & Image CenterYou are using the Pro version: submit your request at https://themonic.com/support/ for support,
This forum is for free version support only.
———–
the image on front page is the thumbnail from featured image.