badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Sanjip Shah

Forum Replies Created

Viewing 15 posts - 316 through 330 (of 846 total)
  • Author
    Posts
  • in reply to: iphone menu issue with Firmasite plugin #7023
    Sanjip Shah
    Participant

    @Sara Okay. Great.

    in reply to: Revolution Slider Auto Pause when Video is played #7022
    Sanjip Shah
    Participant

    @Flow I checked your site, rev slider video and yes as you said for your site the transitions are happening though I play the video. Also, I noticed if you click on the full screen view of the video then visitors can view the video that way more conveniently. But if I get something on this I will pass it on to you. I will be making some tests, I think other effects also effects this as the slider I created was simple one with just background image, a simple video layer and text layer.

    About the second question. I think that is the background color/image (image in this case). So, I suggestion you to go to Appearance->Theme Options->Design Options Tab->Site layout options. Set there narrow layout then click on ‘Save all Changes’. Then go to Appearance->Background. Remove the image there and set the color. Save the changes. Then you can switch again back to the wide layout form the ‘Site layout options’. Also, your site looks awesome :).

    in reply to: Reduce height of the menue #7020
    Sanjip Shah
    Participant

    @pixelanddmore Okay. I will check on it in our support emails.

    in reply to: featured images – Remove border and show original size #7019
    Sanjip Shah
    Participant

    @Juan Okay. Great.

    in reply to: remove next previous link #7018
    Sanjip Shah
    Participant

    @Mario like this.. I think you you forget to mention the link. We only provide simple few lines of css tweaks if it needs more changes then for that case you will need to hire a developer.

    in reply to: Can You Disable The Page Links From Each Slide In Slideshow? #6982
    Sanjip Shah
    Participant

    @sw23185 You can visit this link https://www.themehorse.com/support-forum/topic/removing-links-on-featured-slider/. Though this is for our other theme Clean Retina but the process is almost same. Hope discussion in this thread will help you.

    in reply to: Category Stop Listing All Posts #6981
    Sanjip Shah
    Participant

    @Trina Just visited you category page and I can see all the posts there. Is the issue still there?

    in reply to: Changing Font Color #6980
    Sanjip Shah
    Participant

    @MairiaM Changing the fonts color for the different elements; this feature is available in the pro version. You can purchase the pro version if you like as it provides greater amount of flexibility to change the colors of different elements all over the theme.
    However, I will help for this one request. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .entry-title, .entry-title a {
        color: #555555;
    }
    .entry-content {
        color: #555555; 
    }

    You can change the color code to your choice http://www.colorpicker.com/. Hope this helps. 🙂

    in reply to: Wide Layout slider height #6979
    Sanjip Shah
    Participant

    @White Falcon I rechecked on it and yes like you said the height it also fixed to 460px. For this you will have to edit the code.
    Go to the theme folder and open this file functions.php. Look for the following lines of code

    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 ); 			// used on Featured Slider on Homepage Header for wide layout

    You can make changes there. After changing the file size you will have to regenerate the images with the new sizes. You can regenerate the images with this plugin.

    Also, I suggest you to make a child theme to make these changes so that you won’t lose the changes when you update the theme. You may also need to hire a developer on this one.

    in reply to: Adding Sidebars to Single Post Pages #6978
    Sanjip Shah
    Participant

    @Trina Okay. That’s great to hear.. 🙂

    in reply to: Change social media icon? #6977
    Sanjip Shah
    Participant

    @John828 For the desktop view you will also have to edit this images social-icons.png which contains all the social icon images. Also, make a child theme to edit these images so that you won’t lose the changes when you update the theme.

    in reply to: Revolution Slider Auto Pause when Video is played #6976
    Sanjip Shah
    Participant

    @Flow I just checked it out with the revolution slider and a youtube video in my local testing environment. I played the video and the transition stopped and the video kept on playing. When I paused the video it continued with the transition with the other slides. Also I was not hovering over the slide to stop the transition. Can you recheck on it? Can you provide a link to your page having revolution slider and this scenario?

    in reply to: Reduce height of the menue #6975
    Sanjip Shah
    Participant

    @pixelandmore Can you provide a link to your page? It would be easier for me to understand the issue and what changes are being reflected.

    in reply to: featured images – Remove border and show original size #6974
    Sanjip Shah
    Participant

    @Juan If you see our recommended image size instruction here https://www.themehorse.com/theme-instruction/attitude-pro/#recommendedimagesize. You will see that the recommended image size for the icon is 80px * 80px. However, if you use this image size, the height and width of the service icon is set to 40px * 40px. We have done this so it will appear more clear of retina ready devices. So, for the image size you can upload the image size of 80px*80px or 40px*40px. Now, about the border effect you could use custom css to remove this. So, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .service-item .service-icon img {
        border-radius: 0;
    } 
    in reply to: Adding a background image to the contact page #6973
    Sanjip Shah
    Participant

    @SMW There is no such feature within the theme. But I searched and found this plugin http://wordpress.org/plugins/background-per-page/. Try this and see if this helps.

Viewing 15 posts - 316 through 330 (of 846 total)