Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@danielsteeves I think this is the way the rev slider works. May be you will have to set the bigger font so that it will respectively be bigger for the smaller screens.
Sanjip ShahParticipant@XavierC Currently there is no such option for the tags,category or archive view.
Sanjip ShahParticipant@ka222 In the dashboard, go to Theme Options->Custom CSS. Paste the following css, replace the font and click on ‘Save all Changes’. See if this helps.
.featured-text .featured-title { font: 24px/30px 'Philosopher',sans-serif; }
Sanjip ShahParticipant@Themehorse As this is related to Event Manager plugin, perhaps the plugin author/support might provide you better support. Also, the plugin may not be fully compatible with our theme.
Sanjip ShahParticipant@debthewebuk Please go through the instructions here https://www.themehorse.com/theme-instruction/clean-retina-pro/#corporatetemplate. Don’t select the home page as Corporate in the Home Page layout options. Use the method in the instruction and set this page a home page from Settings->Reading.
Sanjip ShahParticipant@randey132 OKay. Great.
Sanjip ShahParticipant@codyblum For you first post, the child theme code that you have used in style.css is fine. About the HTML validator error, please don’t worry about that. We have made our theme in latest HTML5 and CSS3 standards. The HTML validator does not recognize the latest HTML5 tags.
About your second post, In the theme folder, go to library folder->structure folder->content-extensions.php file. Copy this function from there attitude_theloop_for_page and paste in the functions.php file of your child theme and make your customization there. You may also have to hire a developer if you are not so much familiar with making the child theme and customization ways.Sanjip ShahParticipant@daeruin Okay. Great.
Sanjip ShahParticipant@suresh-kumar Okay. Great.
Sanjip ShahParticipant@daeruin Just visited the page and it looks fine to us. The drop down in the page is taking only the width of the drop down selector and not the full width.
Sanjip ShahParticipant@randy132 For unique templates that are templates other than the default one the title of the page will appear in the header part and for normal template that is the default template the title will appear in the content part. We have designed the theme that way and we have done this to highlight the page title of the unique templates.
Sanjip ShahParticipant@randey132 It looks like you have edited the css file in the random manner and have edited the css inside the media queries also in a random manner. In our theme css we have a css like
@media only screen and (max-width: 1078px) { .wrapper { width: 708px; } .container { width: 668px; }
And checked your site you have changed it with
@media only screen and (max-width: 1078px) { .wrapper { width: 800px; } .container { width: 1078px; }
which is causing the issue. Also you have made many other changes affecting the responsiveness. If you are unfamiliar with media queries and responsive css, I suggest you to hire a developer to make the changes.
Sanjip ShahParticipant@franky_joe You will have to make changes to this function attitude_display_gallery_four_column_content or attitude_display_gallery_three_column_content or attitude_display_gallery_two_column_content as per which template you want to make changes to.
You may have to hire a developer for this if you are unfamiliar with coding. Also make a child theme for this so that you wont lose the changes when you update the theme. Or you may also use gallery plugins for this, some may provide what you are looking for.Sanjip ShahParticipant@fstrecke If you are admin then you can access all the pages and features in the dashboard, if you are not being able then this might be the issue with host, these sorts of issues are not related to the theme as we have coded our theme in WP standards.
Sanjip ShahParticipant@torch You can try using the heading tags like.
<h3>Dates for 2014 Camp</h3>
-
AuthorPosts