Forum Replies Created
-
in reply to: Does not install dummy
Hello,
The dummy data can only be imported via wp. Can you please add some valid wp credentials in a private reply? So i can check.
Best regards!
in reply to: Cropped Reservations Box when removing MapHello,
The column that contains the Reservation form, has margin set up. That’s why it was positioned above the map. Just open the reservation column settings and remove the margin-top (currently set to -230px).
Best regards!
in reply to: How to change color of linsks in Our Services pageHello,
Try editing to this:
a font { color: #ffb536 !important; }I already tried this and it works.
Best regards!
in reply to: Voices of navigations are not seen on smartphonesHello,
They are there but are white. That’s why you do not see them. Please add this css into your Custom Css box in General Options:
.menu-small ul.menu > li > a { color: #000; }Best regards!
in reply to: Codeless Page Builder IssuesHello,
Sorry for the late reply.
I tested and there is no problem with Codeless Builder. The left sidebar does change every time a different element is clicked. See screenshot: https://ibb.co/J2ZcTvhJust make sure you have opened the Codeless Builder directly from page’s options if you want to add/edit/remove elements in a page(screenshot).
Open from Appearance > Customize, if you want to edit general theme settings.Best regards!
in reply to: Specular: Content Not Updating – Theme IssueHello,
I removed the doubles and deactivated third party plugins. I made a test with this page: https://www.dmhbiopharm.com/about-us-copy/
I copied and then edited the content of About us page. All changes saved well.You can start activating the plugins you need to use, but do this one on one and try saving after every plugin activation. One of them could be conflicting with theme and causing the problem in saving.
Best regards!
in reply to: Left sidebar on blog posts makes them unacesibleHello,
Nice to know it’s all ok now. Let us know for anything.
Best regards!
in reply to: How to configure a WPDM New Downloads widgetHello,
Sorry but this is not theme related and thus not included in support. We recommend you check out the WPDM documentation or support forum for help.
Best regards!
Hello,
This has become a very long post, so i will try to filter out the points we need to look on now:
1-The slider images in mobile:
I added this css into theme’s General Options > Custom Css box:@media (max-width: 979px){ .header_wrapper { background: rgba(255,255,255,0.45) !important; } .codeless_slider_swiper.parallax_slider { height: 470px !important; min-height: 470px !important; } .swiper-slide.swiper-slide-active { background-size: cover !important; } }This is the result: https://ibb.co/mXG8Zh0
Here is where you have to add all custom css. It’s safe and will not get lost or overwritten by any theme updates in the future.
The Apperance > Custom Css menu is a WordPress framework option. We recommend you use theme’s option for adding custom css.2-I understand now the restricted possibilities for editing theme files, since you are in wordpress.com not wordpress.org. To edit the slider speed, please go to file includes/codeless-slider/codeless_slider.php and find line (38):
$speed = 800;
Edit value to 5000. Save changes.Let us know.
Best regards!
in reply to: Revolution Slider issue in Mobile ViewHello,
Please add this code into your Custom Css box:
@media (max-width: 480px){ .slider#slider-fullwidth { padding-top: 80px; min-height: 135px !important; }}Best regards!
in reply to: Dropdown menu delayHello,
The sub-menu will disappear the moment you remove the mouse from the parent item or the sub-menu.
To change the transition time go to file js/codeless-main.js and find this function:function codelessNavigation()Here change the values of functions:
.fadeOut(400)/.fadeIn(400)to your wish.
Example:.fadeOut(4000)Best regards!
in reply to: Logo size, header bar and sticky/mobileHello,
You need to set up header as transparent, not just set a transparent color. By setting ON the Header Options > Make Transparency Header option, the content changes position from after header to under it. This way you are able to see the transparency. Otherwise you will only have a semi-transparent header in a white background.
Let us know.
Best regards!in reply to: Translate some stringsHello,
Are you using any translation plugin for this? The strings can be translated using the .PO file. See this article for more details:
Or directly in files: specular\includes\view\page_header.php ->”You are here” and “home”
-To change the search placeholder, go to file searchform.php and find this line:
<input type="text" size="16" placeholder="<?php esc_attr_e('Search', 'specular') ?>
Change the word search to your wish. Save changes.Best regards!
in reply to: How to change Active menu item colorHello,
Please edit the css to this:
nav .menu li ul.sub-menu li.current-menu-item > a { color: #FFEB3B !important; }Let me know.
Best regards!in reply to: Specular: Content Not Updating – Theme IssueHello,
Please add some ftp credentials in a private reply. So i can access the files directly and fix this.
Best regards!