Forum Replies Created
-
Hello,
I suspect this was a permalink issue. Most probably in the server. Good to know it’s ok now. Let us know if you have any other questions.
Best regards!
in reply to: Text on Codeless Slider too small on mobileHello,
You can use custom css. Add this code:
@media (max-width: 480px){ .codeless_slider .swiper-slide .content p { font-size: 22px !important; } }Let us know.
Best regards!in reply to: Portfolio /contact /logoHello,
Please add this css too:
@media (max-width: 991px){ .main.header-row .c-right { max-width: 90px !important; } .main.header-row .c-middle { max-width: 89px !important; margin-right: 135px !important; }}Best regards!
in reply to: Pretty Photo Image Gallery not working as expectedGlad to know that.
Let us know if there is anything else we can help you with.
Best regards!
in reply to: Portfolio /contact /logoHello,
1-Please go to Appearance > Customize > General > Custom Codes > Custom Css (screenshot), and add this code:
@media (max-width: 991px){ .main.header-row .c-left { order: 1; min-width: 100% !important; } .header_container .header-row-inner { flex-wrap: wrap; } .cl-h-cl_header_logo .logo_font { line-height: 1 !important; } main#main { margin-top: 90px !important; }}Result screenshot: https://ibb.co/D5q4qhC
2-Add this css:
@media (max-width: 767px){ .page-id-109 .row.cl_row-cp-middle:not(.cl-col-tablet-full) { flex-direction: column-reverse !important; } }Result screenshot: https://ibb.co/7kFDfdg
3-Yes, you can use the POT files (useful article) or install a translation plugin like WPML.
Best regards!
in reply to: Update issueThis reply has been marked as private.in reply to: Translate english to frenchGlad to help!
Please do not hesitate to open as many new tickets for any question you may have.
Best regards!
in reply to: Translate english to frenchHello,
Please go to file js/main.js and find this function
function clientsCarousel(){(line 750), edit line:
auto: false,
to:auto: true, scroll: { items : 1, duration: 500},Let us know.
Best regards!in reply to: How to set an OnClick action for an image elementHello,
Please update the plugin. The latest version included in theme is 6.0.5. The media element has the option to set it as a link. See screenshot: https://ibb.co/jTXTYvg
Let us know if this works for you.
Best regards!
in reply to: Tower 2.8.1 Update FailedHello,
That’s great. Let us know if you need further help.
Best regards!
in reply to: Hide/move Breadcrumb and embed share code in postsHello,
1-Please add this code into your Custom Css box:
.header_page.normal .container { flex-wrap: wrap !important; } .header_page.normal .container > h1 { min-width: 100% !important; line-height: 60px !important; } .breadcrumbss.span5 { min-width: 100%; margin-left: -15px !important; } .header_page .pull-right { float: left !important; }Result: https://ibb.co/7tVYTmT
2-I suggest you find a plugin that does this for you. It’s easier and it will prevent editing more of theme’s core files.
Best regards!
in reply to: Remove filter \"All\"Hello,
Sorry but that is not possible. If you want to show the items of only one category, then add a portfolio element and select only that category. Hide the “all” tab and by default, the category’s posts will be shown.
Best regards!
in reply to: Portfolio Item Name Title does not show in mobileHello,
I added the css in Specular > General > Custom Css box (it should be added always here). Please refresh page. This is the result: https://ibb.co/CQGsKGC
Best regards!
in reply to: Css and Js file not fetch from CDNHello,
These images are uploaded in high quality so they appear in good in site. You can either optimize these images using any image processing program, or regenerate thumbnails in WordPress dashboard.
https://www.wpbeginner.com/plugins/regenerate-thumbnails-new-image-sizes-wordpress/
https://www.hostgator.com/help/article/regenerate-thumbnails-or-set-new-image-sizes-in-wordpresshttps://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/
Best regards!in reply to: Portfolio Item Name Title does not show in mobileYes, add some wp credentials in a private reply. So I can check and fix it.
Thanks!