Forum Replies Created
-
in reply to: Full Blog hide "posted by, date"
Hello,
To remove the blog post author and date, please add this code into your custom css box:
.blog-article.grid-style .info { display: none; }To change the button’s color (i am assuming it’s the font color and the border) add this code:
.btn-bt.default { color: #149418; background: rgba(255,255,255, 0.00); border-color: rgba((15, 165, 20, 0.2); } .btn-bt.default:hover { color: #0C6713; background: rgba(255,255,255, 0.00); border-color: rgba(29, 140, 22, 1.00); }Change the values to your wish.
If you did not meant this for the button, please let me know.Best regards!
in reply to: Import data demoHello,
I setup the dummy data as the demo. Please check your site and let us know if there is anything else.
Best regards!
in reply to: Recent Portfolio Element – Media not displayingHello,
What version of the theme do you have? Did this happen recently? Did you installed any new plugin recently? Please send us your site’s url, so we can check it up.
Best regards!
in reply to: Menu not showing on mobileHello,
I see that the top attribute is ok, but the left positioning didn’t take place. Please go to file css/bootstrap-responsive.css and find this line(1347):
#logo{float:right;left:0 !important; right:0 !important; -webkit-transform: none !important;edit theleft:0 !important;to this:left:0 ;Save file and refresh.
Let us know.Best regards!
in reply to: Cannot redeclare function error messageHello,
Please follow the instructions of this article for more: https://code.tutsplus.com/tutorials/a-guide-to-overriding-parent-theme-functions-in-your-child-theme–cms-22623
Let us know.Best regards!
in reply to: Revolution Slider not centered in Firefox browserHello,
Please add this css code into your custom css box:
.rev_slider > ul {float: left !important;}This should be the result, screenshot. Let us know.
Best regards!
in reply to: Nav Bar QuestionsHello,
1- This is usually caused by insufficient navigation bar width. When the menu exceeds the actual nav bar width. We can fix this with some css, or if you can, shorten a bit the titles or remove one menu item.
2-Please go to Appearance > Menus. Click on the menu item and change it’s title.(Screenshot)
Let us know if you need further help.Best regards!
in reply to: Autofocus when search is activatedHello,
Thank you for the suggestion. We will take note to add this in upcoming updates.
Best regards!
in reply to: Hide Menu in porfolio entryHello,
My apologies, i mislead you. It is not possible to have two active menu’s in one site. So the only option is to remove the menu from other pages you do not want ‘one page’ menu to show. I am glad to help,if you could please send me the other page’s url? I looked throw your site but i was not able to find them.
Best regards!
-
This reply was modified 10 years, 8 months ago by
Mirela.
in reply to: Import data demoHello,
You must set the main navigation menu.
We can help you configure it as the demo. If you send us your wp credentials in a private reply, we can help you have the demo look.
Best regards!
-
This reply was modified 10 years, 8 months ago by
Ruco.
in reply to: Sidebar and Header BG Not WorkingHello,
The shop page template is controlled by the WooCommerce plugin. It does not respond to our theme’s page options. You can however, add a header background as a single slide slider via Visual Composer or as shortcode.
Best regards!
in reply to: Why does the support take so long?Hello,
We are sorry to hear of your disappointment.
We answer topics according to their arrival time. The oldest first. We try our best to respond to all our customers, as all of them need the reply asap. But please note that some topics take more time to answer as they may have issues that require time to solve, and some are resolved in minutes.
Our working time is from Monday to Friday, 9AM to 5PM (UTC +1:00).
(Please consider time zone differences!)
I double checked your topics and none of them has exceeded the 1 day max delay for reply.
Also please note that while we always strive to answer your questions as soon as humanly possible, sometimes we are not able to do so for whatever reasons and we ask you to be patient during these times.Best regards!
in reply to: Hide Menu in porfolio entryHello,
1-Please watch this tutorial for the one page configuration: https://youtu.be/kmu7eFKY8qE
2- To hide menu in posts, add this code into your custom css box:.single #navigation { display: none; }Let us know.
Best regards!
in reply to: Disabling sticky menu from Blog pageHello,
@shadrachpw,
Please send us your site’s url, so we can give you a more specific code.Best regards!
-
This reply was modified 10 years, 8 months ago by