thaidamen
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Grid View Gallery] Common pagination splitcheck your custom css, to see if it is making the display overflow
Forum: Plugins
In reply to: [Category Grid View Gallery] Is there a way to not use lightbox?put this inside the shortcode -> lightbox=0
example : [cgview xxx=xxx xxx=xxx xxx=xxx lightbox=0]
Forum: Plugins
In reply to: [Super Zoom Gallery] Super Zoom do not work with iTheme2seems like you have solve the issue already?
nice colors you have there 🙂Forum: Plugins
In reply to: [Super Zoom Gallery] Move gallerySometimes it is not possible to customise a site to be like certain ecommerce site as those site employ a pro to do the customising.
Like the amazon example, it is related to custom layout and data fetching and placing, so it does need a pro to actually be able to make a similar site.
However some are like me, who are not pro enough, we will use the css to try to rearrange the items locations.
SZG is in a main container and inside this container there is 1- thumbnails, 2- main photo and 3 zoom photo.so to pull any of these 3 to other location on a page will need php and even java customizing and i will recommend that you get a pro to do that.
If you rather do it yourself, then i will suggest use css and try to move the item around but it will definitely be in the same container.woocommerce already have a gallery similar to amazon but it is a paid plugin i think.
Basically SZG is the best plugin i seen around which allows alot of customising via css and it is free. so try playing around with the 3 main css and maybe you will like one of the layout.
regards
Forum: Plugins
In reply to: [WordPress Social Login] Fatal error: Class 'Facebook'read this
http://stackoverflow.com/questions/10172944/php-fatal-error-class-facebook-not-found-in
Bing is your new friend
Forum: Plugins
In reply to: [WordPress Social Login] do_action('wordpress_social_login');1st thing to do is to deactivate all other plugin.
this is to check if there is a conflict between plugin
and if after deactivating other plugin wpsl work,
it means there is one plugin that have a conflict, so you can decide which to keep and if you can find a similiar replacement plugin.2nd, if after deactivating nothing work.
now to further trouble shoot the problem.
– change to wordpress defualt theme and see if it works with only wpsl and htmlJA activated. if it work means your theme have some conflict and could be preventing it showing up, or your customising of css have affected the display.3nd if nothing works, go to wp_config.php last few line
you will see debug, false
change it to debug, true
and save
then reload the website.
now you will see stuff on the top saying what is happening and why.
so search online to find a similiar problem as stated in the top
there you might find way to fix it.
a properly install wordpress should not have anything showing up when debug true is on.if you cannot fix the problem stated in debug,
after search the whole www.my suggestion
– read on php string
– read more on php
– get a pro to do it for you.wpsl should not have problem running at all.
most of the time is custom css make the display missing.
or template modification cause the display go off.I am not a pro, so I can’t help much.
That is how i solve my issues on wordpress and i hope it can help.