Forum Replies Created
-
in reply to: My Website is no longer Responsive
Hello,
Please add some wp credentials in a private reply. So we can check the video.
It’s not possible to disable scrolling in mobile, but in each slide’s row settings (starting from second slide) you can select to disable row for mobile. This way you will have only first slide left to show in mobile and thus no scrolling available.
Let us know.
Best regards!in reply to: Sticky header not workingHello,
Edit code to this:
@media (max-width: 979px){ .container.container-content { padding-top: 160px !important; }} @media (max-width: 480px){ .container.container-content { padding-top: 150px !important; }}Best regards!
in reply to: Portfolio grid does not workHello,
Please add some wp and ftp credentials in a private reply. So we can check this and fix.
Best regards!
in reply to: Loading Demo doesn't workHello,
Please go to Specular > General Options > Select Special Pages, assign a homepage here. Assign the page you will use as one page.
Let us know if you need further help.
Best regards!in reply to: View the 'Blog' section in multiple languagesHello,
Did you assign the blog page as the posts page? Polylang is not a supported plugin so we have not tested it ourselves, but there have been no problems reported from other users.
However i can give it a look if you post some wp credentials in a private reply.Best regards!
in reply to: Change language to Specular themeHello,
Did you translate the string too? Please go to file \lang\specular.pot and check if the string is translated. If not, add the translation there.
Please know that Polylang is not one of our supported plugins.
Let us know.
Best regards!in reply to: Tower 2.8.1 Update FailedHello,
Please update included plugins too. Let us know if the issue persists.
https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-versionBest regards!
in reply to: Extend SupportHello,
You can extend just the support in theme’s prifile in themeforest. Just login wiht the account that you have bought it. Go to the extend support option and follow the steps. See screenshot:
https://ibb.co/Bz3wgr9Let us know if you still can not do it.
Best regards!
in reply to: Sticky header not workingHello,
Please try adding this css:
@media (min-width: 1024px){ .container.container-content { padding-top: 160px; }} @media (max-width: 767px){ .container.container-content { padding-top: 150px; }}Change the values to your wish.
Best regards!in reply to: Content wider than the screenHello,
Apart from the content being a bit in the left, in mobile, i don’t see any issue. I don’t get these messages in my google chrome console either.
You can add this css to center the content in mobile:@media (max-width: 480px){ .viewport { left: 30px; }}Can you post some screenshots of the messages?
Best regards!
Hello,
Sorry for the late reply.
1-Please add this css into your Custom Css box:article.hentry h2.entry-title { word-break: break-word !important; }2-Please add this css too:
.wp-block-quote:before { color: #2980c236 !important; }Change the color to your wish.
Best regards!
in reply to: Chrome and Firefox ErrorsHello,
Apart from the messages in the console, are you experiencing any issue with site’s functionality? Do you have any issue navigating it or adding/removing content?
Best regards!
in reply to: How does cl_slider show all on the phone?Hello,
Please add this css into your Custom Css box:
@media (max-width: 480px){ .cl_col_wrapper { margin-left: auto; }}Result: https://ibb.co/gFCJ7Gj
Let us know.
Best regards!in reply to: The Post Blog visualization isn´t ResponsiveHello,
That’s strange. Please add this css to fix it:
@media (max-width: 480px){ .blog-article.standard-style .content { width: 40% !important; } .post_style-modern .span12 > .blog-article > .media { margin-left: 0 !important; margin-right: 0 !important; max-width: 300px !important; }}Result screenshot: https://ibb.co/dkv0syD
Let us know.
Best regards!in reply to: Error Contact Form7Hello,
That’s great! Thank you for sharing.
Best regards!