Forum Replies Created
-
in reply to: Big menu and detail pages header
Hello,
Theme is compatible with WPML plugin so you should look out what could be conflicting with it. However you can translate site easily with .PO/.MO files as well.
Go to file searchform.php, find the line:
<input type="text" size="16" placeholder="<?php esc_attr_e('Search', 'codeless') ?>…" name="s" id="s">
edit the word here, or translate it using the .po file with PoEditor.
Same with the “Read more”. Please find it and translate from PoEditor.
Let us know.Best regards!
Hello,
There are some reasons that can make the import process not successful:
-Not enough required access on themes files,
-not enough execution time limit, change it on your server if not long enough to let all dummy data import.
-not enough memory limit. Can be increased by adding this line into your wp-config.php file :define('WP_MEMORY_LIMIT', '94M');Or your hosting provider can do it for you.But as i already wrote, you do have all the needed pages and posts imported. All is necessary now is to configure them like the demo you want. Just let us know what demo are you trying to get and we will configure your site just as it.
Best regards!
in reply to: Dummy import stops at 30%Hello,
Please make sure to have:
-Enough execution time limit! Change it on your server if not long enough to let all dummy data import.
-Check to have have enough memory limit. You can increase it yourself by adding this line into your wp-config.php file :define('WP_MEMORY_LIMIT', '94M');
Or ask your hosting provider to do it for you.
Importing dummy data without attachments, also helps decrease further the amount of data to load. Let us know.Best regards!
in reply to: Formatting IssuesHello,
You have an error in your site. Please see screenshot. It is caused by a js file of plugin “Reinbursement calculator tool”. Please deactivate it and try again.
Let us know.Best regards!
in reply to: Change Mouse Icon Service Text EffectHello,
I don’t see the above code in your custom css box. Did you add it directly into the style.css file? Please do not alter style.css as it will be overwritten by future updates. Add all necessary css code into your custom css box.
Please remove the code above from wherever you have added it. then let me know, so i can edit it in order for the mobile not to have issue.Best regards!
in reply to: number of portfolio itemsHello,
Sorry but the pagination option is not available in the Visual Composer element. The max number of portfolio items to display, according to element options is 25 (5 rows showing 5 items each). Else you have to edit theme file like explained above for it.
Best regards!
in reply to: Event Organiser Plugin Breaks SiteHello,
The plugin’s script must be conflicting with theme scripts. Support does not cover 3rd party plugins customizations. We can suggest you to try out a different plugin that does the job and it does not conflict.
Best regards!
in reply to: Installation stopped at 65%Hello,
You can add your own images, or just download the images from the online demo(save image as..).
Best regards!
in reply to: Drop Down Menu Not working properlyHello,
You are right. We have checked and currently the smooth scroll is not present in mobile. We have notified the developer team and will fix this in the next theme update. Please look forward to it.
Thank you for your patience.Best regards!
in reply to: Drop Down Menu Glyphicon MissingHello,
Are you referring to this icon, screenshot? This displays when the sub-menu item has it’s own sub-items.
Let us know.Best regards!
in reply to: tower-can not import demo dataHello,
Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
Hello,
To remove the gray box, please add this cod einto your custom css box:
@media (max-width: 480px){.slider#slider-fullwidth { min-height: inherit !important; }}And to remove the arrows, please add this:
.codeless_slider .nav-roundslide .icon-wrap { display: none;}This will delete them in desktop too. If you want to remove them only in mobile, then add this line inside the@media(max-width: 480px)block above.
Let us know.Best regards!
in reply to: Top menu background on mobile (for white logo)Hello,
To change the mobile header background color, please add this code into your custom css box:
@media (max-width: 767px){ .header_transparency header#header { background-color: rgba(34,34,34,0.43) !important; }}Best regards!
in reply to: Logo Larger?Hello,
Please upload a bigger image and increase header height in Theme options. Or you can increase just logo image width with custom css. If you send us your site’s link, i can help you with that.
Best regards!
in reply to: Remove Date From Portfolio EntriesHello,
Are you referring to the single portfolio items date in “PROJECT DETAILS”? If this is it, you just need to remove the ‘Date’ Custom field from General Options > Portfolio Config > Custom fields Parameters.
Let us know.Best regards!