Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@suresh-kumar
.page h2 { display: none; }
This is the css that is making the site tagline to be hidden, remove it and it shall appearNovember 28, 2013 at 8:17 am in reply to: Possible to have a second business page (with different widget pages)?? #5415Sanjip ShahParticipant@siredgar Okay. Great.
Sanjip ShahParticipant@BlackWidow In that case if the client could upload images of different size then this problem will also rise there. So, it is better to use some other gallery plugins. About our gallery we will think about this in our future updates.
Sanjip ShahParticipant@casnyc In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Try the following css and click on ‘Save all Changes’.
.service-item .service-icon { border-radius: 0; background-color: rgba(255, 215, 0, 1); }
November 27, 2013 at 6:15 am in reply to: Possible to have a second business page (with different widget pages)?? #5392Sanjip ShahParticipant@siredgar In this post https://www.themehorse.com/support-forum/topic/possible-to-have-a-second-business-page-with-different-widget-pages/#post-5308
Please add the opening php tag<?php
just after this codefunction attitude_business2_template_widgetized_content() { ?> <div id="content"> <?php if( is_active_sidebar( 'attitude_business2_page_sidebar' ) ) { // Calling the footer sidebar if it exists. if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar( 'attitude_business2_page_sidebar' ) ): endif; } ?> </div><!-- #content -->
Sanjip ShahParticipant@BlackWidow The order is dependent on the date of publish, you can edit the date of publish this way you can edit the order as well.
If you upload the images of equal sizes this should not be a problem, when you upload the image of different size while cropping the images may not be equal in height as well so that is causing the issue.Sanjip ShahParticipant@BlackWidow Okay. About the image question, I think you are asking about changing the cropping position. WordPress by default crops the image form the centre point. There might to be some plugins to changing the cropping position, you can search for those. You can also try this plugin http://wordpress.org/plugins/thumbnail-crop-position/
November 26, 2013 at 6:17 am in reply to: Possible to have a second business page (with different widget pages)?? #5373Sanjip ShahParticipant@siredgar All looks fine to me, can you check the code ofpage_template_business2.php file.
Sanjip ShahParticipant@BlackWidow I think Add featured image for this post this is the place where you went wrong, just a guess though. I think you have added the image in the content of the page. You need to add the featured image. If you see in the screen when adding the gallery post you will see a Featured image option box. Then click on set featured image link and set the featured image from there and click on ‘Update’. Try this and see if this solves the issue. If the issue does not get solved, then you can send your temporary username and password via our contact page not here and I will look into it.
November 25, 2013 at 11:48 am in reply to: Possible to have a second business page (with different widget pages)?? #5361Sanjip ShahParticipant@siredgar Did you create this file page_template_business3.php and write the corresponding code. Please paste the complete code of this file and I will look into it.
Sanjip ShahParticipant@patricia I also looked into it and could not found any use of it anywhere till now. You can put your query to the plugin author/support, we will also do the same and if we get any info on this we will pass it to you.
November 25, 2013 at 9:47 am in reply to: None of the code I enter into Custom CSS is working! #5358Sanjip ShahParticipant@Mnavid You can write the custom css on your own or hire some developer for this. In our free version we do not provide this support, you will have to purchase the pro version or hire a developer who can provide you the custom css. Thanks.
Sanjip ShahParticipant@euanmbe Try the following css.
#main { background-color: rgba(255, 255, 255, 0); }
November 25, 2013 at 9:37 am in reply to: Advance Option – Homepage/Frontpage Category Settings not working #5356Sanjip ShahParticipant@kiki58 Okay. Great.
Sanjip ShahParticipant@Jesus Okay. Great.
-
AuthorPosts