Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@manelequinocci You could use the same widget again below the widget. Now for this just add the pages and not the titles and description. Hope this helps.
August 12, 2013 at 10:47 am in reply to: Limiting 'previous' and 'next' post links to stay within categories #3172Sanjip ShahParticipant@lisapieca Welcome! 🙂
Sanjip ShahParticipant@guylupton Could you provide a link to the page where you are facing this and we shall provide you the custom css to fix this.
Sanjip ShahParticipant@yopaulie5 I just visited you site and the icons are there. It may be due to browser caching, it should be fine now.
August 12, 2013 at 10:36 am in reply to: contact form when you generate tag it doesn't match existing look #3168Sanjip ShahParticipant@yflyjump You can contact the contact form 7 author/support, they might provide you better support regarding the special symbols in between the number. Contact form 7 has already its validation so I think there is no need to add the validation.
Sanjip ShahParticipant@yflyjump Okay Great!
Sanjip ShahParticipant@yflyjump Use a single service widget instead of two. Inside the service widget you will see there are options to include six pages that you like. Use the pages that you want in the dropdown option within the single service widget and the services will appear side by side instead of one after another in vertical alignment.
Sanjip ShahParticipant@yflyjump It will be difficult to get the background color for the text and border for the text as they don’t have a specific selector covering all the text part just below the slider. However what you could do is, you can go to theme options->Design Options Tab->Color Options and change the content color from there. Please try this.
Sanjip ShahParticipant@MichaelJJ I just checked it and it is all fine. In the smaller devices the design will fit in accordingly. This trend is called Responsive Design. If you view the site in devices like ipad( landscape 1024*768), iphone etc the design will fit in accordingly.
Sanjip ShahParticipant@MichaelJJ Could your site link and some screenshots on both of your laptops so that we can understand your issue better.
Sanjip ShahParticipant@rachelabills In the dashboard, go to Apppearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.home .entry-meta .category { display: none; }
You could set the featured image for the post and it will appear with the summary posts.August 7, 2013 at 6:39 am in reply to: How to add a secondary menu to Attitude Pro WordPress theme? #3075Sanjip ShahParticipant@jnasevich Thanks for sharing. 🙂
August 6, 2013 at 7:06 am in reply to: Limiting 'previous' and 'next' post links to stay within categories #3049Sanjip ShahParticipant@lisapieca The code that you should edit is inside the theme folder->library folder->structure folder->content-extensions.php The related code is inside attitude_next_previous_post_link function in line around 798. Hope this helps you and also make a child theme for this customization so that you won’t lose the changes when you update the theme. Thanks.
August 6, 2013 at 6:51 am in reply to: How to add a secondary menu to Attitude Pro WordPress theme? #3048Sanjip ShahParticipant@jnasevich Please add this code
add_action( ‘init’, ‘attitude_remove_parent_function’ );
just above the code that I previously provided. Just before this part/** * Removes parent function attached to hook */ function attitude_remove_parent_function(){ remove_action( ‘attitude_header’, ‘attitude_headerdetails’, 10 ); }
Hope this will solve your issue.
Sanjip ShahParticipant@yflyjump Please provide a link to the page containing the text section on which you want to apply the borders.
-
AuthorPosts