daveteu
Forum Replies Created
-
Forum: Plugins
In reply to: [Nextend Social Login and Register] Plugin no longer works – Please fix ASAP!i get “Login Error” not sure whether it’s related to this but i follow all instructions and couldn’t get it to work
Forum: Plugins
In reply to: [W3 Total Cache] Slowing dowm admin panelI think this issue is still not resolved, enabling object cache on Redis slows down wp-admin but disabling it returns everything to normal.
Forum: Fixing WordPress
In reply to: Malware Post.phpIt’s a brand new install for all my sites. the only thing that remains old is the mysql files which… i don’t think there’s anyway to clean on my own.
If only i know what does those post.php do (permission 000 btw), i can better counter the problems.
Forum: Fixing WordPress
In reply to: Image Path on new versioni actually have a copy of the backup sql file from my old server
can i just go to the cpanel of the new server and restore that sql file into my new server? the db names etc are all different though.
Forum: Fixing WordPress
In reply to: Image Path on new versionI did these
1) change Name Servers
2) install wordpress on new server
3) Copy theme files and image files folders over to new server
4) activate themes and plugins
5) Import the xml files which i exported from old serversNow i manage to just create a folder and link the images to it, except for those feature images etc, they are all gone and need to recreate 1 by 1.
Images descriptions and titles also need to redo one by one sigh.
I love this forum because every time i post a question here after researching for hours, i will immediately find my answer where else.. *light laugh*
For those with same problem -> https://www.primathemes.com/documentation/woocommerce-fix-google-rich-snippet-for-on-sale-product/
Oops
I meant
'must_log_in' => sprintf( __( 'You must be <a href="%s">logged in</a> to write a review.'), get_site_url() . '/my-account'),
Remember the href.
Add following arg in single-product-reviews.php
$comment_form = array( 'must_log_in' => sprintf( __( 'You must be <a href="%s">logged in</a> to write a review.'), get_site_url() . '/my-account'), )
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
On to top of whatever form comments u have. this will allow you to customise the text u want to show when user is not logged in.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Cookies issue with different FB AccountI fixed it by killing the cookies Everytime log out. Then do a redirect to the fb log out page then back to my home page
Forum: Plugins
In reply to: [Nextend Social Login and Register] Cookies issue with different FB AccountI have the same problem too, anyone found a fix for this? It’s major security problem.
Forum: Plugins
In reply to: Woocommerce Layer Nav -> Show all attributesAnother work around I can have, is to let the current “Woocommerce Categories” widget show only the child category for this particular category so i can have 2 widgets on top of one another.
What I’m trying to do is
SORT BY CATEGORIES
DOG FOOD <<——- SELECTED
DOG ACCESSORIES
CAT FOOD
CAT ACCESSORIESSORT BY BRANDS (THIS LIST SHOULD REMAIN)
BRAND A
BRAND B <- Only display items of this brand if selected
BRAND C
BRAND D
BRAND E<- Only display items of this brand if selectedI usually don’t use meta description template as search engines sometimes penalize you for having similar or identical meta info for every page.
If you are talking about just Facebook sharing, i don’t think it has got to do with wordpress but how Facebook handles the url.
Can you try the following 1 step for me?
Got to Settings -> Permalink -> Select custom structure and key in /%postname%
Your permanlink will then appear as https://www.domain.com/post-name (Without the /)
Then try using your social buttons again.
Same problem here. Anyone with absolution?
Remove https:// and the last / in your link and Facebook will read it properly.