Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
Hi Juan,
This theme is translation ready meaning that you can create language files for another language. Say, you can create spanish language file and load it to show the website in spanish language.
Where as WPML plugin compatibility feature is a different thing which allows your site to be in different languages at the same time so that visitors can click on the flags and switch the language to view the site in the choice of their language. We are sorry but this feature/compatibility is not available in the theme. Using this plugin, you may be able to translate most of the part of your site but yet it will not be 100% compatible. For the 100% compatibility you may need to hire a developer on this one. Thanks.
April 12, 2014 at 12:19 pm in reply to: Error: Missing required field "updated" – Google Webmaster #9459Sanjip ShahParticipantHi,
Firstly, open this file content-extensions.php. This file is located inside theme folder->library folder->structure folder. Go to lines around 141. Find the following code
<span class="by-author"><?php _e( 'By', 'cleanretina' ); ?> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></span> <span class="date"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_the_time() ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span>
and replace with following
<span class="by-author vcard author"><span class="fn"><?php _e( 'By', 'cleanretina' ); ?> <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></span></span> <span class="date updated"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_the_time() ); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span>
Now, these lines of code also appears in other lines (for other functioning like single page, archives etc.). Go to other lines 330, 500, 616 and 737 within the same file and repeat the same. Checked your above code and it looks that you missed to add one closing
</span>
which may have caused the code to break. Hope this helps.March 12, 2014 at 7:39 pm in reply to: need main nav bar child links to appear on parent activation #8682Sanjip ShahParticipantWe are sorry to hear all the hard time that you had. We will be taking this as feedback and try to improve the color and patterns options.
Sanjip ShahParticipant@rachelabills Please go through the instructions here https://www.themehorse.com/theme-instruction/attitude-pro/#blogpage. Hope this helps.
Sanjip ShahParticipantFor the first question,
You will need to find this line which is located in theme folder->library folder->structure folder->header-extensions.php file. Go to lines around 200.<h1 id="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> </a> </h1>
Replace it with
<h1 id="site-title"><?php bloginfo( 'name' ); ?></h1>
For the second question, you will need to load font that you want via coding or via some plugins and write the custom css to use it.
Sanjip ShahParticipant@Tryffel Just checked you site and I don’t see the css that I provided is not added to the custom css option. Can you check on that. About the box behind the slider, have you changed any of the css. You can try re installing the theme.
Sanjip ShahParticipantWith the purchase of theme, we provide our customers help on using the theme features, fix the bugs and provide few lines of css tweaks. In this case, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. See if this helps.
.home #main.container { max-width: 1038px; }
Sanjip ShahParticipantHi Rikkie, In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Give it a try and see if this helps.
@media only screen and (max-width: 767px) { .featured-slider { display: none; } }
Sanjip ShahParticipantCheck the css code and it looks all fine. About the dark BG patterns, we will take this as feedback and try to improve it in our version updates.
Sanjip ShahParticipantI checked this with other sites as well and they are appearing same for other sites (XML code). So, I guess this has changed to way like this. I would be looking into it more and pass it to you if I get something on this.
Sanjip ShahParticipantHi, You can try the following css.
1..page-id-807 #branding { display: none; }
2. I could not see the footer part on your site include the social media icons. Did you change anything? If this is some issue that you are facing, try re installing the theme and see if this helps.Sanjip ShahParticipant@Renee Okay. Great!
Sanjip ShahParticipantHi Kathy, If you follow the instrutions in this https://www.themehorse.com/theme-instruction/clean-retina-pro/#corporatetemplate, you will be able to create page just like in our demo. Now, you can go to Reading-Settings. Check on ‘static front page’ and set this (the one using the corporate template) as front page and click on ‘Save all Changes’.
But with this template for the top section you can only use the pages within your site as redirect link. If you want to redirect the links to external sites, I fount this plugin which does the same http://wordpress.org/plugins/page-links-to/. Give it a try and see if this helps you.Sanjip ShahParticipantHi, in WordPress there is feature to rotate the posts with next/previous button. But I don’t think there is a feature to do the same for child pages of a parent page. There may be plugin for this, which you can try searching in wordpress.org/plugins.
Sanjip ShahParticipantHi, for the first question.
In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Chagnes’.#access { border: medium none; }
For the second question, the menu is placed below the header image. We have designed the theme way. If you use a slider just like in our demo the menu will appear above it. If you want the menu above the header image. It will need coding and corresponding css changes for which you may need to hire a developer.
-
AuthorPosts