Forum Replies Created
-
in reply to: Contact form 7 Plugin
Hello,
Upload the screenshot here: https://imgur.com. Or share your wp credentials into your profile details.
Let us know.
Regards!
in reply to: Problem with the child themeHello,
Sorry but with the above credentials i can’t login.
Anyway take a look to this article:
Download here the child theme of the picante: https://we.tl/t-beebgMmhuv and upload it to wp-content/themes/ after unzip the folder.
Keep in mind that the original theme need to be uploaded before.
Let us know.
Regards!
in reply to: 2.5.4 updateHello Aloevera,
First i recommend you to delete the old Codeless Builder and install the new version we have released. After you have deleted the old one go to Apperances > Install Plugins and install the new version of the Codeless Builder . Remember to install also the Kirki plugin and Codeless Wpbakery Visual Composer if you want to use it .
In case your problems will persist please share with us your wp creds in your profile details so we can assist you.
Let us know.
Have a nice day.
Regards!
in reply to: Blog page broken, need developer supportHello Jim,
Sorry for inconvenience that you have experienced with our theme. Please can you share with us your wp credentials through your profile details so we can check out your installation.
Let us know.
Regards!
in reply to: prev and next buttons in portfolioHello,
If you want to remove the portfolio navigation go to Appearances > Customizer > Custom Posts > Portfolio > Single Portfolio Navigation > Switch it off.
If you want to set a order download Simple Custom Post order plugin that can help you with that.
Regards!
in reply to: Edit Post With Codeless BuilderHello,
1. Post header can be set individually for any posts separately:
The default post style can be set at Apperances > Customizer > Blog > Single blog :
There you can which type of layout you want.
2. With Gutenberg you can add different elements like images and paragraphs:
Click on the plus sign to add the element you want.
Check out: https://developer.wordpress.org/block-editor/
Let us know.
Regards!
in reply to: Folie header background color changeHello,
If you like to out please rate it with 5 stars.
Thank You!
in reply to: Trouble getting a font to display on my websiteHello,
Please try to disable Easy Google Fonts plugins. Google font are integrated by default in the theme you don’t need any plugin to use them.
So to change the font go to Customizer https://codeless.co/folie/documentation/main.html#headings
Let us know.
Regards!
in reply to: Mobile menu loads unreliablyHello,
Please fill your profile details with your wp creds so we can check the issue closer.
The plugins that comes within the theme are:
Codeless Add External Media Codeless Builder Contact Form 7 Customize Posts Envato Market Kirki Toolkit Meta Box WooCommerce WPbakery Page BuilderLet us know.
Regards!
in reply to: Mobile problems on Specular themeHello,
You can change the pages and post header in light version by change this : Header Color Style 1 > Light
To fix the issue on the mobile please add this custom css :
@media(max-width:768px){ header#header.transparent{ background:#fff !important; } } .error404 #header #logo .light { display:block; } .error404 #header #logo .dark{ display:none; } .error404 nav .menu > li > a{ color:#fff !important; }Write the line above into General > Custom Css Box.
Regards!
in reply to: Problem PaginationHello,
You see the empty box because there is no enough items with the same category or tag to be showed an related product.
In this case you have also changed the order so you see the white box in the middle and not it end.
If you want to have all the boxed filled you have to set 6 product in one category or tag(Etichetta).
You can change from 3 columns to 2 also.
Let us know.
Regards!
Hello Mick,
There are two problems to see the images uncut 1. The image need to be bigger or simply let the image smaller and try to add the background-size: container.
This image is too small :https://vertibusakta.lv/wp-content/uploads/2019/05/fonsNewFinal_w900.jpg this is the reason that you see it smaller.
Now i’m not if i understand what you really want to do. Please show me which image will be showed on Responsive and which on desktop. So i can do it for you or instruct you in the right way.
Let us know.
Regards!
in reply to: Customize Display ErrorHello,
This is a problem with your server as i see from logs. There is a miss-configuration.
If you try to install the theme in another server you will see that the problem will be fixed.
Let us know.
Regards!
in reply to: Folie header background color changeHello,
Please check it now. I have removed the esc_url filter before the url output.
Regards!
Hello,
The options that you have added can’t remove the whole slides but only the row from responsive. This is the cause that you see the slider blank on responsive.
Now remove the previous rules from the responsive and add the following :
The first slider:
@media(max-width:768px){ .swiper-wrapper .swiper-slide:first-child{ display:none; } }@media(min-width:768px){ .swiper-wrapper .swiper-slide:nth-child(2){ display:none;; } }Please try to be correct with the laptop view (resolution needed)
You can add the above lines into Customizer > General > Custom Css i have added the first and commented the second so you can experiment with the two queries.
By change the number of the child “nth-child(2)” to “nth-child(3)” you change the slides involved.
Best Regards!