Raghavendra

Forum Replies Created

Viewing 15 posts - 3,391 through 3,405 (of 3,418 total)
  • Author
    Posts
  • in reply to: How to zoom on center of revolution slider? #3029
    Raghavendra
    Moderator

    Looks like you have set a max height of 350px for the slider. If you set something like 450px, you should be able to see the logo in wider resolutions.

    As you say, we may have a way to center the image and that would also help. I would prefer to have a WP login before I can set to resolve this issue (you can reply as a private message here with the login information). Thanks

    in reply to: Theme Skins #3028
    Raghavendra
    Moderator

    Sorry that option does not exist for this theme since it is not feasible to have that option for this them due to its nature. For changing color of the theme, pls refer to the following post and get back to us if you have any trouble –

    https://www.livemeshthemes.com/support/forums/topic/cant-change-certain-orange-colours/#post-2496

    in reply to: Theme Updates #3027
    Raghavendra
    Moderator

    The theme itself comes with a child theme bundled with it. Pls start from it and any customizations should be in the child theme style.css. The child theme will not be updated ever since it is just a template and example child theme for users to start with and hence any changes you make to the child theme should stay when you update the parent theme.

    You should not lose any options you have set when you update the theme. Anyway, it is a good idea to export it through Option Tree tab and keep it as a backup just in case.

    If you are having trouble with mobile devices, it is mostly styling issue (theme or any custom CSS you have used). Not much to do with hosting. Can you share the URL here (as a private message if you prefer)?

    Hope this helps.

    in reply to: child theme php files not overwriting parent #3026
    Raghavendra
    Moderator

    Quick question – are you creating a child theme from scratch or using the child theme bundled with the theme? I would recommend you load the bundled one and make modifications to it since I have had no issues so far with it.

    If you still find this broken, pls reply as a private message here a temporary login to the WordPress dashboard and I can take a look.

    in reply to: Logo and social icons overlap on iOS devices #3004
    Raghavendra
    Moderator

    Hey – beautiful illustrations. You must be one happy person developing those nice little apps.

    Header sizes vary due to different logo sizes and hence we need some minor customizations to fix issues in certain device resolutions. Here is what you can do to fix the issue:

    Insert the following Custom CSS into Custom CSS tab in theme options panel or in custom/custom.css file –

    @media only screen and (max-width: 767px) {
    #site-logo {
    margin-bottom: 20px; /* Change this value to suit your needs */
    }
    }
    
    in reply to: Site Header #2999
    Raghavendra
    Moderator

    John –

    Can you try this as a custom CSS in the Custom CSS tab in options panel? Pls change the height below according to your need

    @media only screen and (min-width: 767px) {
    #header.sticky .wrap { height: 75px !important;}
    }
    
    in reply to: List of all social icons available? #2997
    Raghavendra
    Moderator

    We do not have a pinterest icon yet for our theme. One of our earlier themes has support for it in the header and hence you may have seen code in our common framework which provides pinterest icon.

    Give me 2 days time and I will send you the code and image sprite to include it in the theme. We have had requests to include vimeo as well. Thanks!

    in reply to: Uniform gallery images? #2996
    Raghavendra
    Moderator

    WordPress algorithm for looking for an image of a certain size has some condition checks which does not always result in finding the image of right size. I have had issues before with it. But in your case, I see an image of size 400×400 which is a loner since other images do not have a image with this size and theme does not support 400×400.

    http://dev.yourbusybee.com/shelby/wp-content/uploads/2013/11/Sierra-Nevada-Mountains-early-morning-550×400.jpg

    http://dev.yourbusybee.com/shelby/wp-content/uploads/2013/11/Rock-Creek-Lake-fishing-boat-400×400.jpg

    This can happen if you uploaded the image when the theme was not activated/installed. I think to clean up this whole thing, I would try running the –

    http://wordpress.org/plugins/regenerate-thumbnails/

    If that does not work, try this –

    http://wordpress.org/plugins/force-regenerate-thumbnails/

    Second query – possible with Javascript only. Again Google is your best friend here and hopefully something like this will help with click attached to those category links –

    http://stackoverflow.com/questions/16765292/display-text-in-div-when-javascript-onclick

    in reply to: Create pop-up for Team Members? #2995
    Raghavendra
    Moderator

    Laura,

    Probably you can achieve this using a custom plugin in WordPress.org. A quick search on Google “wordpress lightbox plugin for text” got me into this article which may help –

    http://www.endocreative.com/how-to-insert-content-in-a-popup-using-lightbox-plus-for-wordpress/

    There are other search results too that may help if this does not meet your need.

    Meteorite

    in reply to: Theme Update #2963
    Raghavendra
    Moderator

    Btw- I had deactivated the security plugin and also uploaded some images to do some tests. Pls undo these actions. Also, the error displayed is permission denied for images. You can check the server wp-content/uploads folder – probably images are uploaded to the server but they are not accessible due to lack of folder permission. Saw this error in the console of the browser.

    in reply to: features section styling #2961
    Raghavendra
    Moderator

    Pls use the code in Custom HTML (remove segment shortcode and use the options to set the background etc.). You can change the padding below to control height –

    <div style=”padding: 20px 0″>Don’t hesitate to shoot us an email with questions or problems you might have with the app. We will get back to you with help quickly. And if you want to share feedback, we’d love to hear it.</div>

    in reply to: `lost` go to top button #2960
    Raghavendra
    Moderator

    This is really weird since the whole footer is gone missing. Looks like you modified the footer.php file by mistake. I edited the file to restore the original code from the theme and things look better now. Thanks

    in reply to: Theme Update #2955
    Raghavendra
    Moderator

    This is mostly folder permissions issue as discussed here –

    http://wordpress.org/support/topic/403-forbidden-error-on-all-media-uploads

    I activated the default Twenty Twelve theme on your site and same error occurs. This is more of a setup issue than a theme issue.

    See some more help in Google for this common error –

    https://www.google.com/?gws_rd=cr&ei=s6eQUu2_DMaFrQeoxYG4Dg#q=403+forbidden+error+wordpress+media+files

    in reply to: Sticky Header #2951
    Raghavendra
    Moderator

    I checked yesterday the site and could not reproduce the issue on your site? Tried in Chrome, Safari and Firefox in Mac and Windows as well. Looks like you have made the change as provided by LiveMesh above. Can you confirm if this is still an issue? Thanks.

    in reply to: responsive issue #2950
    Raghavendra
    Moderator

    Pls insert the following CSS into Custom CSS tab in the Theme Options panel or the <theme directory>/custom/custom.css file.

    @media only screen and (max-width: 767px) { 
    
    .features-list-alternate .iphone-slider-container, .features-list-alternate .smartphone-slider { margin-top: 0; }
    
    }
    

    Have reported the issue to the developers to include this in the next update.

Viewing 15 posts - 3,391 through 3,405 (of 3,418 total)