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 - 301 through 315 (of 846 total)
  • Author
    Posts
  • in reply to: Child Themes (again) #7088
    Sanjip Shah
    Participant

    @flipper Please refer to this link http://themeshaper.com/2009/05/25/action-hooks-wordpress-child-themes/ to alter some functions in the header-extensions.php file.

    in reply to: How remove the title and excerpt banners from the slider? #7087
    Sanjip Shah
    Participant

    @Moloch Okay. Great!

    in reply to: Leave a comment #7086
    Sanjip Shah
    Participant

    @zlm First thing that you need to do is go to Settings->Discussion. Under ‘Other Comments settings’ make the necessary adjustment and click on ‘Save Changes’. There you will have to uncheck this options Comment author must fill out name and e-mail.
    Then you could use the custom css option to hide those two fields. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save All Changes’.

    .comment-form-email, .comment-form-url {
    display: none; 
    }

    Hope this helps.

    in reply to: Language #7080
    Sanjip Shah
    Participant

    @zlm Okay. Great!

    in reply to: Multi column front page #7079
    Sanjip Shah
    Participant

    @raunhar For your first question, currently there is no such feature within the theme. It will need both css and coding customization. So, for this you will need to hire a developer.
    For your second query, in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom Header. Hide the header searchform from there and click on ‘Save all Changes’.

    in reply to: How to decrease the size of white margins on all pages #7078
    Sanjip Shah
    Participant

    @Alan Could you provide a link to your site and describe which margins that you want to decrease referring to the link that you provide.

    in reply to: Theme not working on Mobile (iphone) #7076
    Sanjip Shah
    Participant

    @franciscojavier May be it is issue with the iphone and local server (XAMPP). Probably iphone could not connect to the source (load css, images) from your computer. I guess you should try this in live demo site/link.

    in reply to: Drop down menus on tablets #7075
    Sanjip Shah
    Participant

    @proatthorseytheme13 If you single click a menu that has drop down then the dropdown menu will appear. And if you double click on the menu that has submenu it will directly open the link that the menu is directing to. This is supposed to work this way, you can check on it with our demo site as well in your device.

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

    @Flow It’s great that you have now set the background to the color that you want.

    in reply to: How remove the title and excerpt banners from the slider? #7030
    Sanjip Shah
    Participant

    @Moloch In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .featured-slider .featured-text {
        display: none;
    }
    in reply to: Changing Font Color #7028
    Sanjip Shah
    Participant

    @MairiaM You don’t have to say sorry at all. We are happy to provide support to our users for few lines of css code :). Generally, if users ask for more styling options we refer our users to buy the pro theme (also users can enjoy other many features as well).
    You can make the donation via paypal to this email address [email protected]. We really appreciate it. Thanks.

    in reply to: Language #7027
    Sanjip Shah
    Participant

    @zlm The .po file just there so we can view it. The actually used file is the .mo file. So, simple editing the po file would not work. For this you need to download Poedit software http://www.poedit.net/. After you install this software open the .po file with this software, make the changes and save the file. After you do this automatically the .mo (the binary file) will also have the corresponding changes. Try this.

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

    @Trina Okay. Great. You don’t need to add category.php as it is handled by archive.php within the theme.

    in reply to: Adding a social media button for Yelp! #7025
    Sanjip Shah
    Participant

    @Matthew You could create a child theme to add social link but it can be difficult if you are not familiar with child theme and actions hooks. So, you may need to hire a developer on this one. For now we will note this new social media and think of including it in our version updates. Thanks.

    in reply to: Adding a background image to the contact page #7024
    Sanjip Shah
    Participant

    @SMW I will also try some plugins and suggest you if I find some.

Viewing 15 posts - 301 through 315 (of 846 total)