Raghavendra

Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 3,418 total)
  • Author
    Posts
  • in reply to: How to hide page title on static homepage? #17548
    Raghavendra
    Moderator

    If you choose page template as “Home Page” under Page templates dropdown in Page Edit window, you won’t see title. Otherwise, you will need to hide it via CSS –

    .page-id-567 #title-area { display: none; } /* Replace 567 with page id */
    
    in reply to: How to change site logo size #17547
    Raghavendra
    Moderator

    You can try following custom CSS in theme options Custom CSS tab –

    #site-logo a img {
        width: 30%; /* Adjust as desired */
    }
    

    Pls post a link to the site if you still have trouble. Thanks

    in reply to: Google fonts broken #17523
    Raghavendra
    Moderator

    To clarify on this – we did go this route to overcome the limitations of a Serif font like Georgia and also to help support the functionality of being able to change the body font and heading font separately in Theme Options. Serif font Georgia just did not seem to look right in many situations where body font would be natural choice (as in top primary menu for example) and hence we had to override the CSS code generated via our theme options to achieve the typography that we liked.

    If you decide to change the fonts from theme options to something other than the defaults chosen by the theme – Lato for headings and Georgia for body, you would probably won’t need the Custom CSS above specially if you choose a Sans Serif or a Slab font as your body font. Some serif fonts (like Merriweather) too would do well without the above Custom CSS. We did not want to set the above elements to heading font (Lato) since users have a tendency to choose bold fonts for headings and having these elements inherit the heading font would ruin the typography and the font management through theme options would become impractical.

    Out of the 10+ themes we have implemented, the Invent theme is the only one where we had to take this route and again it is not needed for most font combinations. Hope this helps.

    in reply to: How to translate Gallery items? #17464
    Raghavendra
    Moderator

    Regarding the 500 error can you pls check with the developer of the plugin once – they may have experienced this before. Thanks.

    in reply to: How to translate Gallery items? #17463
    Raghavendra
    Moderator

    We found that translation works absolutely fine for all custom post type in two of our test installations but it failed in another installation of one of our developers. Let me have a deeper look how this translation works and get back to you. Thanks!

    in reply to: malware in theme? #17462
    Raghavendra
    Moderator

    I am not sure why a text file would be flagged this way. Anyway, the file itself belongs to the popular Option Tree plugin that we use for our theme.

    You can safely delete since it has no code in it and just some readme information.

    in reply to: How to translate Gallery items? #17428
    Raghavendra
    Moderator

    When you say you want to translate Gallery Items, which part of Gallery items you are having difficulty with? Actually a screenshot of what you are trying to translate on a page would help us replicate the issue here.

    And what is the plugin name? We can try loading the same here to double check. Thanks.

    in reply to: Shortcodes and Safari mobile #17299
    Raghavendra
    Moderator

    Looks like you has WPTouch Pro theme loaded for mobile and hence none of the Invent shortcodes will work with the same. If you deactivate the plugin, the tab shows up on mobile.

    in reply to: Shortcodes and Safari mobile #17288
    Raghavendra
    Moderator

    I am really surprised because the processing of shortcodes is more of a server side thing than the client. WordPress should convert the shortcodes into valid HTML and hand over the same to the client browser.

    The shortcodes themselves are not being processed here somehow for mobile. Can you pls share a temp login pls? I checked the demo site and I see that the tabs are showing up fine on mobile. I will need to check the backend code and also see if removing the video inside the tab makes a difference. Thanks

    Raghavendra
    Moderator

    If you do not want the revolution slider elements to load, just deactivate the plugin. The theme should work fine without activating the rev slider and deactivating ensures that no files relating to the rev slider loads. There is no better way to achieve this.

    Also, can you post the link to the page where you have Nivo/Flex slider loaded? I do not see one at present in the home page at least. Have not experienced this issue of slider “pause” before. Thanks.

    Also, your site seems to have some issue loading at times – the server just refuses to let us in. Pls check.

    in reply to: Responsive Theme not 100% #17275
    Raghavendra
    Moderator

    I did take a look at the website and see no issues really and I could not find anything on the web which talks about this strange behavior of LG G4 browser.

    Can you pls verify if Chrome browser renders the site fine on this device?

    If Chrome works fine, I would not worry too much verifying that things look ok on each and every device since Android is so very fragmented. What version of Android is this actually?

    in reply to: Change button on revolution slider to match theme #17228
    Raghavendra
    Moderator
    This reply has been marked as private.
    in reply to: W3C validator errors #17227
    Raghavendra
    Moderator

    I see two errors basically – one is related to revolution slider over which I have little control.

    The second one is related to prettyPhoto plugin. Let me try to fix this in upcoming update. It should cause no harm IMO and have been ignored by developer community for long, including the Themeforest reviewers. We have fixed this for our later themes as per instructions here on using hook attribute of PrettyPhoto plugin.

    http://stackoverflow.com/questions/12297854/validation-error-on-prettyphotos-rel-attribute

    in reply to: Performance #17226
    Raghavendra
    Moderator

    Are you using a plugin named rocket (probably the caching plugin)? Looks like it is filtering all the scripts for some reason and causing some form of error leading to home page not showing up when the site loads first. Actually the site does load fully but the page loading icon never goes away which is perhaps due to a script alteration or error ( I do not see any error). Can you pls disable this plugin and instead of use WP Super Cache and see if that helps improve the situation?

    I do see that scripts have been executing a bit slow on your server too. When I run a performance profile on your server, most of the CPU is being consumed by two scripts cloudflare.min.js and rocket.js, which are not part of theme itself. Can you pls make changes accordingly and see if the situation improves?

    in reply to: Video not looping well #17180
    Raghavendra
    Moderator

    Hey sorry for making you wait on this. I just created a test page and opened an issue on GitHub with the plugin author. Hopefully he will be able to help us with this –

    https://github.com/pupunzi/jquery.mb.YTPlayer/issues/150

Viewing 15 posts - 1,471 through 1,485 (of 3,418 total)