Forum Replies Created

Viewing 20 posts - 801 through 820 (of 1,154 total)
  • Author
    Posts
  • in reply to: How can i create new 'sections' in the home page ? #160817
    sapana
    Participant

    @kirti:Please Post in your site Url so that I can look into those issues.

    Kind Regards,
    Sapana

    in reply to: Side Bar Problem #160811
    sapana
    Participant

    @trevor: Yes you are right,If you want the alternative sidebar for the specific page you can go to the page settings and select the Optional Sidebar. Let me know if you need any other help, it will be my pleasure to help you.

    Kind Regards,
    Sapana

    in reply to: Mobile issue for Catch Fullscreen free #160810
    sapana
    Participant

    @florian: Thank You florian your help is really appreciated, It will surely help others who are looking forward to solve this issue.

    Kind Regards,
    Sapana

    in reply to: Adventurous Theme Update? From V1.0 to current #160806
    sapana
    Participant

    @rayne:Please Back up your theme using Catch Updater Plugin and also back up your Database file, There might occur issue since you haven’t updated the theme yet. If there occur any issue let me know I will be happy to assist you.

    Kind Regards,
    Sapana

    in reply to: No menu on phone and pad #160720
    sapana
    Participant

    @soulucane: Please post in your site Url so that I can look into those issues.

    Kind Regards,
    Sapana

    in reply to: Side Bar Problem #160718
    sapana
    Participant

    @trevor: Layout Setting is given first priority after then Page setting is given. Make sure that you select Content,Primary Sidebar for Single Page/Post Sidebar if you want sidebar in all pages.If you select the default in page settings and put something in Optional Page Sidebar widgets it is given first priority rather than primary sidebar.Let me know if this helps you out!

    Kind Regards,
    Sapana

    in reply to: Adventurous Theme Update? From V1.0 to current #160697
    sapana
    Participant

    @rayne: Please post in your site URL so that I can look into your version, Intermediate version isn’t available you can update to the new version but before updating make sure you back up all your files. Let me know if you face any issue after update.

    Kind Regards,
    Sapana

    in reply to: Blog Posts on Homepage #160696
    sapana
    Participant

    @trevor: Go to=>Appearance=> Customize=> Home Page Settings=> Select the latest post
    Let me know if this is what you are looking for!!

    Kind Regards,
    Sapana

    in reply to: Changing columns on blog post index page #160668
    sapana
    Participant

    @otinsight: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    @media screen and (min-width:667px) {
        .site-main #infinite-post-wrap .hentry {
            width:50%;
        }
        .site-main article:nth-child(2n) {
            clear:both;
        }    
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: change portfolio image size #160606
    sapana
    Participant

    @hoiung: Sorry for the late reply, Go to => Child Theme Folder => functions.php and add the code in this link
    add_image_size( 'adonis-portfolio', 1200 , 680 );

    Go to=> child theme=> Create Template-parts folder=> Create portfolio folder and add the following CSS code

    <?php
    /**
     * The template used for displaying projects on index view
     *
     * @package Adonis
     */
    ?>
    
    <article id="portfolio-post-<?php the_ID(); ?>" <?php post_class(); ?>>
    	<a title="<?php  the_title_attribute(); ?>" href="<?php the_permalink(); ?>">
    		<div class="porfolio-section-thumbnail post-thumbnail">
    			<?php
    			// Output the featured image.
    			if ( has_post_thumbnail() ) {
    				$thumbnail = 'adonis-portfolio';
    
    				the_post_thumbnail( $thumbnail );
    			} else {
    					echo '<img src="' .  trailingslashit( esc_url( get_template_directory_uri() ) ) . 'assets/images/no-thumb-640x480.jpg"/>';
    				}
    			?>
    		</div><!-- .portfolio-content-image -->
    
    		<div class="entry-container caption">
    			<header class="entry-header vcenter">
    				<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
    			</header>
    		</div><!-- .entry-container -->
    	</a>
    </article>
    
    

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: URL showing in middle of page #160591
    sapana
    Participant

    @gacper:Glad to know that you figure it out, It will surely help others.Have a Good Day!!

    Kind Regards,
    Sapana

    in reply to: Unable to hide title/tagline in pages and articles #160467
    sapana
    Participant

    @negatif:I checked all your customization settings every thing seems to be fine, we are not able to locate the exact issue. For the temporary solution you can use the following CSS to hide the tagline and site title
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .site-identity {
        display:none !important;
    }

    let me know if you have any queries or need any help.

    Kind Regards,
    Sapana

    in reply to: URL showing in middle of page #160373
    sapana
    Participant

    @gacper: Can you Please post in your site URl so that I can look into those issue.

    Kind Regards,
    Sapana

    in reply to: Unable to hide title/tagline in pages and articles #160366
    sapana
    Participant

    @negatif: Can you please give me your admin access if that okay so that I can fix your issue,I will shortly contact you by mail.

    Kind Regards,
    Sapana

    in reply to: Feature Slider Previous and Next buttons #160365
    sapana
    Participant

    @fireflywebs:Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    in reply to: Unable to hide title/tagline in pages and articles #160289
    sapana
    Participant

    @negatif: It’s working fine in my end can you please clear your browser cache also clear your browser history.Let me know if this trick helps you out!

    Kind Regards,
    Sapana

    in reply to: change blog header title #160286
    sapana
    Participant

    @whalefish: Glad to know that you figure it out. Have a Good Day!!

    Kind Regards,
    Sapana

    in reply to: Update Pro Theme #160284
    sapana
    Participant

    @valelotartaro:To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-general-1
    Let me know if this solves the issue!

    Kind Regards,
    Sapana

    in reply to: Feature Slider Previous and Next buttons #160283
    sapana
    Participant

    @fireflywebs: Can you please remove all the code you have added for featured slider.
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .cycle-pager{
    display: none;
    }
    .cycly-prev{
    display:none !important;
    }
    .cycle-next{
    display: none! important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Logo as title in homepage #160281
    sapana
    Participant

    @valelotartaro: Please Post in your site Url so that I can look into those issues.

    Kind Regards,
    Sapana

Viewing 20 posts - 801 through 820 (of 1,154 total)