Forum Replies Created
-
in reply to: Button in Footer section
Hello,
You can style the mail-chimp using custom css to fit your needs. Add the code into the custom css box.
Best regards!
in reply to: System Status: What does this mean?This reply has been marked as private.in reply to: Adding custom social icon in Child ThemeHello,
@jgifhorn,
Sorry but this is not yet possible. We will included it, it is in the to-do list. but has not yet been implemented.Best regards!
in reply to: Pictures in pages (urgent)hello,
You can change the margin/padding by keeping the shift tab clicked and moving the cursor at the same time.
Please add the wp login information on the extra information fields of your profile data. So we can give a closer look to the image.Read this article for more information.
Best regards!
in reply to: copy page content or style to another pageHello,
Thank you for the suggestion.
Best regards!
in reply to: Link in TextfieldsHello,
Please add this code into your custom css box:
a { color: #ac3a64 !important; }Change the color to your wish. Let us know.
Best regards!
in reply to: Cart Layout, Buttons, & Product TypographyHello,
I logged in successfully with the new credentials. I checked the code and it’s pasted well. This is strange behavior.
I send this to the developers for more professional review. We ask for your patience until we have news for this.Best regards!
in reply to: Blog page items overlapHello,
The repeated posts, are just an effect of the screenshot. The pages was too long so the program used must have captured the same screen side twice. It does not happen when i open the blog.
Please deactivate all third party plugins and try again. Let us know.
Best regards!
in reply to: All text displaying StrongHello,
Please deactivate all third party plugins. Activate parent theme and check if this still happens.
Let us know.Best regards!
in reply to: Demo data specular default not workingHello,
Please check again the credentials. I can not log in with these. Please see screenshot: https://www.clipular.com/c/5641723847114752.png?k=5gjBViwdqFjqvdXEIDzkKBjpEAo
@mrbogdan,
Please open a new ticket and add the credentials in a private reply. Or fill in the profile data. Read this article for more information.Best regards!
in reply to: alt tag and image description in mediaHello,
Please fill in the wp and ftp credentials of https://www.atipico-catering.it site in your profile. So we can do this for you.
Read this article for more information.
Regards!
in reply to: top widget area on 2 linesHello,
Please add this code as well:
@media (max-width: 979px){ .top_wrapper { padding-top: 50px !important; }}Best regards!
in reply to: Contact forms not workingHello,
Sorry for the late reply.
The error 500 (Internal Server Error) is present when you click the send button. Please see this screenshot:
https://postimg.org/image/mmt0qs96j/The file is a wordpress installation core file. Not from theme. Please contact your host regarding this error first. let us know so we can keep on debugging it.
Best regards!
in reply to: Testimonials not scrollingHello,
I added the above changes to your js/codeless-main.js file and the testimonials are auto scrolling now. Please clear cache and refresh page.
Best regards!
in reply to: Portfolio images not scrollingHello,
Sorry for the late reply.
I edited out the code to this:/** * Isotope Portfolio Init * used on Customizer too * * @since 1.0.0 */ CL_FRONT.isotopePortfolioGrid = CL_FRONT.init_cl_portfolio = function( $el ) { "use strict"; $( '#portfolio-entries' ).each(function(){ if( $(this).hasClass('cl-carousel') ) CL_FRONT.components.Carousel( $( this ) , { loop:true, autoplay:true, autoplayTimeout:1000 //autoplayHoverPause:true }); else if( $(this).hasClass('cl-justify-gallery') ) CL_FRONT.components.JustifyGallery( $( this ) ); else CL_FRONT.components.Isotope( $( this ) ); }) };–
autoplayTimeout:1000-> set up the speed of scroll by changing this value;
–//autoplayHoverPause:true->remove the double slash (//) if you want the carousel to stop auto scroll on mouse hover.Let us know.
Best regards!