Forum Replies Created
-
in reply to: June social Widget does not show youtube linkThis reply has been marked as private.in reply to: Mobile view problem
Hello,
1-Please add this code:
@media (max-width: 480px){ .owl-prev { left: -35px !important; } .single-product .related.products .owl-nav > div:after { top: 9px !important; }}Result screenshot: https://postimg.org/image/69wtqd6b9/
2-Please go to file css/codeless-woocommerce.css and find these lines:
@media (max-width:500px){ .woocommerce .products ul, .woocommerce ul.products{ margin:0 0px; } .woocommerce ul.products[data-columns-mobile="1"] .product_item .inner-wrapper{ padding-left: 0 !important; padding-right:0 !important; }Remove te
!importantfrompadding-left: 0 !important;
Then add this code into your Additional css menu:@media (max-width: 480px){ .woocommerce ul.products[data-columns-mobile="1"] .product_item .inner-wrapper { padding-left: 75px !important; }}I have added these changes to our to-do list to add them in the next update!
Best regards!
in reply to: Website looks bad on mobileHello,
Yes, sure. Please add this code:
.menu-small ul.menu > li > a { color: #9e9898 !important; }Change the color to your wish.
Sorry if i changed something you did not want. I was trying to not lose any more time on the changes needed.Best regards!
in reply to: product variations labelThat looks good!
Let us know if you need further help.
Regards!
in reply to: Centred divider in the page builder but shown rightHello,
Add this code into your Additional Css menu:
.page-id-1720 .cl_column_inner.cl-inline-column > .wrapper > .col-content > .cl-element { width:100% !important; }Best regards!
in reply to: increase logo size on mobileHello,
Add this code into your Additional Css menu:
@media (max-width: 480px){ #logo img { height: 55px !important; }}Change the value to your wish.
Best regards!
in reply to: rename COMPLETE THE LOOK from single productHello,
It’s done. The steps taken:
1-Add the replacement of the string you want to change in the pot file. Either by editing it directly from a notepad:#: includes/codeless_functions_woocommerce.php:1211 msgid "Complete the Look" msgstr "Buy together"or editing from Poeditor: https://postimg.org/image/m0m1e80jp/
2-Add the language variable in file wp-config.php:
define('WPLANG','en_EN');3-Set up the new language for the site in Settings > General > Site’s Language: https://postimg.org/image/7u6aj7011/
Check your site. The string is replaced already.
Best regards!
in reply to: Changing top nav info & strange errorWhat address do you want to set in the top header location?
in reply to: Translation into German & Codeless Builder**Please make sure to have the latest version of the Codeless Builder plugin as well as theme.
in reply to: Translation into German & Codeless BuilderHello,
You can use the pot file to translate the site. Just translate every string in it using a normal text editor or the PoEditor. Save it as
de_DE.po. Upload the edited file in the lang folder.
Add this line in yourwp-config.phpfile:
define( 'WPLANG', 'de_DE' );
Go to Settings > General > Site Language and select this file from the drop-down list.
So the site will use this file’s strings instead of the defaults. Keep a copy of the pot file in your computer to replace in case of future theme updates.A live preview of this process can be found here: https://youtu.be/1xqcxncNmT0
Let me know how it goes.Best regards!
in reply to: Changing top nav info & strange errorHello,
You can add them here in a private reply. Or add them into your own profile data.
Read this article for more information.Best regards!
in reply to: rename COMPLETE THE LOOK from single productHello,
That’s what the previous solution does. So that you can control this, in the pot file only. Did you chose the pot file as the language to be used in the site? Otherwise the changes mean nothing. Go to Settings > General > Site Language and select this file from the drop-down list.
So the site will use this file’s strings instead of the defaults. Keep a copy of the pot file in your computer to replace in case of future theme updates.
If you want i can do the changes for you. Just let me know.Best regards!
in reply to: Custom CSS per itemHello,
Sorry but this is not possible with theme’s default options.
Best regards!
in reply to: Portfolio FullWidth Header & MoreHello,
1-I added this code into your custom css box:
.portfolio-item.basic .show_text h6 { display: none; }2-Yes, but for this there are some customizations needed. In file includes/view/portfolio/loop-masonry.php, also the overlay needs to be removed if you want to have the entire image as a link. do you still want it?
3-The ‘related’ is a Jetpack feature. This is a third party plugin which we do not support. I suggest you check out the plugins options to remove the related posts from single portfolio description.
4-Which demo are you referring to? Your site has the centered logo with menu below, style of header. To have the logo at top-left and menu top-right, just change your header style to simple (default).
5-You can’t by default. But you can use a plugin that does the job. Try “Post Type order” (link here). It uses the drag-and-drop technology to reorder any type of posts. It is compatible with theme.
6-Please deactivate all third party plugins and refresh page. Let us know if the situation persists.
Best regards!
in reply to: Folie – architectureHello,
Please add this code into Your Additional Css menu:
.cl_element .cl_controls { display: block; }Let us know.
Best regards!