Raghavendra

Forum Replies Created

Viewing 13 posts - 3,406 through 3,418 (of 3,418 total)
  • Author
    Posts
  • in reply to: `lost` go to top button #2936
    Raghavendra
    Moderator

    Pls reply as a private message here with the site URL and preferably a temporary login to the WordPress dashboard as well and I can take a look. Thanks!

    Raghavendra
    Moderator

    This looks like a “bug” – probably something to do with section being visible when the page loads although the demo site does not have this issue at least with the home page. Will check what’s happening. Thanks for reporting this.

    in reply to: Adjust top margin of revolution slider for mobile resolution #2922
    Raghavendra
    Moderator

    I do not think the .features-list-alternate is necessary here. You probably missed the !important part of the CSS markup. Revolution slider inserts inline style for margin and hence unless you force the style with !important specified, the style gets ignored. You can view the inline style for revolution slider in developer tools as margin: 0 auto;. Hope this helps.

    in reply to: Blog display issue #2921
    Raghavendra
    Moderator

    Resolved the issue and replied. Pls have a look. Thanks.

    in reply to: Sticky Header #2918
    Raghavendra
    Moderator
    This reply has been marked as private.
    in reply to: Blog display issue #2917
    Raghavendra
    Moderator

    Sorry none still, do not know what’s happening (never had anyone report this so far). Pls email the same (see bottom right box in LiveMesh profile page). Thanks

    in reply to: Starting with the theme… #2916
    Raghavendra
    Moderator

    Yes, it is indeed optional but author perhaps would like users to install the Revolution Slider and try it at least before deciding on the others. Thanks for your feedback.

    in reply to: "Work" images changes #2915
    Raghavendra
    Moderator

    When you login to the WordPress dashboard, you should see the Portfolio tab where you can edit the portfolio entries and set the featured image for each of the portfolio entries as seen below –

    https://www.evernote.com/shard/s350/sh/747c389e-c023-4d3c-a0a8-b4e9572ad076/c296db29d1540f22f6ceec5269a887c6

    in reply to: Revolution slider css #2913
    Raghavendra
    Moderator

    Can’t say for sure unless I look into this. If you are still having trouble, pls reply as a private message here with the site URL and a temporary login to the WordPress dashboard and I can take a look.

    in reply to: Blog display issue #2911
    Raghavendra
    Moderator

    Sorry Irina, I see none. Can you reply here with the box “Set as private reply” checked now? Thanks

    in reply to: features section styling #2910
    Raghavendra
    Moderator

    Pls reply as a private message here with the site URL and I can take a look.

    in reply to: Adjust top margin of revolution slider for mobile resolution #2909
    Raghavendra
    Moderator

    The following Custom CSS inserted into Custom CSS tab in options panel will do –

    .features-list-alternate .rev_slider_wrapper { margin-top: -350px !important; }
    
    @media only screen and (max-width: 767px) { 
    
    .features-list-alternate .rev_slider_wrapper {
    	margin-top: 0 !important; 
    }
    
    }
    
    in reply to: Blog display issue #2901
    Raghavendra
    Moderator

    Irina – Sorry to hear you are having trouble with this. Pls reply as a private message here with the site URL and a temporary login to the WordPress dashboard and I can take a look. Thanks

Viewing 13 posts - 3,406 through 3,418 (of 3,418 total)