tzafi azran

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: slidshow gallery caption not showing #1860

    tzafi azran
    Participant

    Hi boaz,
    You were right! it works only if there is text in both the title and the caption. after some tinkering, i found that it doesn’t matter what the text is in the caption, as long as there is text, and then the gallery displays the text in the “title” field/
    although this is a solution, i believe this is a bug. it seems logical that there is a condition that tells the gallery to display something only of there is any text in the caption, but when it does, it displays the title field instead of the caption field. of course i didn’t write the code, but it seems more “right” to me

    Thank you for all your help!
    Problem solved

    in reply to: slidshow gallery caption not showing #1853

    tzafi azran
    Participant
    This reply has been marked as private.
    in reply to: slidshow gallery caption not showing #1848

    tzafi azran
    Participant

    hi boaz.
    your role has been updated to admin
    sorry for the very long delay

    in reply to: slidshow gallery caption not showing #1667

    tzafi azran
    Participant
    This reply has been marked as private.
    in reply to: slidshow gallery caption not showing #1648

    tzafi azran
    Participant

    Hello Noa,

    Actually, I’m talking about slideshow galleries, like the one in my site here

    if you look at some of the images (not all) there is a caption on the bottom right of the image.

    in the past, these captions were taken from the image’s “caption” field that can be filled when selecting images for the gallery and also it allowed me to use hebrew.

    now, if you notice, the captions are all in english (because they won’t be displayed if they are in hebrew). and also, this text was taken from the image’s “title” field.

    no code was added. this is an out-of-the-box pojo feature.

    i would like to know what has changed, or if i have done something to make this stop working. or maybe its a bug that came with an update… i don’t know.

    thanks for your help

    in reply to: change masonry #1557

    tzafi azran
    Participant

    Thank you very much for your response

    in reply to: change masonry #1541

    tzafi azran
    Participant

    i inserted the following php file into the child theme:

    <?php
    /**
     * Content: Gallery Masonry
     */
    if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    
    global $_pojo_parent_id;
    
    $categories       = '';
    $categories_terms = get_the_terms( null, 'pojo_gallery_cat' );
    if ( ! empty( $categories_terms ) && ! is_wp_error( $categories_terms ) )
    	$categories = wp_list_pluck( $categories_terms, 'name' );
    ?>
    
    <div id="post-<?php the_ID(); ?>" <?php post_class( apply_filters( 'pojo_post_classes', array( 'grid-item gallery-item masonry-item col-md-3 col-sm-6 col-xs-6' ), get_post_type() ) ); ?>>
    	<?php if ( $image_url = Pojo_Thumbnails::get_post_thumbnail_url( array( 'width' => '420', 'placeholder' => true ) ) ) : ?>
    		<figure class="image-link">
    			<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark">
    				<img src="<?php echo $image_url; ?>" alt="<?php echo esc_attr( get_the_title() ); ?>" class="media-object" />
    				<div class="overlay-image"></div>
    				<div class="caption overlay-title">
    					<h4 class="grid-heading">
    						<?php the_title(); ?>
    						<?php if ( ! empty( $categories ) ) : ?>
    							<small><?php echo implode( ', ', $categories ); ?></small>
    						<?php endif; ?>
    					</h4>
    				</div>
    			</a>
    		</figure>
    	<?php endif; ?>
    </div>
    in reply to: customize search results page #1217

    tzafi azran
    Participant

    Thank you for your reply

    in reply to: static sub-menu #1179

    tzafi azran
    Participant

    oh well…
    thanks anyway for your response!!

    in reply to: slidshow gallery image crop #814

    tzafi azran
    Participant

    thanks for the quick response! much appreciated

    if anyone knows of a good plugin that does this i would love to know

    thanks all

    in reply to: lightbox caption #773

    tzafi azran
    Participant

    i just enabled the show title option in the lightbox options under theme options (i also enabled social sharing just in case) and the caption still isn’t showing.
    here is the website: http://unger.guyazran.com/%D7%9E%D7%A9%D7%A7%D7%A4%D7%99-%D7%A8%D7%90%D7%99%D7%94/
    in this page you can see that the caption is showing under the photo, but when clicking on them and going into the lightbox, they are do not show.

    i know this is possible because i saw it in this site: http://motital.com/1/ruta/?pojo_gallery=%D7%9E%D7%AA%D7%95%D7%A7%D7%99%D7%9D

    why is it not working for me? please help

    in reply to: Builder Copy to Text Editor #769

    tzafi azran
    Participant

    thank you yakir.
    however, i noticed thatt this is not the case in all of the sites i have created.
    furthermore, i noticed that when i import the demo site, this does not happen.
    is there a checkbox that i am missing somewhere that disables this function. if so, i would appreciate help finding it
    thanks again

    in reply to: Builder Copy to Text Editor #756

    tzafi azran
    Participant

    i am using atlanta version 3.3.1, and there are no updates available

    in reply to: Sidebar-main Width Ratio #743

    tzafi azran
    Participant

    Thank you noa.
    very helpful


    tzafi azran
    Participant

    Moving the site by:
    copying files by ftp ,
    export database from PHPMyAdmin , replace all strings of old domain with new domain

    wordpress updated to the last version 4.1.1 He

Viewing 15 posts - 1 through 15 (of 15 total)