Forum Replies Created
-
in reply to: woocommerce
Hello,
You can check the status of all your tickets in your profile. Follow this link:
https://support.codeless.co/?bbp_user=2837&bbp_tops=1Currently, there are no other tickets opened other than this and and your latest one.
Best regards!
in reply to: Contact form 7 PluginHello,
Sorry but this is not possible. There is no option to add text after logo. Not in mobile and not in desktop. I suggest you customize your logo image to have the text you want added to it’s right side. So whenever the logo is showed, that text will to.
Best regards!
in reply to: Responsive problem with "Staff Carrousel"Hello,
Please add this css into your Custom Css box in General Options:
@media (max-width: 480px){ .swiper-slide { float: none !important; } }Best regards!
in reply to: Responsive problem with Specular HomeHello,
Please add this css into your Custom Css box in General Options:
@media (max-width: 480px){ .rev_slider ul li .tp-caption{ font-size: 26px !important; float:left; margin-left:auto; } }Best regards!
in reply to: add icons between rows – overlappingHello,
Yes, you can create this look by adding margin to the bottom row. Go to Row settings > Extra Class Name (screenshot), add a custom css class. Then in General Options > Custom Css box, add margin to the new class. Example:
.row_with_margin{ margin-top: -20px; }Best regards!
in reply to: Add Instagram to social widgetHello,
I will add it to the to-do list. We will include it for sure.
Best regards!
in reply to: Footer Change in some pagesHello,
This is strange. I suspect some additional script could be messing with theme’s style. However, this can easily be fixed with a little css. I added this code:
footer#footer { font-weight: 400; }It’s ok now. Please check your site.
Best regards!
in reply to: Change Caption "Read More"Hello,
You can use the included .PO file to translate site’s text. Read this article for more details: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files
Best regards!
in reply to: Bad visualization on mobile devices. (Responsive)Hello,
I added this css in General Options > Custom Css box:
@media (max-width: 797px){ .wpb_content_element.list { float: left; width: 100%; } }Please clear cache and check your site.
Best regards!
in reply to: Specular – Couple of bugs (Mobile menu, accordion)Hello,
After theme update some plugins may deactivate, so just go to Plugins menu and activate them again. If you see any message in your dashboard, requiring to update included plugins..then just follow the on screen steps.
It will remove the old copy of included plugins and install the new updated version that is inside theme package.Please read this article for more detailed info:
https://support.codeless.co/?ht_kb=plugins-license-activation-is-required-to-receive-updateshttps://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-version
If you want we can help you with it. Just add some wp and ftp credentials in a private reply.
Best regards!
in reply to: Mobile problems on Specular themeHello,
Please add this css inside the
@media (max-width:768px)block above:.viewport { overflow-x: hidden; }-Please add this css:
.services_medium.style_1 h4, .services_small.wpb_content_element.align_left h4, .recent_portfolio h5, .wpb_content_element.services_media.style_1 { pointer-events: none; }It will remove the hover effect from these elements.
Best regards!
in reply to: "only text" doesn't work +moreHello,
That’s not a bug. That’s how it’s designed. When “text only” is selected, a “wrapper_none” css class i added to the icon div. This deactivates the icon option.
What do you want to change here? I don’t see any issue in the blocks view.-Add this css in your Custom Css box to fix it:
.header_container.menu-full-style #navigation nav > ul > li > a:hover, .header_container.menu-full-style #navigation nav > ul > li.current-menu-item > a { color: #00bfa5!important; }-I don’t see any “solid grey with square corners” button. Can you please send a screenshot?
Best regards!
Hello,
I checked and the mentioned images are indeed loading properly in mobile and desktop. Here is what i see:
Desktop: https://ibb.co/8bh82Dx
Mobile: https://ibb.co/8bh82Dx1-That happens because of the difference in position of the two types of headers. I fixed it by adding this css in your custom css box:
.header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style.cl-transparent.cl-header-light { position: absolute !important; } .header_container.boxed-style { position: relative; }2-Re-position the image to your wish by changing the background position in Row settings > Design > BACKGROUND IMAGE > Background Position.
-https://ibb.co/Tw4PS76 -> make the row full height. The background image will only show up to the end of the row.3-I added this css:
.header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style .cl-text p:last-child { color: #273eaf !important; } .home .header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style .cl-text p:last-child { color: white !important; }Best regards!
in reply to: sub menu does not showHello,
I opened your site but i do see the sub-menus showing well. Screenshot: https://ibb.co/8KPHjwv
Did you manage to fix it already?
Let us know.Best regards!