Clarion Technologies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image Option DisappearedHello bcr8tive,
Go to post edit and please check the Screen options at the RHS top of the page and see whether the featured image check-box is checked or not.If not please check so that you are able to see the featured image box.
Thanks
Forum: Fixing WordPress
In reply to: Strange WidgetHi,
You can remove it from the widget section from the admin.
https://codex.ww.wp.xz.cn/WordPress_Widgets
Thanks
Forum: Fixing WordPress
In reply to: Make banner link to different page.Hello david117,
You can add the custom meta field for adding the URL of banner link and then you can fetch it in your template code.To ad the custom field to you banner posts please use the below plugin and follow the instruction how to use it and how can we fetch the custom filed value in template.
https://ww.wp.xz.cn/plugins/advanced-custom-fields/
If need further help please let me know I will guide through the same.
Thanks
Hello jdlev,
Yes the ‘key1, key2, key3’ are used in reference to $wpdb->postmeta in JOIN query.
Thanks
Forum: Networking WordPress
In reply to: One login for allHi,
In this case you will have to convert your website into a Multi-Network site.
http://codex.ww.wp.xz.cn/Create_A_Network
https://codex.ww.wp.xz.cn/Multisite_Network_AdministrationThanks
Forum: Fixing WordPress
In reply to: new domain displaying old domain contentHi,
Your http://fluxcomb.com website is redirecting to http://blackdogbarking.com and that’s the reason you are seeing the old content.
Had you pointed/redirected the old domain to the new domain.
Thanks
Forum: Fixing WordPress
In reply to: Login failed with correct username and passwordHi,
Do you get any error when you try to login or is the page just refreshing without any error.
Thanks
Forum: Fixing WordPress
In reply to: How to Set Default AuthorHello wasanajones,
Please try using below plugins which helps you to set default author for posts.
https://ww.wp.xz.cn/support/view/plugin-reviews/wp-default-author
Thanks
Forum: Fixing WordPress
In reply to: My update function goneHi,
Had you recently installed any plugin or made changes in any file?
Thanks
Forum: Fixing WordPress
In reply to: Changing All Link colors on my siteHi,
div.sidebar a, div.sidebar a:link { color: #3b5998 !important; }Put this at the end of the stylesheet. This works for us.
Thanks
Forum: Fixing WordPress
In reply to: The Loop not workingHello sachinwebnexus,
IF you want the filter post by your “custom field” please the meta Query in your wp_Query.Please follow the below link this will guide in how to use the meta Query.
https://codex.ww.wp.xz.cn/Class_Reference/WP_Meta_Query
Thanks
Forum: Networking WordPress
In reply to: permalinks 404 errorHello abhi7tomar,
If you save the permalink after when you change the network.Is the posts permalinks working ?
Thanks
Forum: Fixing WordPress
In reply to: 403 Error while trying to include "wp-blog-header.php"Hello thebigmiike.
This may be due to folder permission issue can you please try by changing the folder “PROJECT” permission.
Thanks
Forum: Networking WordPress
In reply to: Cannot create new sites on my multisite installationHello theplastickid,
Please contact with your hosting provider and ask him to set below
In the “http.conf” file you need to find the line that says “AllowOverride None” and change it to “AllowOverride FileInfo Options”. If you search the file for FileInfo Options you should find via the comments which line to replace.Thanks
Forum: Fixing WordPress
In reply to: unable to open my website on safari browserHello saurabhvermawordpress,
I have checked your website on safari browser and its working smoothly on same like in chrome can please recheck and confirm.
Thanks