-
Search Results
-
Hi Support,
I have 2 image with hotspot on the following page. Timeline on the top (1936, 1939…..2013) and Timeline (2009, 2010, …2015)
I would like to change the tooltip background color to green and position the tooltip a little closer to the hotspots on the second time line.
How can I do that?
Thanks
AnnaHello,
Need to create a “Full Screen Slider” with big caption, and when clicked open a “lightbox”.– Using the SLIDER WP can not make the link open to the “Lightbox Gallery”
– Using the “Fullscreen Slider” is almost perfect, when I select “Use first slide caption the permanent caption” link stops working.
You know what I do?
Thanks,
Hi,
I would like to try to remove the logo bar and logo leaving just menu and the phone bar up top. Is there a special css code I can use and how can of the change the colors of the phone bar to black from gray and have white text, size 14 font and no overlay on top of social media icons? See link below. I tried adding this to change the text in the phone bar and specified black but it kept it gray.
I have included questions and answers from the calendar support team:
Q: I want the photos on the event view to show the entire image. It looks great when it’s a horizontal photo, but most of the time, people post vertical posters, and the top and bottom are cut off like here…
http://explorenayarit.com/event/canuck-country-bungalows-marlenne/2016-01-24/
A: To display the entire image rather than a cropped image, you will need to create a template override; information on how to create custom templates can be found here. Our plugin uses the WordPress media_handle_upload function. Image sizes are usually defined in your theme’s functions.php file. Your best bet would be to contact the theme author for that information.
The line of code you’ll need to alter is around line 58 in single-event.php (located in plugins/the-events-calendar/src/views):
1
<?php echo tribe_event_featured_image( $event_id, ‘full’, false ); ?>Q: That makes me also wonder what happens to these images? Where are they stored? And are they removed when the event is older than 6 months (as an example)?
A: Images are stored in your wp-content/uploads folder. Additionally, they are not removed when recurring events clean up takes place. However, our plugin does use wp_delete_post, so technically you could use something like this* to ensure attachments are deleted along with recurring events.
*http://wordpress.stackexchange.com/questions/134894/correctly-delete-posts-with-meta-and-attachments/134917#134917
Q: Will adding the code mentioned here* remove the photos automatically when the events expire?
Your help is much appreciated.
I have two sites that are almost identical and was able to get the english site to show the post title but wasn’t able to get the post title to show up on my spanish site. I have shown my functions.php file below.
Do you have any tips on how I can get this to work for both sites?
<?php // Opening PHP tag - nothing should be before this, not even whitespace // Custom Function to Include function favicon_link() { echo '<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />' . "\n"; } add_action( 'wp_head', 'favicon_link' ); add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { if(is_category()) { $output = __('','avia_framework').' '.single_cat_title('',false); } return $output; } add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); function avia_append_search_nav ( $items, $args ) { if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items; if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")) { global $avia_config; ob_start(); $getform = get_search_form(false); $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">'.$getform.'</li>'; } return $items; } add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; } add_action('wp_head' , 'remove_post_list_title_links'); function remove_post_list_title_links() { ?> <script id="remove-links-in-title" type="text/javascript"> jQuery(document).ready(function($) { $('.entry-title').each(function() { var $title_link = $('a[rel="bookmark"]' , $(this)), $title_text = $title_link.text(); $title_link.remove(); $(this).prepend($title_text); }); }); </script> <?php }I can see that the title on my site is hidden with CSS but the title shows up below the featured image and is supposed to be shown in the top title bar.
I have tried my best to read through the form and documentation but haven’t been able to solve this.
My page is a Masonry Gallery of Albums. You can filter the albums through the categories at the top. But once you actually select an album, the album opens but the category options are no longer there.
the page is http://nataliehalesphotography.com/index.php/my-work/
any ideas?
Hi,
Is there a way to link the featured image to a pdf in the single blog post? So now the featured image on the blog page goes to the single post. On the single posts page, I would like to have the featured image link to a pdf file instead of opening a larger image of the thumbnail. Also, it is restricting the image size to 180×180 instead of displaying the original width and height. How can I stop it from restricting the image to that size and show the original aspect ratio?I’ve tried using all the custom css suggestions but it’s not working to remove the grey overylay hover on top of the social medai icons up top. Can you please give me the right css to remove? Here’s the site below in the private area. I need them to look their default colors. Thanks.
Viewing 30 results - 101,671 through 101,700 (of 142,938 total)


