Forum Replies Created
-
in reply to: Menu / Navigation width
Hello,
Sorry for the inconvenience. We are looking into this and will fix the feature in the upcoming theme update. In the mean time please use custom css to change the font in mobile.
We can help you with the css. Just let us know which element do you need help with.Best regards!
in reply to: Template pageHello,
Sorry for the late reply.
You can copy a page’s content by going to Page’s Classic editor and copy the shortcodes. Save this in a file in your computer. Then after you have imported the other demo, create a new page and Paste it into your new page’s content editor. See screenshots:
https://ibb.co/evg13c
https://ibb.co/cYNu6x-Which style do you have chosen for portfolio? Can i please see a link where is this running?
Best regards!
in reply to: Revolution slider not activeHello,
The Layerslider was already been installed. I just imported the demo slider from specular/slider-dummy-data folder (check in the folders extracted from the specular-responsive-multipurpose-business-theme/9412083 zip file).
Then i set this slider up to display in homepage, by assigning it in the page’s General Settings > Slider Options.You can proceed in changing it’s content to your wish.
Let us know.Best regards!
in reply to: Site breakdown after installHello,
1-No, it’s not. We have temporary removed the registration because too many customers where confused in how to implement it. The registration code can be used to register in this support forum.
We will enable it in future theme updates.2-Please increase your wordpress server settings. See the minimum requirements here: https://codeless.co/june/documentation/#requirements
You can also increase speed by removing any plugin, pages, posts you do not use. Optimize images, use a caching plugin etc. See more in this related article: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/3-Please make sure to upload images of the same size for the products. You can set up product image sizes in Customize > Woocommerce > Product Images (screenshot).
4-Can you please provide some valid wp credentials to the site? So we can give this a closer look.
Best regards!
in reply to: Billing State / County is a required field.Hello,
I checked and i don’t get any problem filling out the country field. See screenshot: https://ibb.co/dJTQDc
Can you please post a screenshot of your situation?
Thanks!
in reply to: Codeless Slider – Folie ArchitectureHello,
You are right. For now please use custom css to set this up.
.cl-row .bg-layer { background-size: contain !important; }I have notified the developer. We will add the additional attribute int he next theme update.
Best regards!
in reply to: Menu / Navigation widthHello,
There is no option to change the responsive font size in the customizer. The three icons at the bottom of the page (screenshot) will show you how the page will look like in the given screen size, but it won’t save the changes you make in the page, while being in this screen layout.
The font size is pre-defined in the code. We can help you make the changes you want.
Let us know what we can help you with.Note: This topic is assigned as resolved. Please open new ticket for future questions.
Best regards!
in reply to: June modification listHello,
1-All good then?
2-By default all rows are of the same width, and the height is variable of the amount of elements added into it. To set custom width, open row settings and assign the value you want. See screenshot: https://ibb.co/cghrE7
3-You can set this up with custom css. Or just make sure to have the products images in the same height. Set this up in Customizing > Woocommerce > Product Images (screenshot)
4-Are you referring to the Instagram in footer? The widget? This is a pre-defined element. You only need to set up the user and key to import the images. They will show up in same size as shown in demo. To change these dimensions, use custom css.
5-Please make sure to have installed MailChimp plugin first.
6-Have you added any link to the socials? Each social will show up in the page, only if there is link set up for it.
7-Every element you can add to each side of the menu is listed in the Codeless builder elements showing up when you click on the little balloon. See screenshot: https://ibb.co/eWXxnS
If the menu is not available in the list, then you can not add it.8-This too requires custom css. You can add the custom code in Customize > General > Custom Codes > Custom Css.
9-Please try to use the default elements instead. You can use the “Custom Code” element to add text and use the html tags in it as well.
10-This is a customization that requires coding and is not included in support.
11-Sorry can you be more specific? What do you want to change?
Let us know.
Best regards!
in reply to: Problem with background of footerHello,
Please go to General Options > Layout and set the Padding and Margin to 0. Currently is set to 85px.
See screenshot: https://ibb.co/km7x47Let us know.
Best regards!
in reply to: Responsive Padding in MobileHello,
This css is not present in the default css files of theme. So it must be generated from the options in your side. Do you have sticky header active?
Please check that there aren’t any settings set to add the padding. Check the row or header where you get this.
Let us know if you need help.Best regards!
in reply to: Revolution slider not activeHello,
I don’t see any other topic created from you. Which help center are you referring to? This is th eonly support forum for specualr theme.
There is no issue with Revolution slider. Just import the zip file in Plugins > Add New, just like any other plugin. Then proceed in installing it.
What issue are you getting? Any error message? Let us know so we can understand what is going on.Best regards!
in reply to: Folie – Architecture TemplateHello,
To add custom css for ipad/tablet layouts, please change the max-width value to 1024px. It will be like this:
@media (max-width: 1024px){ /--your css here---/ }-The commercial page seems to have padding added to the row containing image. You can either remove the padding from row settigns, or if you want to remove it only for mobile, then add this code:
@media (max-width: 480px){ #cl_row_5ad9cff3074463-52959281 { padding-bottom: 0 !important; padding-top: 0 !important; }}See screenshot: https://ibb.co/kWpeZ7
Best regards!
in reply to: Menu / Navigation widthHello,
I fixed it.
Please clear cache and refresh pages.
Let us know.Best regards!
in reply to: Problem with background of footerHello,
The CSSHero plugin is the culprit. I deactivated it and now the copyright is ok.
Please check your site.Best regards!
in reply to: Gallery lightbox problemHello,
Just access the file codeless-main.js from wordpress Appearance > Editor, or a ftp account. The file is located inside the folie/js folder.
Find the first line using ctrl+F combination in your keyboard. Then replace it with the second string.
Best regards!