Forum Replies Created
-
in reply to: Having trouble accessing source code
Hello,
We do not recommend to change the original theme code in the parent theme because it will prevent you from taking future theme updates. If you intend to make a lot of changes, i suggest using a child theme.
Let us know what are you looking on to change so we can guide on the html responsive for it.
Best regards!
Hello,
I checked it in a draft page of yours. Visual Composer seems ok here. See screenshot:
https://ibb.co/6Rb7y1j
Please clear cache and deactivate any add-on you have installed in your browser. perhaps they are affecting it.Best regards!
in reply to: Folie Infinite Scroll setupHello,
The pagination should not have any problems. Can you please share a link and some wp credentials in a private reply?
So we can check it closely.Best regards!
in reply to: portfolioHello,
This happens because these images are in portrait mode and need more height than the given. When the next image is in portrait mode, the image displays properly. You can try adding this css in General > Custom Codes > Custom Css:
@media (max-width: 1024px){ .cl-justify-gallery>div img { display: block; margin-right: auto; margin-left: auto; width: 50%; } }This will make the images show in full view. Result: https://ibb.co/jZ826dX
Best regards!
in reply to: Hide Page TitleHello,
Yes, go to General> Custom Codes > Custom Css, add this code:
.cl-default-page-header h2 { display: none; }Save changes.
Note: This will hide page titles of all pages. If you want to remove it for only one page, then you’ll need to add the id of that page.
Let me know.Best regards!
in reply to: Theme won't install properlyHello,
The import of the demo finished with success. No errors were shown. Please check your site.
Best regards!
in reply to: Lazy loadingHello,
This is the images loading. Please activate the cdn so the images of portfolio will load faster. Let us know if the effect keep on happening then.
Best regards!
in reply to: White Space after last slide in Gallery CarouselHello,
It is not a simple fix. Please wait for the update.
Best regards!
in reply to: Center image gallery itemsHello,
Can i please see a link of the site?
Thanks!
in reply to: Changing styles for sub-menusHello,
Try adding this css:
nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu { margin-left: 145px !important; top: 22% !important; } nav .menu > li > ul.sub-menu { background-color: #fafbfd73 !important; } nav .menu li > ul.sub-menu li:hover, #site-header-cart .cart_list li:hover, #site-header-search input[type="search"] { background-color: #fafbfd73 !important; } nav .menu li ul.sub-menu li a { font-size: 12px; font-weight: 400; letter-spacing: 0px; line-height: 20px; text-transform: none; color: #4c4949 !important; }It will give this result: https://postimg.cc/8JXHwqQR
Best regards!
in reply to: Kirki breaking siteThat’s great!
Thanks for letting us know.
Best regards!in reply to: Thumbnails; Mobile Logo and HeaderHello,
In Codeless > Image Sizes > Other, try increasing the width/height of the product thumbnails. See screenshot: https://postimg.cc/SX4cGgwZ
Regenerate thumbnails again.Let us know.
Best regards!in reply to: After update – social icon problemHello,
This css affects the socials in every page, not just home page. Did you try adding it? Can i see a link of the site?
Best regards!
in reply to: Blog post design issuesHello,
As shown in your screenshot:
1-The “IT-Professional: Neues IT-Wissen für die Stadtverwaltung” is the post title. While the gray bar is a Visual Composer element that is inside the ‘content’ area. You can not move the post title under one element of the content.2-To increase the testimonial image, add this css in General Options > Custom Css box:
.post .single_testimonial dl dt { width: 120px !important; margin-left: -30px !important; margin-top: -10px !important; height: 130px !important; }Change the values until you are satisfied with the result. The above values will give this result: https://postimg.cc/RN2kqmKk
3-To change the testimonial position font color, add this css:
.post .single_testimonial dl dd .param .position { color: #fff !important; }4-To make it fullwidth, first you need to differ the row that contains the testimonial, from other rows that contain simple text. Add this extra css class to each of the rows that have testimonial and then add this css:
@media (min-width: 1100px){ .testimonial-row { margin-left: -135px !important; width: 1550px !important; }}Example made in this post: https://goldstepsconsulting.apps-1and1.net/it-professional-neues-it-wissen-fuer-die-stadtverwaltung
Screenshot: https://postimg.cc/47H1nYttBest regards!
-
This reply was modified 7 years, 5 months ago by
Mirela.
in reply to: Bug in Codeless SliderHello,
Please check that the header style selected for the page(dark/light), is the same as selected for each slide or the codeless slider.
Could be that the slides of Codeless Slider are set to have a light header style. Change that for each of the slides in Codeless Slider options > Slide Options > Layout > Menu & Slider Navigation Color (screenshot).
Please refresh your site. It should be ok now.Best regards!
-
This reply was modified 7 years, 5 months ago by