Forum Replies Created
-
in reply to: Staff
Hello,
This is strange. Please deactivate all third party plugins (i see you have two plugins for staff editing) one of them could be conflicting with theme scripts. Then activate one by one until the culprit is found.
Let us know.Best regards!
in reply to: Team/Staff linkingHello,
Sorry but this requires customization that is not included in support. If you want to have a custom link for the team, a workaround is to use the socials links. Insert the custom link into one of the socials in the center bar. Change it’s icon via css.
Best regards!
in reply to: Portfolio Categories not workingHello,
You have a js error in your site. See screenshot. Did you add any custom code? Please send us your wp credentials in a private reply. So we can give it a closer look.
This issue does not happen on our side.Best regards!
in reply to: full blog element – TITLE DIMENSIONHello,
Sorry for the late reply.
The portfolio is responsive but you need to scroll horizontally in order to browse the other portfolio items.
However since you want to display them one under the other then i edited the above code to this:@media (max-width: 480px){ .recent_portfolio.wpb_content_element { height: 1200px !important; } .swiper-wrapper{ width: 300px !important; height: 1200px !important;} }For the blog arrow, i added this code:
.blog-article.grid-style .content .link_grid { left: 92% !important; }Best regards!
in reply to: ALT Tags Removed on Featured ImagesHello,
Maybe you pasted it wrong. An unclosed quote or missing comma can cause the code not to work. Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Contact FormsHello,
We haven’t tested all the plugins available and we can’t guarantee full compatibility with every one. You can check out if there is any error displayed via inspect element. Or check that there isn’t any layer covering the data and time picker field. If that’s the case, you can fix it with some css.
Sorry but the support does not cover third party plugins.Best regards!
Hello,
Can you please be more specific? Where are you trying to select the special pages?
Best regards!
in reply to: Update problemHello,
Can you please be more specific? What links are not working? In desktop or mobile? I opened your site but all the links worked without needing any page refresh.
Let us know.Best regards!
in reply to: Front Page IssueHello,
Sorry for the late reply.
Please add this code into your custom css box:#content { padding-bottom: 0 !important; }Let us know if the issue persists.
Best regards!
in reply to: Breadcrumbs translationHello,
Sorry for the inconvenience.
You can translate the “You are here” text and other theme texts via .PO/.MO files. If the text does not exist in the .PO files, just add it using PoEditor.
But first go to file tower\includes\view\page_header.php and find the line:
<li>You are here: </li>
Replace with:<li><?php __('You are here:', 'codeless') ?></li>then regenerate .PO file.Best regards!
in reply to: WooCommerce – Mobile checkout page not responsive!Hello,
This is an independent and third party plugin that we include in theme package, but we are not responsible for it’s (responsive) layout.
You can use custom css to edit it. Let us know if you need help.Best regards!
in reply to: Assign SliderHello,
Have you installed any slider plugin in your site? Such as Layer slider, Revolution slider? Did you create or import any sliders until now?
This option can be found at your page’s option. Please see screenshot. But to have sliders in the list, you need to create them before.
Let us know if you need further help.Best regards!
in reply to: WPBakery Visual ComposerHello,
Visual Composer is one of the required plugins for this theme to work. It is licesed and included in theme package. The current version is completely functional and compatible with theme.
We update it on every theme release. But if you want to update before that, then you have to buy it.Best regards!
in reply to: Redux Framework Notice:Hello,
Do you have the Redux framework plugin installed? What other plugins do you have installed? What version of our theme are you using? Can you send us a link or a screenshot?
Best regards!
in reply to: Codeless Slider Responsive/Mobile ViewHello,
Please add this code itno your custom css box:
@media (max-width: 480px){ .codeless_slider .swiper-slide .content h1 { font-size: 15px !important; line-height: 19px !important; }}Let us know.
Best regards!