ThemeMoz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post count in pageYou can do it using a plugin and there are so many plugin avilable out there, some are:
https://www.ads-software.com/plugins/page-views-count/
https://www.ads-software.com/plugins/page-view-counter/
https://www.ads-software.com/plugins/visits-counter/I hope you will get your solution by using any of those plugin.
Forum: Fixing WordPress
In reply to: Problem Uploading Photos to Media LibraryThere are so many thing can be the cause. You can check your Internet speed, Upload folder permission too.
Forum: Fixing WordPress
In reply to: Protect image against downloadYou cant make it, but you can turn of right click. because of most of the visitor will save using their muse right button. Only advance or developer people know that using Browser developer tools also they can save this image.
One of the example plugins: https://www.ads-software.com/plugins/no-right-click-images-plugin/
Forum: Fixing WordPress
In reply to: Edit Page: some pages showing content in Visual/Text, others are NOTJavascripting conflicting. You can change your current theme to default one, if works then its theme problem, otherwise deactivate your plugin one by one to check which is creating problem.
Forum: Fixing WordPress
In reply to: Increasing size of site titleThe title of your site post already using 50px, how more big do you want? BTW using css you can increase more if you want. And here it is:
#wrap .bl_posts article.col-md-12 .post-title { font-size: 50px; }
Forum: Fixing WordPress
In reply to: How to add affiliate linkBetter download that Image and upload in your site, then use your affiliate link as custom URL, so that when someone will click on that image will redirect to refer site.
You can use Pretty Link plugin to make nice and short URL.
Forum: Fixing WordPress
In reply to: wordpress to joomlaAS much I know, if all the links and content are same then you shouldn’t face any SEO related issue.
But to make user feel as like as before, you can maintain same design, otherwise its ok. Just make sure all the content, tag etc are same as old site.
Forum: Fixing WordPress
In reply to: URL structure for custom post typeYou need to use rewrite rule to get custom URL structure.
Forum: Fixing WordPress
In reply to: hover colour on buttonsThere is no theme, I think either link is not right or item has been removed. Btw using css you can change this:
.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay { background-color: #b2dd4c!important; }
Paste this in your theme style should change the color.
Forum: Themes and Templates
In reply to: how to change background color in header of 2012Paste this in your child theme style.css file and save it should change whole header background. And if you are not using Child theme then use Custom CSS plugin, so that while you will update theme, you wont lose any modification.
.site-header { background: #c6f1a1; }
Forum: Themes and Templates
In reply to: [Sydney] Footer Contains White Area At The BottomLet me know your screen resolution, may be I can help you.
Forum: Themes and Templates
In reply to: Custom Header on Custom ThemeProbably there is a Theme option or header option or customization option check first there. If not then it will be in header.php
Forum: Themes and Templates
In reply to: Theme 'Approve and live' but is not 'Live'I think cache problem has been resolved as I can see the theme.
Forum: Themes and Templates
In reply to: [Sydney] Footer Contains White Area At The BottomI cant see any white space? WOuld you mind to provide screenshot?
Forum: Themes and Templates
In reply to: [Powen Lite] Integration of a shop feature and mail chimpBy default this theme doesn’t support any cart plugin like Woocommerce. But as its easy to integrate, you can do it yourself.
There is a Plugin available in plugin directory, use that to link mailchimp with WordPress.