Forum Replies Created
-
in reply to: Blog post settings
Hello,
1-You can add slider in pages (blog is a normal page), but not in the posts. Blog post are included. This is why the slider is not showing.
2-To remove comments from pages, please go to “Screen Options” (top-right corner of the page’s option panel) and check the “Discussion” and “Comments” checkbox.
See screenshot: https://share.pho.to/AkKjm
After this the comment option will show up in the page’s settings. Uncheck the boxes not to allow them display in the page.
See screenshot: https://share.pho.to/AkKkN3-If you click on the ‘small share icon at the bottom’ you will see expand some social icons. Use them to share your post. Sorry but removing the location of the share icons or add more is a customization not included in support.
4-To add further space between post title and info bar, add this code into your custom css box:
.blog-article.standard-style .info { margin-top: 30px !important; }Change the value to your wish.
Let us know.Kind regards!
in reply to: header on blog pageHello,
Can you please send us some wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: Shop HeaderHello,
Please go to General Options > Header Options > Default Page Header and make sure to set up the style you want for the shop header here. Add a background image and set the height.
Let us know if you need help.Best regards!
in reply to: Shop HeaderHello,
Sorry i don’t know if i understand you well. do you want to change the height of the shop page header? The shop inherits the Woocommerce plugin settings, it is not controlled by theme.
To change it, please add this code into your custom css box:.post-type-archive-product .header_page { height: 200px !important; }Let us know.
Best regards!
in reply to: Row ID not showing on frontendHello,
You have an old version of theme. Please update theme to it’s latest version first. Let us know if the issue persists after it.
Read the documentation for help:
https://codeless.co/documentation/main.html#update_themeBest regards!
in reply to: Missing Active Headers on WC Product PagesHello,
It’s ok, i will close this ticket for you. Please keep up the issue in this topic: https://support.codeless.co/?topic=missing-page-header-on-wc-product-pages/#post-24993
Best regards!
in reply to: Missing Page Header on WC Product PagesHello,
The breadcrumbs can be shown in single products as well. What theme version are you using? What woocommernce? Can you please send us some valid wp credentials in a private reply?
So we can give it a closer look.Best regards!
in reply to: Blog post boxes with different sizesHello,
Yes, you can change the number of words showed in the description text but this won’t solve your issue since it really it’s not the responsible for it!
All post’s are controlled by the same file, and the same function specifies the number of words to show. So all posts have the same number of words in the description text. It’s the title the one that’s different for each of them. And it’s also the title that’s giving you the misalignment.
If you see closely, the posts with longer title, have a higher height. Changing this way the layout.Best regards!
in reply to: Comment paragraphs are removedHello,
Can i please see a link of it? WordPress does recognize the html tags and apply them. Do you want to keep the tags as text? Let us know.
Regards!
in reply to: How to show comments on pagesHello,
I added the comment function in file page.php. It was removed in the latest theme update. I added it back and the comments and the comment field is showing in the page now.
Please check and let us know.
Best regards!
in reply to: Specular – Paralex DemoThis reply has been marked as private.in reply to: margin between images in galleryHello,
The gallery is generated thru javascript code. It is not possible to edit with custom css. I suggest you edit the images in photoshop. Set up width: 200px and height: 100px and place the logo in the center. This way the logo images will have distance between them.
Best regards!
in reply to: Codeless slider not responsiveHello,
I added this code into the page’s custom css box:
@media (max-width: 480px){ .codeless_slider .swiper-slide .content.vertical_centered { margin-left: 9px !important; }}I tested it in mobile and the slider looks good. Please see screenshot of the result:
https://pho.to/AkgkT
Please clear cache and refresh page. Let us know.Best regards!
in reply to: How to show comments on pagesHello,
Can you please send us some valid wp credentials in a private reply? So we can give it a closer look at your configurations.
Best regards!