clickmac
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] "User Messages" error appears since I upgraded to Facebook 1.1.10I am new to this, i created a story in open graph on my app and i would like to know how to get it approved?
is it that i create the story, and after a while facebook will approve it?
what is the process of approval?
Forum: Plugins
In reply to: [WooCommerce] remove billing address(css ) and email field using checkboxperhaps their is a add_action or add_filter to register that
“woocommerce_checkout_fields”globally….
or that my function named “function_hook” that is hooked onto wp_head
should have another action to that function?
or the
add_filter( 'woocommerce_checkout_fields' , 'override_checkout_fields' );
cannot be inside of another function….since in this case it is inside of the function_hook
and if it is in that case that
add_filter( 'woocommerce_checkout_fields' , 'override_checkout_fields' );
cannot be inside of another function example function_hookhow do i retrieve my saved values in the options.php file that was posted from the
<form>
so that i can use it in theIF statement
example<?php if ( $my_checkbox == '1' ) { echo '<style type="text/css"> #customer_details { display:none; } </style>';
Forum: Plugins
In reply to: [Advanced Random Posts Widget] include "read more" linki am sorry if i am not clear…the topic of this support question is “Include read more link”
meaning that you should throw in a read more link.
further more when a post contains a long link from example above,
on the widget area, it overlaps and escapes the box
Forum: Plugins
In reply to: [WooCommerce] form on checkout pagethank you very much, your help is greatly appreciated and helpful!
I was able to follow this post at wordpress forums
https://www.ads-software.com/support/topic/woocommerce-remove-fields-on-edit-address?replies=19and everything i wanted seemed to be their, for the sake of anyone else who looking for this. That should help them. cheers!
Forum: Plugins
In reply to: [Advanced Random Posts Widget] include "read more" linkalso if the summary is showing a link example
http:/sometjhboif.com/laksnf/aljkn/ajklsdn/asn/alsn
it escapes the box and overlaps the widget area, because the length is too long…
Forum: Fixing WordPress
In reply to: Encoding problem after update to version 3.5.1yes it seems that way, good spot @media X
Forum: Fixing WordPress
In reply to: Encoding problem after update to version 3.5.1what’s the link to your site?
to the problem page itselfForum: Fixing WordPress
In reply to: Encoding problem after update to version 3.5.1ok. let’s see what happns
Forum: Fixing WordPress
In reply to: WPSC Search Function Issueswhat is wpsc? and try contacting the plugin author…
or your permalinks, maybe wrong…
Forum: Fixing WordPress
In reply to: I can't change my thumbnailthat seems as a “featured” image…try going into the post, editing….and scroll down to the left side of screen, till you see featured image and change it….
Forum: Fixing WordPress
In reply to: Encoding problem after update to version 3.5.1deleting things from the wp-config.php may as well shut down your wordpress site. return it back to the way it was, or completely re-install it.
then try deactivating all of your plugins one by one, to see if it’s a plugin issue.
Forum: Fixing WordPress
In reply to: Vertical accordion menu on mobileif ti appears inside / behind the header image. you need to use
overflow:hidden;
or try increasing/decreasing the
z-index:0; <— should make it work
for CSS…
Forum: Fixing WordPress
In reply to: Can't edit my menu or plugins.upgrading does not cause this, and u may have made a syntax error somewhere…..try installing the latest wordpress and if the problem persist. flush your permalinks
to flush your permalinks, please
goto settings > permalinksand select another option, besides “default”
and save changes. then set it back to defaults.
try both, and see what happens…
Forum: Fixing WordPress
In reply to: Author link below each post, directs me to a blank screenit uses the the_author_posts_link(); instead, so i believe when the link is clicked upon, i am suppose to see all the post from that author…..or does it does something specific
using
author.php ??
Forum: Fixing WordPress
In reply to: Author link below each post, directs me to a blank screeni cannot seem to find a theme that has that same function, and the theme does not even have the_author_link anywhere