Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @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,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantHi @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-sliderRegerds,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantI 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/Pratik
ParticipantHi @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,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantCan you check your email, I sent an email at [email protected]
Pratik
ParticipantLets solve this one by one, its confusing as you are describing several issues at once.
Pratik
ParticipantIn 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.
Pratik
ParticipantHi @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 ModuleTutorial is here: https://catchthemes.com/theme-instructions/full-frame-pro/#enable-featured-post-slider
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @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 ModuleTutorial is here: https://catchthemes.com/theme-instructions/clean-box-pro/#enable-featured-post-content
Let me know how it goes.
Regards,
PratikPratik
Participanthi @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.
Pratik
ParticipantOk, 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,
PratikPratik
ParticipantI will need to see the site because I need to check the html codes.
Pratik
ParticipantHi @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,
PratikPratik
ParticipantPratik
Participanthi @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,
PratikPratik
ParticipantHI @[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 -
AuthorPosts