The Settings Sections is not working.
I want to set “open in new Tap” but there is nothing happening. What’s wrong? A bug, maybe!? Can you tell me how to fix it?
Second: how can I (if I can do anything) put them all in the same color? I don’t want it colorful like it is now… Think it is also in the settings section but as above: it is frozen, I can′t do anything there.
Thanks in advance,
Julia
]]>I wanted to express my appreciation for GenerateBlocks and GeneratePress they are fantastic!
I’m in the process of developing a new software tool listing site, and I’m using the new dynamic data feature to include dynamic links to other websites.
I have a few specific requirements for these links:
I’d like to incorporate all these features into a button, but I can’t seem to find the option to set link attributes. Is there a way to do this that I’m missing, or is it not possible.
I have GP Premium and the GB free version, and I’m still quite new to coding.
Thank you in advance.
Best regards
]]>I wanted to express my appreciation for GenerateBlocks and GeneratePress, they are fantastic!
I’m in the process of developing a new software tool listing site, and I’m using the new dynamic data feature to include dynamic links to other websites.
I have a few specific requirements for these links:
I’d like to incorporate all these features into a button, but I can’t seem to find the option to set link attributes. Is there a way to do this that I’m missing, or is it not possible.
I have GP Premium and the GB free version, and I’m still quite new to coding.
Thank you in advance.
Best regards
]]><script>
jQuery(function($){
$('.inddl.btn').each(function(){
$(this).attr('target','_blank');
});
});
</script>
]]>Here is the code that works, however, it will not open in a new tab, and I don’t know how to put a no follow code in here.
Any help would be greatly appreciated!
add_action('template_redirect', 'redirect_external_products');
function redirect_external_products() {
global $post;
if (is_singular( 'product' ) &&
! empty( $post ) &&
($product = wc_get_product($post)) &&
$product->is_type('external' )) {
wp_redirect( $product->get_product_url() );
exit;
}
}
]]>Back to 3.3.5 there is no problem at all.
]]>