Kushal Azza
Forum Replies Created
-
Thank you for the quick support!
Thanks for quick turn around. I’ve enabled the remote debugging and also enable the ad block #2 for you to reproduce the issue. I’m using Neve theme which I’ve updated today along with Ad Inserter.
That is wonderful! Thank you so much for plugin. I’m sharing 5 star since it’s satisfy my primary need.
Just a note, it also works on my Multisite. Instead of activating at network level, I activated the plugin at site level.
Have a great day!
Hi Team, I just verified at my end. Looks like the issue even exists with the Classic Editor.
This is probably a bug in WordPress. Even though we have added the title tag, the image is not getting attributed. Hence, when we enable the feature in RankMath, the auto-generated title is being injected.
Strange! I think it should be reported to the WordPress Core team.
Anyway, thanks for the investigation. Meanwhile, I have disabled the feature to add the TITLE tags in Images since that can screw up the SEO.
Thanks for the update. Looking forward to it.
Thanks for your reply. Surething, no problem.
Forum: Plugins
In reply to: [Download Manager] Pushing new release into plugin /tags/ folderNo worries, that make sense. I was just trying my luck here! ??
Forum: Fixing WordPress
In reply to: Can’t add shortcode in posts pageBetter contact the plugin developer.
Forum: Fixing WordPress
In reply to: How to remove dropdown menuHey @abacoot,
Look for below code in your stylesheet:
@media screen and (max-width: 8000px) button#responsive-menu-button { display: inline-block; transition: transform 0.5s, background-color 0.5s; }
And replace
display: inline-block;
todisplay: none;
. So the final code would look something like this:@media screen and (max-width: 8000px) button#responsive-menu-button { display: none; transition: transform 0.5s, background-color 0.5s; }
This will hide the button from displaying in UI. Hope this help!
- This reply was modified 7 years, 1 month ago by Kushal Azza.
- This reply was modified 7 years, 1 month ago by Kushal Azza. Reason: had some issue with displaying code
Forum: Fixing WordPress
In reply to: how to add category link to navigation bar?I checked your site. I think you are newbie.
It’s very simple. first you have to all categories you want.
and then go to menus options which is under Appearance tab.
in that first click on create a new menu, put desired menu name and then at bottom you will find all categories, then you select you want ,add them and save the menu.
at top select primary menu you have created and save that too.
Now check the website by refreshing it.