Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterI have another issue When I tried to change image
tag with then my themes were broken… here is a screenshot: https://prnt.sc/qzd4yj Refer this tutorial.
Themonic-Support
KeymasterThis is not a theme issue, disable all plugins to troubleshoot. You can also verify this by switching to another default theme.
Refer live demo, if it is a theme issue you will see it here too: https://demo.themonic.com/iconic-one-pro/
It seems you are encrypting the download links, if you are using a plugin to do that then disable it and check. The code given in the last post is showing console error(Check in Chrome browser -> Right click on your site -> Inspect -> Console) and is produced by script that is encrypting the download links.
Also, of all the times I have checked your site, I have not faced the issue you are describing. Send video of the issue to [email protected] after disabling all plugins.
Themonic-Support
KeymasterCould be due to lazydoad plugin. I think it is because of following code, it is also showing error in browser console. Check after disabling lazy load and deleting local browser and server caches.
va r res = str.replace("https://4allprograms.me/download-processing/?url=", ""); $(".Visit_Link").hide();
Themonic-Support
KeymasterRelated posts thumbnails and titles are all clickable on your site, just checked.
Themonic-Support
KeymasterThis could be due to some plugin conflict/outdated plugins, to troubleshoot:
– Disable all plugins and check site after clearing local Internet browser cache (ctrl + shift + del in Chrome).
— If the customizer is now working then enable plugins one by one to find the issue causing plugin.
Themonic-Support
KeymasterHi,
You can cross verify with the live demo https://demo.themonic.com/iconic-one-pro/
Things to try:
1) Disable all plugins and emptying browser cache and check if the problem is there.
2) Update theme and plugins to latest version.
Themonic-Support
KeymasterTry:
.entry-header .entry-title a { color: #ffffff; }
Themonic-Support
KeymasterFor the Article container, try the following in customizer -> Additional CSS section
.site-content { color: #ffffff; background: #333333; } .below-title-meta { background: #444444; color: #a2a2a2; } .site-content nav { border: 1px solid #555555; background: #333333; }
Full site Dark Mode is not currently available, we are planning a 2020 edition child theme release for members in which we will provide that feature and even more customization options.
January 12, 2020 at 6:45 am in reply to: I've Updated Themes, But i lost my modification. How to solution ? #5892Themonic-Support
KeymasterMember area has starter child theme, you could use that and paste your modified files/code in that.
Also, as you are already talking to us via support email, Please do not send duplicate support request on forum.
Upgrade guide: https://themonic.com/forums/topic/how-to-upgrade-iconic-one-pro-responsive-theme-to-the-latest-version/
Themonic-Support
KeymasterFeeds full/summary can be changed from WordPress Settings -> Reading Settings -> For each post in a feed, include
Here you can select “Summary”
For more control refer:
- AuthorPosts