Forum Replies Created

Viewing 20 posts - 1,201 through 1,220 (of 2,006 total)
  • Author
    Posts
  • in reply to: upload the theme on wordpress.org #101195
    Pratik
    Member

    Hi @mmaccou,
    I think you are mistaken. You are not uploading your theme to wordpress.org but your own site. This is totally different.
    In Safari browser, in the menu bar, go Safari -> Preferences. In the “General” tab, uncheck “Open ‘safe’ files after downloading”. This will stop Safari from automatically unzipping the files.
    Or zip the uncompressed file again then upload it.

    Let me know if there is any problem.

    Regards,
    Pratik

    in reply to: Category in stead of pages #101194
    Pratik
    Member

    Hi @de-diy-diva,

    That feature is already present in Helena Pro. So, you need to upgrade to pro for that feature. Check out other features in Pro theme here.

    Regards,
    Pratik

    in reply to: Links within a post not showing #101126
    Pratik
    Member

    Hi Glen,

    Can you please post in your site url and the affected post link?

    in reply to: Update will not be installed #101125
    Pratik
    Member

    Hi Nancy,

    For Pro version, updating theme is a bit different. Please follow the instructions here: https://catchthemes.com/theme-instructions/full-frame-pro/#updating

    Regards,
    Pratik

    in reply to: H1 and site title link color on hover #100988
    Pratik
    Member

    Hi @erikagill,
    Sorry, I forgot about site title. Try following code for that:

    
    #site-title a:hover, #site-title a:focus, #site-title a:active {
        color: #6aa84f;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Height of feature slider #100770
    Pratik
    Member

    Hi @ipswichcatholic,

    It is possible to reduce height of slider but will crop out the image. Try following code in Apperance=> Customize=> Theme Options=> Custom CSS box:

    
    #feature-slider .cycle-slideshow {
    	height: 500px !important;
    }
    
    #feature-slider .entry-container {
    	top: 35%;
    }
    

    If you do not want the image to be cropped, then you will need to upgrade to Pro version and use Featured Image Slider rather than the Page Slider provided in free version.

    Regards,
    Pratik

    in reply to: Header Highlight Content won't display images #100748
    Pratik
    Member

    Hi tinamama,
    Please post in your site url so I can check it.

    in reply to: Change menu height #100716
    Pratik
    Member

    Hi @kjell,
    To decrease the height, try following CSS code in Appeareance=> Customize=> Theme Options=> Custom CSS box:

    @media screen and (min-width: 1153px) {
        #secondary-menu ul.menu a { padding-top: 0; padding-bottom: 0; }
        #secondary-menu ul.menu ul { top: 45px; }
    }

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: H1 and site title link color on hover #100715
    Pratik
    Member

    Hi @erikagill,
    Try following CSS code:

    
    .entry-title a:hover, 
    .entry-title a:focus, 
    .entry-title a:active,
    a:hover,
    a:focus,
    a:active {
        color: red;
    }
    

    You can try any hex color instead of red.

    Regards,
    Pratik

    in reply to: Word break why? #100714
    Pratik
    Member

    Hi Micke,
    By default, mozilla breaks the word up. To disable it, you can try following code in Appearance=> Custiomize=> Theme Options=> Custom CSS box:

    
    p {
      hyphens: none;
    }
    

    Please post in your site url and problem link if this does not work.

    Regards,
    Pratik

    in reply to: Height of feature slider #100686
    Pratik
    Member

    I have answered you here: https://catchthemes.com/support-forum/topic/height-of-feature-slider-2/

    Please refrain from adding multiple posts with same issue.

    Regards,
    Pratik

    in reply to: Height of feature slider #100685
    Pratik
    Member

    Hi @ipswichcatholic,

    I checked your site url and you seem to be using TwentySixteen WordPress theme. Please set it to Clean Journal and I will provide you with further assistance.

    Regards,
    Pratik

    in reply to: Change menu height #100683
    Pratik
    Member

    Hi Kjell,
    Can you please post in your site url?

    in reply to: Author Tag missing #100639
    Pratik
    Member

    Just a few notes:
    * Just checking, have is your child theme active?
    * Also, is there any caching/compression plugin activated, I am not able to see anything when viewing source?

    in reply to: Author Tag missing #100541
    Pratik
    Member

    Hi Frank,
    You will need to use child theme as this is not a bug. This is how it is supposed to be. Since yours is special case, you will need to make modifications via child theme.

    About the settings, you will need to setup the settings same as parent theme for child theme as well.

    Regards,
    Pratik

    in reply to: Comments on website show code #100246
    Pratik
    Member

    It is a issue in the theme. It will be solved in next update. If you want it solved asap, please replace line 642 in full-frame/inc/fullframe-core.phpwith following line:

    
    <?php printf( __( '%s <span class="says">says:</span>', 'full-frame' ), sprintf( '<cite class="fn">%s</cite>', get_comment_author_link() ) ); ?>
    

    Regards,
    Pratik

    in reply to: Comments on website show code #100241
    Pratik
    Member

    I got it. No need for link. I will check and send you the results soon.

    in reply to: Comments on website show code #100240
    Pratik
    Member

    Can you send me the link of the page with this issue?

    in reply to: Comments on website show code #100108
    Pratik
    Member

    Hi Harrij,
    It looks like plugin issue. Please deactivate all your plugins and see if problem persists. If it goes away, try activating the plugins one by one until you find the culprit one.
    For plugins, please ask for support in their plugin support forum.

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Limiting Pages on top section of home page #99938
    Pratik
    Member

    Thank you for the appreciation. If you liked our free theme and support, please leave us your valuable review at : https://wordpress.org/support/theme/clean-magazine/reviews/#new-post

    Regards,
    Pratik

Viewing 20 posts - 1,201 through 1,220 (of 2,006 total)