Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@XavierC You will have to edit the code for this. You could just add the following code just after the attitude_theloop_for_template_blog_image_large function starts in the content_extensions.php file in line around 414.
if( have_posts() ) { while( have_posts() ) { the_post(); the_content(); } }
Also, please make the child theme to make this customization so that you won’t lose the changes when you update the parent theme.
Sanjip ShahParticipant@miyukisaegusa You need to set the featured image for every gallery post. Did you do that? The recommended size is 474 * 342px. So, when you set the featured image size of 600*460px then automatically the 474*342px size image will be created so Image size should not be the issue. If you are still facing the issue, then you can send us your temporary username and password via https://www.themehorse.com/contact-us/free-support/ ( NOT HERE ) and I will look into it.
August 15, 2013 at 11:50 am in reply to: how to "News From Our Blog"to appear at footer widget #3268Sanjip ShahParticipant@Emmykk You could install some ‘Featured Widget Plugin’ from wordpress.org and use this widget in the footer widget. Hope this helps.
Sanjip ShahParticipant@miyukisaegusa If you are trying to use the Gallery provided within the Attitude Pro then follow the instructions here https://www.themehorse.com/theme-instruction/attitude-pro/#gallery.
Sanjip ShahParticipant@Dominik When you are creating the layers with the layer slider. You will see ‘Edit CSS File’ in the ‘Layer Params’ Options box.
Click on it, make the css changes there as you like and then click on ‘Update’ button. Hope this helps.Sanjip ShahParticipant@laode_aman Our theme Clean Retina is a responsive theme so it will look fine for all size devices. Our theme is not a mobile only targeted theme so what you are trying to do may not work.
August 15, 2013 at 11:20 am in reply to: "read more" is not a text link on mobile why or a bug #3262Sanjip ShahParticipant@Emmykk I just checked you site in iphone and other smaller phones and it looks all fine.
Sanjip ShahParticipant@manelequinocci Great!
Sanjip ShahParticipant@Emmykk Please provide a link to your site, we will look into it.
Sanjip ShahParticipant@tashi You could add the site title but it will redirect to home page when you click on it. I don’t think this is what you are looking for. Currently there is no such option. You will have to hire a developer to make the necessary customization.
Sanjip ShahParticipant@ms-lisaackergmail-com I could not get completely get what you are trying to do. Our theme has the option to show either logo or header text. So, if you want to show the logo and header text (site title and tagline) then you could create a new image which consists of both the logo and header text within the image and use this image as header logo. To set the header logo, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom Header.
Sanjip ShahParticipant@uce_trappedhotmail-com Our gallery uses the featured image so you can only upload the image for this section. The gallery in our pro theme may not support video clip linking, embedding, HTML5 players etc. You may have to hire a developer to integrate this feature in our theme. Thanks.
August 12, 2013 at 11:07 am in reply to: Changed colors in CSS, updated, and now entire site is vertical! Help! #3178Sanjip ShahParticipant@buildingblockscelina Just visited your site and it looks fine. Is the issue still there?
Sanjip ShahParticipant@hmatzell Making a new footer.php in you child theme and pasting this code inside it won’t do the changes that you are trying to make. You need to paste this code inside the functions.php file of the child theme. As the only credit we get after giving a theme for free is a link in the footer. So, we would appreciate it if you could still put our link in the footer. Thanks.
Sanjip ShahParticipant@vanesa Please write your additional css in the custom css so that you won’t lose the changes when you update the theme. If you directly make customization to the theme file you will lose the changes when you update the theme. So, using custom css option is a better approach if you want your changes to still remain when you update the theme.
-
AuthorPosts