Forum Replies Created
-
in reply to: Redux Framework Warning and slow admin pagein reply to: Portfolio Options
Hello,
Did you chose the ‘portfolio template’ in Page’s Attributes > Templates? Please see the screenshot.
If you still can not set it, send us your wp credentials in a private reply. So we can check it out.Best regards!
in reply to: Portfolio imagesHello,
You can delete plugin from ftp. Go to wp-content/plugins and rename or delete folder “js_composer“. You can then proceed with Visual Composer installation with out any problem. (it only matters that there is not a ‘js_composer‘ named folder in the server).
Yes, you can use that copy for all your site’s.
Best regards!
in reply to: codeless medicine home pageHello,
I can not access your site anymore. Can you please enable it?
Let us know.Best regards!
in reply to: Inner content margin/paddingin reply to: Responsive Issues – Tower ThemeHello,
I opened your site from a mobile (samsung s6) device and also in mobile simulator but the titles in slider look ok (screenshot).
Please add this code into your custom css box in General Options, for the normal pages header titles:@media (max-width: 480px){ .header_page.centered h1 { top: -55px !important; font-size: 30px !important; } }Let us know.
Best regards!
in reply to: Portfolio OptionsHello,
You have to select the portfolio template first, to use a page as portfolio page. Watch this video tutorial for more detailed info.
To edit/add job title in Team, go to Team > select the staff member you want to edit and go to Portfolio Options > Staff Position. Change the position here. (screenshot)
Best regards!
in reply to: Portfolio Page HelpHello,
Please make sure you have assign a category to the portfolio items. If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: burger menu not workingHello,
I opened your site in mobile but the menu works fine (screenshot). I am able to open it, and browse through pages without issue. Did you manage to fix it?
Let us know.Best regards!
in reply to: Page title cropped on small screensHello,
We have notified the developer team. We will fix this in the next theme update.
Thanks for your patience.Best regards!
Hello,
Yes! The single staff element, uses name’s as the id to selects all available elements. Please make sure to have unique names for your staff entries in order for them to show up in the drop-down list.
Best regards!
in reply to: WooCommerce Products page messed up after the updateHello,
This happened due to the latest woocommerce update. So we updated theme, including the fix for it. Supposing that you did not update theme, i gave the instructions to fix it. That is why the lines are the same.
If you do have the latest version and still having the problem, then something else may be causing it.
Please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
Hello,
If you want to keep the slider in horizontal view and fix the background image, then add this code:
@media (max-width: 767px){ .rev_slider >ul >li .tp-bgimg.defaultimg{ background-size: contain; }}If you want to remove it, add this code:
.rev_slider { display: none;}
Let us know.Best regards!
in reply to: Update problem – Product column alignmentHello,
I edited this line in file woocommerce/content-products.php,
if ( 0 === ($woocommerce_loop['loop'] + 1) % $woocommerce_loop['columns'] ) {to this:
if ( 0 === ($woocommerce_loop['loop'] - 1) % $woocommerce_loop['columns'] ) {Also i added this code into your custom css box:
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin-right: 20px !important; }The products space in these pages, is ok now.
2-Please use 4 column for the time being. We will fix this in th enext theme update.
Thank you for your cooperation.Best regards!
in reply to: Inner content margin/paddingHello,
You can use custom css to change that elements styling. If you want our help with it, then send us a link where is this.
Best regards!