Themonic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Iconic One] why i cant veiw my image on homepageHi,
Are you setting the featured images?
View this image to see how you can set featured images:
https://themonic.com/wp-content/uploads/2013/07/set-thumbnails-featured-images-step1.pngIf you want to set featured images automatically, install this plugin
https://www.ads-software.com/plugins/easy-add-thumbnail/If there are still problems with thumbnails you should then regenerate your thumbnails using this plugin https://www.ads-software.com/plugins/regenerate-thumbnails/
Hello,
I am still unable to reproduce your page repeating problem.
Where is the problem: Menu or Category pages or Single post pages?
Or did you mean that your category pages are listing the same articles as Home page? this might be because all your articles on home page are from that category only. It’s not a theme problem.
Another thing: For me your website is appearing same on every browser, make sure that you upgrade to the latest version and clear your cache.
Regards
ShashankCould you provide me your blog url so that I can check the problem because for my test installation the menu is working just fine.
Forum: Themes and Templates
In reply to: [Iconic One] removing social buttons from headergreat,
If you are happy with the support kindly rate the theme 5 stars here
https://www.ads-software.com/support/view/theme-reviews/iconic-one?filter=5Forum: Themes and Templates
In reply to: [Iconic One] removing social buttons from headerHi,
If you are comfortable editing php files then all you have to do is remove the respective twitter and rss buttons codes from line 43 and line 54 inside your header.php file.
Do take backup of header.php file before proceeding.
Forum: Themes and Templates
In reply to: [Iconic One] Editing "copyright 2013" and moving it to the rightHi,
I see that you are doing lot of editing of the theme files, have you considered what will happen when there is a theme update?
You will have to do a manual update else changes will be lost.
To solve this you must create a child theme and make all the modifications there, WordPress team encourage the use of child themes.
It’s very easy to create a child theme.
https://codex.www.ads-software.com/Child_ThemesAbout floating the elements left and right.
.footercopy
.footercredit
.site-wordpresssearch them one by one in the css and then check its float, if its right and you want left simply edit it.
Have a backup of all the changes you are making at all times.
Forum: Themes and Templates
In reply to: [Iconic One] Reducing size of social iconsHi,
You can simply replace the social icons with 24px size icons in the img directory, make sure they have the same name and rename the default 32px icons.
If you are happy with the support kindly rate the theme 5 stars here
https://www.ads-software.com/support/view/theme-reviews/iconic-one?filter=5Forum: Themes and Templates
In reply to: [Iconic One] Adding Additional Social IconsHi,
simply add this code after line 42 in header.php file
<a href="https://IMGlink" target="_blank"><img src="https://IMG.png"/></a>
replace IMGlink with linked/youtube page url and img.png with linkedin/youtube png image, it must be full image URL.
Forum: Themes and Templates
In reply to: [Iconic One] Header Logo Alignment to LeftKindly create a new ticket for this.
Forum: Themes and Templates
In reply to: [Iconic One] Header Logo Alignment to LeftNo problem.
Forum: Themes and Templates
In reply to: [Iconic One] Header Logo Alignment to LeftI see that in the default installation with RTL the logo is already aligned to left. You must have modified the css on your site.
Anyway it’s not that difficult anyway
Use the following code for doing this.
.socialmedia {
float: left;
}and
.themonic-logo {
float: left;
}