Forum Replies Created
-
in reply to: 500 internal error
Hello,
Please go to Settings, and select Permalinks. Scroll down to the bottom of the page, and click Save Changes. Refresh your website. If the 500 internal server error is gone, it was caused by a corrupted .htaccess file and your issue is now fixed.
If the issue persists, add some valid wp and ftp credentials in your profile data. Read this article for more information.So we can check on this.
Best regards!
in reply to: Error 500 – Activation PluginsHello,
Please add some valid wp and ftp credentials in your profile data. Read this article for more information.
So we can check on this.
Best regards!
in reply to: Picante Demo Content Not ImportingHello,
@robinsonp
I removed the credentials as this is a ticket with different author. I added it to your profile data. Check it here: https://support.codeless.co/?bbp_user=2715I set up the demo for you. Please check it and let me know.
Best regards!
in reply to: Adding a custom social icon to folieHello,
Yes, in the same file, same block of code. Example:
If you want to open facebook social in new tab, the above line:
echo '<li class="facebook"><a href="'.esc_url($facebook).'"><i class="cl-icon-facebook"></i></a></li>';Will be edited to:
echo '<li class="facebook"><a href="'.esc_url($facebook).'" target="_blank"><i class="cl-icon-facebook"></i></a></li>';The code added in it is:
target="_blank"
You can add this to all socials, or just the ones you want to open i new tab.Best regards!
in reply to: Select Quick Searches tagHello,
Sorry but this is a random selection. There is not an option to select the preferred tags in search just yet.
Best regards!
in reply to: Adding a custom social icon to folieHello,
Sorry for misunderstanding. You can change the icon in file
folie\includes\widgets\codeless_socialwidget.php
Look for these lines:if( !empty($facebook) ) echo '<li class="facebook"><a href="'.esc_url($facebook).'"><i class="cl-icon-facebook"></i></a></li>';Best regards!
in reply to: Viewing Customise EditorHello,
Can you please add some valid wp credentials in your profile data? Read this article for more information.
So we can give it a closer look.
Best regards!
in reply to: Social Icons and Text not lining upHello,
I added this code into your page’s custom css box:
.moon-phone:before { color: #0074b1; font-size: 20px; }To change the icon color and size. You change the values to your wish and save changes again.
-I edited the previous code to this:
.social_icons_sc { padding-top: 0 !important; width: 5% !important; }This is the result: https://postimg.cc/image/6dpzux7bb/
Clear cache and refresh page.Best regards!
in reply to: Video in column backgroundHello,
Sorry but i don’t understand. You want to have the video in the right column and the post in the left? This example you send is displaying it: https://www.palestradellascrittura.it:8181/index-05-wip-solo-video-dx/
What do you want to change here?
Best regards!
in reply to: Picante Demo Content Not ImportingHello,
@robinsonp,
Please open a new ticket and send us some valid wp credentials in a private reply. This ticket has a different author so the private replies will be visible to him!Best regards!
in reply to: Video Embedded doesn't work on mobile IOS PhoneHello,
Sorry bu this is not possible for now. We will include an option for this in the next theme update.
Best regards!
in reply to: Hide Top Sellers and New ArrivalsHello,
Please go to Customize > General > Custom Codes > Custom Css, add this code:
.cl_shop_tabbed ul.tabbed-tabs > li:nth-child(2) { display: none; } .cl_shop_tabbed ul.tabbed-tabs > li:nth-child(3) { display: none; }Best regards!
in reply to: HeaderHello,
No, the plugins has nothing to do with it. Just a few changes in the configuartion.
1-Upload the two versions of logo correctly. A dark version in the dark version options and the light logo in the light version. I already uploaded the current light logo version in Header Options.2-The light version of menu is set up in style.css file. In order to make the font white. So you do not need to set up the menu font in Header Options > Menu options > Font color to white as well. Because the value you set up here will be taken for the dark version of the menu. Thus leading to a white header in both dark/light versions.
I change the menu font color in Header Options > Menu Options to black.
3-The last step is to change the header version used in each page. I already changed it for the homepage. Do the same for other pages as well (the option in page’s General Settings)
Let me know if you need further help.
Best regard!
in reply to: hamburger menu not showing on mobileHello,
I checked the site but the menu looks just fine. Please see the screenshots:
https://postimg.cc/image/vqvqw13zb/
https://postimg.cc/image/ffvmzm4bb/Are you not getting this? Let me know.
Best regards!
in reply to: URGENT – PRODUCT CATEGORIES on Shop pageThis reply has been marked as private.