Forum Replies Created

Viewing 20 posts - 1,501 through 1,520 (of 2,016 total)
  • Author
    Posts
  • in reply to: lost widgets #91218
    Pratik
    Participant

    Hi @Barb,
    Do you have issues with the slider? Please let me know what exactly is the issue as I am a bit confused with the actual issue.

    By inquiries, what do you mean? I do not think this is related to theme, as out themes do not provide that kind of functionality. Let me know if I am wrong.

    Regards,
    Pratik

    in reply to: Slider #91216
    Pratik
    Participant

    Hi @lusimarioochoa,
    It is not possible to setup different content on different pages. Theme has only three options and that too for same content.

    If you want something like that, then you need to consider hiring a customizer.

    Regards,
    Pratik

    in reply to: lost widgets #91172
    Pratik
    Participant

    Hi @Barb,
    Please post in your site URL. Also, let me know which pages has problems.
    For Slider, please follow these isntructions: https://catchthemes.com/theme-instructions/catch-box/#featured-slider

    Regerds,
    Pratik

    in reply to: Error in footer #91009
    Pratik
    Participant

    Hi @Rafalwerez,
    This option is only available in pro version of the theme. It has other various features as well. Here is the Pro version and here are its features.

    Regards,
    Pratik

    in reply to: Too long page titles, ipad landscape design broken #91006
    Pratik
    Participant

    Hi @Erik,
    The design is not broken. It is how it was designed to be. If you want the logo to be centered in landscape mode as well, add following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS:

    
    @media screen and (max-width: 1024px) {	
      #header-left {
    		width: 100%;
    	}
      #site-logo {
    		clear: both;
    		display: block;
    		float: none;
    		margin: 0 auto;
    		padding: 0;
    		text-align: center;
    	}
    	#hgroup-wrap img {
    		display: inline-block;
    	}
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Post Categories #90937
    Pratik
    Participant

    I do not know what you mean – it is too technical.
    I set up each page url and now they are different.
    I don’t understand this.
    I would like the urls to be what they were.

    Please hire a professional if this is not understood. I have even degubbed your error and given you the results and this is not Theme Related Issue.

    I changed the permalink settings back to “post name” so I have my page and post urls the way I had them before.
    But now when I select a category, the page for that cateogry does not appear. It says “oopps that page can’t be found.”
    There is nothing in the directions online about making categories that suggests I need to change all my urls – including for all pages – in order to have post cateories.

    I have said it again and again, there is issue with the permalinks. I have even shown you that it is solved when you use Plain Permalinks. This is not an issue related with the theme itself.

    It looks like each cateogry needs a page – so the question is – how do I create a category that shows some selected posts? I have the posts in the categories and I have added the categories in the Posts/ categories.
    I just need simple directions for setting up cateories of posts so they appear both on the main blog page and the cateogry page.

    This is indeed possible but will be too technical.
    1. This is usually achieved by the method that is not working for your site.
    2. Another way is to make a page template and control the posts via WP_Query. For this, you will need detailed knowledge about following:
    * Child Theme
    * Page Templates
    * Ref: https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/
    * Ref: https://premium.wpmudev.org/blog/creating-custom-page-templates-in-wordpress/

    in reply to: Post Categories #90923
    Pratik
    Participant

    Hi @hollyeh,

    I can give you a hint as there is problem with .htaccess generation when changing permalinks and this is server level issue, so to solve it, you need to contact your server or someone with that kind of knowledge.

    Regards,
    Pratik

    in reply to: Post Categories #90921
    Pratik
    Participant

    Hi @hollyeh,

    First, for blog page, it was showing error page because you had not select any category in “Appearance=> Customize=> Theme Options=> Homepage/FrontPage settings”, so there was no posts to be displayed.

    Second, for the Category Links, there is some issue with Permalinks. I changed to plain and everything seems to work fine. Please remove the “New Post” for testing purposes. To make other permalink settings work, you will need to contact your server or a professional as this is outside our theme support scope.

    Let me know if all the issues are resolved or not.

    Lastly, it is recommended to upgrade all themes and plugins to latest version. Since there are quite a few plugins(48 active and 17 needed updates), please seek professional help for this. There is a great risk of being hacked if the themes and plugins are not updated.

    Regards,
    Pratik

    in reply to: Post Categories #90914
    Pratik
    Participant

    Can you check your email, I sent an email at [email protected]

    in reply to: Post Categories #90907
    Pratik
    Participant

    Lets solve this one by one, its confusing as you are describing several issues at once.

    in reply to: Post Categories #90906
    Pratik
    Participant

    In you Settings=> Permalinks page, you should have options as in this image: https://codex.wordpress.org/File:permalink-settings.png

    Just change it to any other option than your current option.

    For lost blog page: let me know what pages and options you have selected under Settings=> Reading=> Front Page Displays

    For the answer, please follow the steps, the error occurs sometimes due to permalinks. If you do not know what permalink is, then just change the option that I have described.

    in reply to: Slider #90894
    Pratik
    Participant

    Hi @luismarioochoa,

    I get it now, can you try this:
    1. Goto Appearance=> Customize=> Featured Slider
    2. Under Select Slider Type Select Featured Post Slider
    3. Then you will be able to scroll below(notice the scroll bar lengthens), which will have Featured Post 1, Featured Post 2 boxes
    Ref: Screenshot
    4. Then in the box, add in the ids of your post. If you do not know how to find your post’s ID, then please install Catch IDs plugin or Catch Web Tools Plugin and enable Catch IDs Module

    Tutorial is here: https://catchthemes.com/theme-instructions/full-frame-pro/#enable-featured-post-slider

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Featured Content #90893
    Pratik
    Participant

    Hi @Sunshine,

    I get it now, can you try this:
    1. Goto Appearance=> Customize=> Featured Content
    2. Under Select Content Type Select Featured Post Content
    3. Then you will be able to scroll below(notice the scroll bar lengthens), which will have Featured Post 1, Featured Post 2 boxes
    Ref: Screenshot
    4. Then in the box, add in the ids of your post. If you do not know how to find your post’s ID, then please install Catch IDs plugin or Catch Web Tools Plugin and enable Catch IDs Module

    Tutorial is here: https://catchthemes.com/theme-instructions/clean-box-pro/#enable-featured-post-content

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Post Categories #90890
    Pratik
    Participant

    hi @hollyeh,
    Can you change the permalink by going to Dashboard=> Settings=> Permalinks to any other and then see if the 404 errors go away. You can revert to your old settings afterwards.

    This will rewrite your .htaccess files.

    in reply to: Promotion Headline Issue #90862
    Pratik
    Participant

    Ok, so because of security issues, the images and all HTML tags were blocked in the promotion headline. But now, we can allow it.

    To do this, you have two options:
    1. Wait for new theme update as I have updated the options to take some html value. This may take some time because the release date is yet to be finalized.(Only major security issues get updated asap)

    2. You can update some code. For that, go to theme file adventurous/inc/panel/adventurous-theme-options.php and replace the old block at lines 1405 to 1410 with new code block:
    Old code:

    
    if( isset( $input[ 'homepage_headline' ] ) ) {
    	$input_validated['homepage_headline'] =  sanitize_text_field( $input[ 'homepage_headline' ] ) ? $input [ 'homepage_headline' ] : $defaults[ 'homepage_headline' ];
    }
    if( isset( $input[ 'homepage_subheadline' ] ) ) {
    	$input_validated['homepage_subheadline'] =  sanitize_text_field( $input[ 'homepage_subheadline' ] ) ? $input [ 'homepage_subheadline' ] : $defaults[ 'homepage_subheadline' ];
    }
    

    New Code:

    
    if( isset( $input[ 'homepage_headline' ] ) ) {
    	$input_validated['homepage_headline'] =  wp_kses_post( $input[ 'homepage_headline' ] ) ? $input [ 'homepage_headline' ] : $defaults[ 'homepage_headline' ];
    }
    if( isset( $input[ 'homepage_subheadline' ] ) ) {
    	$input_validated['homepage_subheadline'] =  wp_kses_post( $input[ 'homepage_subheadline' ] ) ? $input [ 'homepage_subheadline' ] : $defaults[ 'homepage_subheadline' ];
    }
    

    Now, option 1 is safer option but you might need to wait a bit however option 2 is faster but you need some knowledge of editing files and some coding or you might end up destroying the site. Taking a backup before performing this is very much recommended.

    Use Option 2 at your own risk

    Let me know how it works out.

    Regards,
    Pratik

    in reply to: Promotion Headline Issue #90860
    Pratik
    Participant

    I will need to see the site because I need to check the html codes.

    in reply to: Social Media Link to share a post #90855
    Pratik
    Participant

    Hi @Markus,

    This functionality can be handled via a plugin. We recommend JetPack Sharing Plugin module.

    Just install the JetPack Plugin, make sure the Sharing Module of JetPack is enabled and then, follow the instructions here: https://jetpack.com/support/sharing/.

    Also, any other social sharing plugin in WordPress.org Repo should work without a hitch.

    Let me know how everything goes.

    Regards,
    Pratik

    in reply to: Promotion Headline Issue #90854
    Pratik
    Participant

    Hi @officedogs,

    Can you post in your site url?

    Regards,
    Pratik

    in reply to: Slider #90853
    Pratik
    Participant

    hi @luismarioochoa,
    Thank you for purchasing Full Frame Pro. For slider details, please visit Theme Instructions #Featured Slider.

    Let me know if you have further troubles.

    Regards,
    Pratik

    in reply to: Post Categories #90840
    Pratik
    Participant

    HI @[email protected],
    What you have done is the way to do it. Can you check the post and see if the post belongs to the new category?

    To change the order of categories, it is possible, but that support falls outside our theme support scope. I would recommend to find a plugin that can achieve this in WordPress.org Plugins repo

    Regards,
    Pratik

Viewing 20 posts - 1,501 through 1,520 (of 2,016 total)