Abhishek
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: CSS editor Grid support@simonu, you need to have the latest version installation of WordPress if not then you have other options too like plugins ( additional CSS editor ) which are having all grid support.
Forum: Fixing WordPress
In reply to: How to bulk add focus keyword in postsinstall YOAST SEO plugin it will help you
https://wordpress.org/plugins/wordpress-seo/Forum: Fixing WordPress
In reply to: Inserting Audio and playing it without leaving the page.Hi, @brandyliz I just check your site it works fine here without any problem or error. For that error, you are saying about you can remove cache and cookies of browser and update your browser and one more thing in plugin section on the dashboard you have to deactivate the (W3 Total Cache) then it might be work.
Forum: Fixing WordPress
In reply to: Remove all feeds except main feedyou need to disable your all feeds then after that your able to customize feeds according to you and default is on the homepage.
the plugin you can use is a disable feed.
https://wordpress.org/plugins/disable-feeds/
for more details, you can click here clickForum: Networking WordPress
In reply to: Long time of loading pageHello
there are many reason , may be you install many plugins but make sure you put your all javascript file in footer.php that can help out, or you can read thisForum: Fixing WordPress
In reply to: Selecting a different header image for each page@mesknet ya, its possible by some code customization but its risky and typical if u not know coding and it’s very simple by a plugin
you can use ( WP display header )https://wordpress.org/plugins/wp-display-header/
it will help you to set your header for a specific page.1. install and activate it. click
2. goes to customization of website and add image in header media section.click
3. then go that page where you wanna set a specific image then click on EDIT PAGE.click4. click visual from text then scroll down and select image and update. click
5. refresh website.Forum: Fixing WordPress
In reply to: Front Page or Main page of the Website.You need to Read about the documentation of the theme that you are using or you can also read about the theme customization
- This reply was modified 7 years, 9 months ago by Abhishek. Reason: theme Customization,
Forum: Everything else WordPress
In reply to: LanguagesHi, which one language translation plugin your using now?
i wanna suggest you ( Google Language Translator )and for showing the translated languages u can click here
and sees instruction for intallation and for languages displayed in the language box.Forum: Fixing WordPress
In reply to: Removing links to imageshello, @danthefan I just inspect your code and I found in your code the class in the
<li>tag is not define only its written their class. so, you have to disable your link on every image by applying class childs.
you can put in your additional CSS section the following code line.style-list>li>a {
pointer-events: none;
}
It will disable your all links from images.Forum: Fixing WordPress
In reply to: jquery from CDNif you put your cnd link inside the <head> tag you doing great, if you wanna add jquery code in some specific page so you need to install styles n scripts plugin
for more information checkout how to use it.- This reply was modified 7 years, 9 months ago by Abhishek.
Forum: Fixing WordPress
In reply to: jquery from CDNHello
once you done insert these two line of Cloudflare CDN blow the <title> tag then u can run your jquery script in an script tag More Information About jqueryForum: Installing WordPress
In reply to: Can’t install and connect to Database in localhostHi,
In your first screenshot their you have wp_wp table name. that’s why an error occurs theirs. You need to create a new fresh database without any sub-database, then you are able to install WordPress in your localhost.
https://prnt.sc/kvr2yeForum: Fixing WordPress
In reply to: My Post URL not redirecting by Post Nameya it’s because of Yoast SEO Your permalinks look like that in your URL
goes to Yoast SEO plugin in your dashboard change permalinks setting them.
YOAST SEO>>>search appearances>>>RSS
and remain the same the permalinks in the setting > permalinks > by post_name.the other way is you can use redirect plugins to set your URL by post name while using SEO.
Forum: Fixing WordPress
In reply to: wordpress media upload in multiple locationit’s not that possible the way you want but it will be possible through some API’s for further details check this
https://developer.wordpress.org/reference/functions/wp_upload_dir/Forum: Networking WordPress
In reply to: don’t see the tools>network setup functionya, it’s possible if your using network setup plugins in WordPress they would overwrite the code which you did write on .htaccess and wp-config.php files.
otherwise, take a look at it. https://premium.wpmudev.org/blog/ultimate-guide-multisite/