Pavan Solapure
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Openstrap] Front PageText widget, can't upload imageIf you can setup a admin account for me and send details to [email protected]
I would take a look and see if any thing is missing.
Forum: Themes and Templates
In reply to: [Openstrap] No Content in HeaderThe header widget area designed to be right aligned.
Forum: Themes and Templates
In reply to: [Openstrap] Different styles for frontpage widgetsI assume this is resolved now ??
Forum: Themes and Templates
In reply to: [Openstrap] Theme Option Page not VisibleIt works perfectly fine in 3.8.1. Please chech any css or plugin is messing with this page.
Forum: Themes and Templates
In reply to: [Openstrap] No Content in HeaderHi
May I know the link to your site please?Also I am assuming you are putting widgets in header to display?
Did you check your wordpress setting on showing header?Forum: Themes and Templates
In reply to: [Openstrap] Parent pages not clickable with new updateI would not prefer removing data-toggle as hover effect is messing with menus when on mobile.
Forum: Themes and Templates
In reply to: [Openstrap] Parent pages not clickable with new updateHi All
If you are open to Jquery solution then you can add following to your functions.php (line # 795)<script type='text/javascript'> jQuery(document).ready( function($) { $("body").delegate("a.dropdown-toggle", "click", function(e) { e.preventDefault(); $(location).attr('href', $(this).attr("href")); }); }); </script>
Forum: Themes and Templates
In reply to: [Openstrap] faviconOpenstrap dont have any configuration to set favicon as of now. But its good to have.. will add in coming version.
Forum: Themes and Templates
In reply to: [Openstrap] Menus with sub-menus not working.Hi Seima,
Its restriction from bootstrap frmework. But if you are open for JQuery Solution then you can add following to your functions.php (line # 795)<script type='text/javascript'> jQuery(document).ready( function($) { $("body").delegate("a.dropdown-toggle", "click", function(e) { e.preventDefault(); $(location).attr('href', $(this).attr("href")); }); }); </script>
Forum: Themes and Templates
In reply to: [Openstrap] Parent pages not clickable with new updateThe menus is updated as per the Twitter Bootstrap Framework. As per the framework purpose of main menu if it has sub-menu is to make way to the sub pages. Moreover earlier implementation were causing issues, on mobile version. The earlier on hover effect was not working properly in mobile and small devices. so we had to upgrade our menus as per that.
Forum: Themes and Templates
In reply to: [Openstrap] Changing the sliding interval?find below line in slides.php
<div id="myCarousel" class="carousel slide" data-ride="carousel">
and replace it with
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="5000" data-pause="none">
Forum: Themes and Templates
In reply to: [Openstrap] Stop slider pausing?find below line in slides.php
<div id="myCarousel" class="carousel slide" data-ride="carousel">
and replace it with
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="5000" data-pause="none">
Forum: Themes and Templates
In reply to: [Openstrap] How to make the post insert paragraphsIt seems you have some plugin thays messing up with the html. I suspect its “Artists Painting Gallery Using Prettyphoto”
Can you disable this and try to setup the feed?
Forum: Themes and Templates
In reply to: [Openstrap] How to make the post insert paragraphsHi Jane
The paragraphs you can control from your post/page editor.Forum: Themes and Templates
In reply to: [Openstrap] Does it work with WooCommerce?As of now no.. but we have plans for it.