I’m using the code below, thanks
a2a_config.overlays.push({
target: 'img.envira-gallery-image',
services: [ 'whatsapp', 'telegram','facebook', 'twitter', ],
size: '32',
style: 'horizontal',
position: 'bottom center',
});
]]>in the settings there is a check to enable or disable the questions & answers option.
would it be possible for this option to be enabled or disabled individually for each single course?
many thanks
]]>Thank you like always for this wonderful theme!
I would like to choose some pages or post and display them with Desktop View for mobile devices! I don’t want to force the entire website (pages / posts) to display with Desktop View like the following topics :
https://www.ads-software.com/support/topic/force-desktop-view-with-wordpress-website-on-mobile-devices/page/2/
https://www.ads-software.com/support/topic/attempting-to-force-desktop-view-on-mobile/
Just some of them. Is it possible?
This simple option will open a lot of possibilities for my site.
Thank you for your help!
]]>https://www.ads-software.com/plugins/woocommerce-bulk-discount/
]]>Yes, I am yet another web monkey who knows just enough php to be dangerous and still learning about the powers of wordpress. FYI: I am using wordpress mu 2.8.4.
I am trying to retrieve and show custom fields in my posts but the thing is . . . I want to retrieve them each individually and not all with one statement, allowing me more control over how they view in posts. I found this code in another topic and it works well but, I need to edit it so that I can use it once for each value that I want to retrieve instead of having it retrieve all values with one statement. Can anyone please help me?
<ul> <?php<br /> $custom_fields = get_post_custom($post->ID);<br /> $custom_field_keys = get_post_custom_keys();<br /> foreach ( $custom_field_keys as $key => $name ) {<br /> $valuet = trim($name);<br /> if ( '_' == $valuet{0} ){<br /> continue;<br /> }<br /> if ($name != "ratings_users" && $name != "ratings_score" && $name != "ratings_average"){<br /> echo " <li>";<br /> echo "<strong>" . $name . ":</strong> ";<br /> $my_custom_field = $custom_fields[$name];<br /> foreach ( $my_custom_field as $key => $value )<br /> echo $value . "</li> ";<br /> }<br /> }<br /> ?> </ul>
Thanks Bunches . . . Lana Banana
]]>I am playing EVE-Online, and my blog is for my captain, but the CCP (The Owner of the game) in this year figured out the current in-game date is 23341. So I need something, what shows me this date than the current 252008 (what is a 25Y format in the date…) blog date.
I am not a php programmer, so I want to ask help from somebody to write me something what shows me the date 23341 for the frontpages, and may for the archives too.
Thank you
Balázs Békási
from Hungary