mrrajsoni
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] custom logo and title to headerWhy you want to use HTML when you can use dynamic site logo widget.
As far as resolution is concerned it all comes down to how clear your original file is.
The original file must be of higher resolution. It will work just fine. Also, change the width to 100% if you feel like the quality is less.
Forum: Themes and Templates
In reply to: [OceanWP] How to inset code before the closing body tagYou can either use this wonderful plugin – https://www.ads-software.com/plugins/header-footer/
Or
You can copy the footer.php file to the child theme and add the code before </body> tag.Forum: Themes and Templates
In reply to: [OceanWP] Mobile drop down menu not opening…Hello,
There is a syntax error pertaining Jquery in WP-Includes folder.
Have you edited anything with the core file? or anything related to Jquery?
Just download a fresh WordPress and copy files WP-Includes folder to your website files.
Forum: Themes and Templates
In reply to: [OceanWP] How to delete category title?Looks like you already fixed the problem. Kindly mark this as resolved then.
Forum: Themes and Templates
In reply to: [OceanWP] Show captions on images?Hello,
I just checked your page. I couldn’t find caption on the images in the middle of the text.
You have put ALT TEXT but there is no caption.
Hello,
It might work but thats not the finding the root cause. You are overriding something doesn’t mean it solved the problem. But anyway it’s not a big deal. Even this way won’t harm.
I just checked again with your website and found the root cause.
You are using different providers or plugins to insert icons in menu and in the middle of page.
The icon beside Knowledge Spear “Globe Icon” is causing the problem. If you inspect element it will show following CSS
.ekit-wid-con .icon:before, .fasicon, .icon, .icon:before { font-family: 'elementskit'!important; }
Because of !important it overrides your content style for the menu icons.
Please check and resolve that from your end.
Forum: Fixing WordPress
In reply to: Issues in logging inYou won’t be allowed to log in until you fix the problem.
Did you follow the above step?
If yes then it will definitely show an error. Let me know what is the error.
Forum: Themes and Templates
In reply to: [OceanWP] Disable Add to cart Variant Pop upHello,
I haven’t used Ocean WP for an E-commerce project yet so can’t comment whether it’s coming from theme.
I hope the support moderator could help. Thanks!
Hello,
You can use the hook to display your custom function after the primary content.
Try with
add_action('the_content','your_function_name', 10);
Different themes provide their own hooks to add the data at any location of blog or page.
Hello,
You got to take a look at https://codex.www.ads-software.com/ for understanding various functions and hooks you can use to achieve your desired output.
I am afraid what you are asking is extensive and can’t just be commented here.
You gotta try something with your personal code then you could ask where you are stuck.
Explore – the_title() for getting post title, get_the_author() for getting author name, get_permalink() for getting post URL functions. This will surely help.
Forum: Fixing WordPress
In reply to: Issues in logging inHello,
First, we need to find out what is the error behind this.
Open your wp-config.php file.
Scroll down to – define( ‘WP_DEBUG’, false );
Replace ‘false’ with ‘true’
Then the site will display what is causing the error.
In most cases its a plugin issue. Disable the plugin if the error points towards any of those.
Forum: Fixing WordPress
In reply to: Blurry imagesHello,
The natural size of your images looks pretty small to me.
It says 247×247 px. https://zehkesh.com/wp-content/uploads/2016/09/index-picture-for-products-zehkesh-irrigation-equipment-online-store-4-247×247.jpg
Try to upload an image of higher resolution.
Forum: Themes and Templates
In reply to: [OceanWP] Disable Add to cart Variant Pop upHello,
Are you using any kind of plugin for managing Woo Attributes?
If yes then you can disable it and try this – https://www.ads-software.com/plugins/woo-variation-swatches/
Forum: Fixing WordPress
In reply to: Control access to menu itemsHello,
Maybe this might solve your problem – https://www.ads-software.com/plugins/wpfront-user-role-editor/
Hello,
Your icons are not being found.
Disable any cache plugin and check again.
The icons you are using are from line icon. It is possible that it not fetching it’s resource correctly due to some misconfiguration.