Forum Replies Created
-
AuthorPosts
-
April 25, 2014 at 9:09 am in reply to: Used custom css to adjust the alignment of my menu, mobile version is now off #9720
Theme Horse Support Team
KeymasterHi jwoodcscs
I Think it may be the plugin issue. You have added the plugin to view how you site look like in mobile version. And still there is some overlapping content etc then your need to custom code if you are good in coding otherwise you may ask to the developer for help.
Regards
SunilTheme Horse Support Team
KeymasterOk Great flatrock 🙂
Regards
SunilTheme Horse Support Team
KeymasterThankyou for your sugestion Locka 🙂
Regards
SunilTheme Horse Support Team
KeymasterHi Lorenz
Actually what you did i dont know ? Just go to the widgets of you new installation and check there is some data or not ? If there is missing some data then add it again. If there is already data then once add it and check. Hope this may work for you.For the slider problme. Just go to the theme options and have a look is there all data or not ? and once just check the url too. Is it your current url or not ?
If still you are getting the problem then send us your username and password in our contact-us . We will try to help you.
Regards
SunilApril 25, 2014 at 8:46 am in reply to: Quit "read more" link from Theme Horse Widgets: Service #9716Theme Horse Support Team
KeymasterHi Juan
We are sorry that we cannot edit code because we have designed our theme on this way. If you really like to change the code then first better make chlid theme and only customize the code.Because if you update our new version then all your customization code will be lost. So better make child theme.There is content-extension.php
there is one function name
attitude_business_template_widgetized_content()
from here you are getting sidebar
you go to the attitude\library\widgets\attitude_widgets.php
there is a class name
class attitude_service_widget extends WP_Widget {
Under this class there is function name
function widget( $args, $instance ) {
at below there is code
<a class="more-link" title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>"><?php _e( 'Read more','attitude' ); ?></a>
remove this code
Hope this helps you.
Regards
SunilTheme Horse Support Team
KeymasterHi Kelsey
We are sorry for that. We have designed our theme in this way. You can custom code to have this functions but recently we are not having this features.
Regards
SunilTheme Horse Support Team
KeymasterOk Great
Regards
SunilApril 25, 2014 at 8:14 am in reply to: When I inspect my webpage I get – "Uncaught SyntaxError: Unexpected token < " #9713Theme Horse Support Team
KeymasterHi theburgernerd
thankyou for your sugestionRegards
SunilTheme Horse Support Team
KeymasterHi
I think you have added a lots of custom coding here in this site. I saw the code you have placed in the forum. Once first deactivate all the plugin and custom css and try it.I also recommened you to add the new fresh attitude theme. But if you have code customization then all your data will be lost.
If you are customizing the code then dont update fresh theme. To fix the problem you may even hire the developer. Because our theme is working fine and you can also even look to the demo site. If there is working fine then it must work on your site too.Regards
SunilTheme Horse Support Team
KeymasterHi LMKWeb
Though you set the wide or narrow layout the menu will cover the 978px and it will be center aligned. We have designed the theme that way.
2. For the wide layout the background will be ineffective as the content are will cover the whole width. The background will only be used if narrow layout is selected.
3. In our demo we are using the narrow layout.the default size for narrow layout and wide layout is this
add_image_size( 'slider-narrow', 1038, 460, true ); // used on Featured Slider on Homepage Header for narrow layout add_image_size( 'slider-wide', 1400, 460, true );
it is inside attitude-> functions.php
Regards
SunilTheme Horse Support Team
KeymasterHi flatrock
I think you have edited some of our code. It must work, just look to our demo site if there is ok then it must work on your site too.
Have you installed any plugins? If yes then deactivate the plugin and once remove the custom css if you have implemented. This must work.Regards
SunilTheme Horse Support Team
Keymasterhi shruthinambiar
If you want to add the embedded slider then you need custom coding for this. we have implemented our theme this way. We support only the theme issue.The code is inside attitude-> library -> structure -> header-extension.php
From here you can remove it but we recommened not to change the code. Because if you change the code then while updating to our new version all your customization code will be lost.So better make child theme and first unhook the function first. And then you can add plugin and use the code to display the slider.
If you couldnot do this then better hire a developer to fix the issue
Regards
SunilTheme Horse Support Team
KeymasterHi Jetse
I could not see the header image in positiefafwijkend.nl
Could you add the image and repost the issue.
Regards
SunilTheme Horse Support Team
KeymasterHI bdavisdesigns
Could you send me your site url ? So that i will look once and try to fix your problem.
Regards
SunilTheme Horse Support Team
KeymasterHi Adaphobic
We just visited your site. Responsive is working fine in firefox.
Please visit our demo site https://www.themehorse.com/preview/attitude on the same environment. Is there a same issue ? If not something is wrong with your site.Regards
Sunil -
AuthorPosts