Forum Replies Created
-
in reply to: author, date and icon in post preview
Hello,
You can remove the author and data by adding this code into your custom css box:
.latest_blog .blog-item .info {display: none;} .latest_blog .blog-item .after .post-like { display: none; }–Is it possible to place a custom link to the image of the post?
Sorry but this is not possible.
Best regards!
in reply to: footer social icons sizeHello,
Please add this code into your custom css, to change the color of the circle while on mouse hover:
.footer_social_icons.circle li:hover { background-color: #4db848 !important; }Change the color to your wish.
-Add this code to align them right:
footer .footer_social_icons { float: right !important; width: 34% !important; }Result screenshot: https://pho.to/AbyVs
Let us know.
Best regards!
-
This reply was modified 9 years, 4 months ago by
Mirela.
in reply to: icon not appearHello,
Can i please see a link where is this running? So i can check more closely what is actually causing this.
Best regards!
in reply to: Import Always Hangs at 65%Hello,
Please refer to this article regarding it:
Let us know if you need further help.Best regards!
in reply to: ONE Page Sections Not WorkingHello,
I already replied you regarding this in this other topic of yours: https://support.codeless.co/?topic=one-page-and-sections
Please keep up the issue there so we won’t get lost and lose time on duplicate posts.Best regards!
in reply to: Custom fields Parameters not visibleHello,
Please see your screenshots with the proper explanations:
https://pho.to/AbyN2
https://pho.to/AbyKO
https://pho.to/AbyLl
https://pho.to/AbyMNLet us know if you have further questions.
Best regards!
in reply to: Odd frame around contact formHello,
I can’t see the screenshot you send. Just edit the values until you are satisfied with the result.
Let us know.Best regards!
in reply to: One Page and SectionsThis reply has been marked as private.in reply to: One Page and SectionsHello,
Don’t worry regarding the support status. We already explained in the private emails. We will try to fix this asap, but in the mean time you have full support so please do not hesitate to contact us for anything.
I am checking our your site now. I will reply back when i am finished revising it.
Best regards!
in reply to: Service Small Icon – Post LinksHello,
Thank you for noticing this. We will add it immediately for update. In the mean time please go to file includes/core/codeless_elements.php and find this line(230):
$posts_entries = get_posts('title_li=&orderby=name');
Edit it to this:
$posts_entries = get_posts('title_li=&orderby=name&numberposts=-1');Save changes.
Best regards!
in reply to: Sticky Nav Broken on page with Codeless SliderHello,
I suppose you have selected a dark version of header in the home page? You have to select the same header version in the sliders options as well. Please go to your Codeless slider > Slides > Codeless Slide Options > Layout > Menu & Slider Navigation Color, select the dark version. See screenshot.
Do this for every slide of the slider.Best regards!
in reply to: Loading foreverHello,
That’s great! Thanks for sharing your solution.
Best regards!
in reply to: Non-responsible "Alternate" blog layout?Hello,
Please add this code into your custom css box:
@media (max-width: 480px){ .container { max-width: 300px; overflow-x: hidden; } .fullwidth .blog-article.alternate-style .content { width: 300px !important; } .blog-article.alternate-style .media > *:not(.post_type) { width: 85% !important; }} @media (min-width: 979px) and (max-width: 1024px){ .fullwidth .blog-article.alternate-style .media { width: 715px !important; }}Result screenshot: iphone/ ipad. Let us know.
Best regards!
in reply to: adding license on a temporary siteHello,
Yes, proceed with a normal theme update has advised in the documentation. Since there are changes from a theme version to a later one, we strongly suggest to keep a copy of your old theme files.
Let us know if you need further help.Best regards!
in reply to: Add icons set(s) / change colors for Circle iconsHello,
There are many different elements that use the theme’s primary color. I can’t just send you a custom css for every possible one of them. It’s time consuming and not really included in support service (this is a personal preference customization, read out support policy here).
So if you want our help, then narrow down the request. Send us the particular page and i will help you find out the custom css for that page.Best regards!
-
This reply was modified 9 years, 4 months ago by