Forum Replies Created
-
in reply to: List Element Icon and Font Size Too Big
Hello,
Can i see a link where are you having this? So i can understand better your view and provide the correct css.
Thanks!
in reply to: WooCommerce cart always in english.Hello,
The Loco plugin does not use the default lang files in specular/lang folder. As Loco translator plugin is a third party plugin so we can not give support on it.
Please make sure you have named the .PO file correctly. The right form for italian is it_IT.po.
Let us know.Best regards!
in reply to: TOWER HELP embedding a video from youtubeHello,
This is your blog page. Since the moment you assign a page to be your blog, it automatically gets the blog settings. You can not add additional Visual Composer elements here.
If you must have this, then a workarond would be to have a normal page, add the video element at the beginning and then the “Full Blog” visual composer element after to show up your posts.
Let us know if it was helpful.Best regards!
in reply to: disable mobile compact nav menu headerHello,
Can you please be more specific? As written in my last reply, there are two choices:
-remove responsiveness of site, and therefore normal menu will display in mobile as well;
-Keep site responsive but hide mobile hamburger menu and show up normal menu;
If you are referring to the second method, i can give you the basic code. But as stated before, there is additional styling to do and that is not included in support.
Please add this code to show normal menu in mobile and hide the default hamburger menu:@media (max-width: 991px){ .cl-mobile-menu-button { display: none; } .cl-mobile-menu { display: block; } .cl-mobile-menu nav > ul > li { padding-top: 4px; width: 15% !important; float: left; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; }}The result for ipad: https://postimg.org/image/28y3tqf6ej/
Best regards!
in reply to: Page background imagesHello,
Sorry for the late reply!
I open the site in chrome browser and i don’t get any pixilated view. Please check out this screen recording of it: https://drive.google.com/file/d/1y-_YXyFmaZ-Zi_VX18nQ-m6qGJrj26s8/view-It is not possible change the page’s background by theme options. You can add a color background (screenshot), but not another image.
Let us know.
Best regards!
in reply to: top header space between wordsHello,
Sorry for the late reply.
That is happening because you are trying to style an element inside another element. Please add this code into your custom css box:.header-el .cl-icon-text span p b { margin-right: -22px !important; padding-left: 23px !important; }This should be the result: https://www.clipular.com/c/5243017178120192.png?k=O4vlrDpSINrP0W0NcFYKupy80Os
Change the values to your wish.Best regards!
in reply to: codeless slider next button last slideHello,
Can you please add the wordpress credentials in your profile data as well? So i can check the slide’s settings.
Thanks!
in reply to: Vimeo Videos Won't PlayHello,
Can i see a link of one of your vimeo videos? Not just the id.
Regards!
in reply to: Page Options and Style Featured Image heightHello,
You can change the thumbnail image size in Settings > Media > Image sizes > Thumbnail size (screenshot). If you want to make the changes from WordPress options.
Or change them in file functions.php. Read this article for more detailed information:
https://support.codeless.co/?ht_kb=ideal-image-sizeBest regards!
in reply to: Pagination: Header Link rel="prev" & rel="next"Hello,
Theme has build-in the links to next/prev post or portfolio item. This does not included normal pages. Sorry but this is a personal customization that requires coding and it’s not included in support service.
I suggest you hire a developer to help you with the customizations you need.Best regards!
in reply to: Error with js composer after creating post gridHello,
Apologies for the late reply.
You need to update Visual Composer asap! The version running is very old. Also i see you have too much third party plugins installed. Even though most of them are inactive at the moment, when you first install and activate a plugin, it can change or add more scripts that can conflict with theme. So i suggest you remove all plugins you do not use (delete it’s files as well). Then update theme and it’s included plugins. So that the latest version will be running and we’ll know for sure that they are not changed/affected by any other third party plugin.Download the latest theme version from your Envato > Downloads menu.
Let us know.Best regards!
in reply to: How to insert footer imageHello,
Sorry for the late reply!
To add an image for your footer background, you need to use custom css. Add the code into your custom css box in General Options. An example code is this:footer#footer .inner { background-image: url("https://codeless.co/specular/default/wp-content/uploads/2014/07/1231-compressed.jpg"); background-size: cover; background-position: center center; }Change the link of the image to your wish.
Best regards!
in reply to: Vimeo Videos Won't PlayHello,
Please check the settings of your videos from the Vimeo site first. Perhaps the links you are sharing are configured to hide the control settings (or unchecked for display) in the vimeo account settings.
You can ask more about it at the Vimeo support/faqs.
Let us know.Best regards!
in reply to: Access to LayerSlider in Specular templateHello,
Sorry for the late reply.
Please download a copy of that slider here:
https://jmp.sh/gQ3Bxd5
To avoid the html tags in the future, please check out this article:
https://support.codeless.co/?ht_kb=preventing-the-html-tag-in-topics-content
Let us know if you need further help.Best regards!
in reply to: https – not work sliderHello,
There is no problem if the image does not show up in the option panel. Do you get to see the image in the page online? Can you send us the link of the page where you added this image?
Let us know.Best regards!