Forum Replies Created
-
in reply to: Folie: Media – add link?
Hello,
Sorry but you can not link a media to a custom link for now. The options is not present as you already saw.
We will add this feature in future updates.Best regards!
in reply to: Background Images shifting on mobileHello,
I logged in and checked the code. I edited it out but you need to make the changes to the css/bootstrap-responsive.css file as advised in my last reply. That file is not listed in the Appearance > Editor list of files so i can not make these changes via wordpress.
Just go to your cpanel > file manager > public_html > wp-content > themes > tower > css > bootstrap-responsive.css.
Find lines 1669, here you have the block of code i send you in the last reply. Comment out the recommended line and save. That’s it. Clear cache and refresh page.
Let us know.Best regards!
in reply to: Photographer light produce errorThis reply has been marked as private.in reply to: Full Page HeightHello,
The “full height” row feature does not have any issue. No matter which row are you editing. The first one under the page header or the last.
Can you post some valid wp credentials in a private reply? We can make a test page for you, to demonstrate this.-Can you please be more clear on the “Full Page Height” feature?
-There is no option to make copyright sticky. If you want it that way, you will have to use custom css. Add the custom code into General options > Custom Code > Custom Css code.
To make the header a sticky header, go to General Options > Header > Sticky, set it ON.
Let us know.Best regards!
-
This reply was modified 8 years, 11 months ago by
Mirela.
in reply to: Foilie – Portfolio duplicatedHello,
Did you perhaps create the second portfolio using the first one’s style? You can copy or clone an element’s style to use in another one.
Please go to the second portfolio page and change it’s options and styles in the left option sidebar. Save changes.
Let us know for anything.Best regards!
in reply to: Header-Menu is gone in mobile versionHello,
The mobil emenu icon is there but happens to be white. So with the white background, you do not see it.
Add this code into your custom css box:.cl-mobile-menu-button.cl-color-light span { background-color: #232122 !important; }Change the color to your wish.
Best regards!
in reply to: Theme Updating & Child ThemeHello,
After you successfully create the child theme (see tutorial here), you go to the Appearances > Themes. You will see the child theme listed with other available themes in your server.
Activate child theme like you would activate every other wordpress theme. Then continue with content editing and customization.Useful links:
https://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/Best regards!
in reply to: Responsive Layout for Codeless SliderHello,
Please add this code into your custom css box in General Options > Custom Codes:
@media (max-width: 480px){ .cl_col_wrapper { padding-top: 145px !important; } .cl-row .bg-layer { background-size: contain !important; }}You can check the changes in real time by clicking on the mobile icon at the very end of the option sidebar. See screenshot: https://postimg.org/image/t5ocl2lj3/
Let us know.Best regards!
in reply to: Pictures in pages (urgent)Hello,
Sorry can you be more clear? So, do you still need help in this?
Let us know.Best regards!
in reply to: Custom Headings odd on mobileHello,
I understand your point now. Please add this code too:
@media (max-width: 480px){ .vc_custom_1501106751399 { margin-right: 5px !important; }}The row has margin set up that stops the line pass more than a certain width.
Result screenshot: https://postimg.org/image/mbplauktx/
Let us know.Best regards!
in reply to: Background Images shifting on mobileHello,
Please edit the code above to this:
@media (max-width: 480px){ .wpb_row.section-style, .wpb_row.standard_section { background-position: center center !important; } .video_section #video_background { left: -355px !important; } .vc_custom_1496266009264 { background-color: rgba(255, 255, 255, 0.52) !important; }}This should be the result for the video: https://postimg.org/image/4lwv7vy7t/
For the image alignment, you need to make a change to css/bootstrap-responsive.css file first. Find these lines(1669):.section-style.parallax_section{ background-position:0 0 !important; background-attachment:scroll !important; }Remove or comment out background position line. Example:
/* background-position:0 0 !important; */
If you still can’t get the same effect, then please send us some valid wp credentials in a private reply. So we can do it for you.Best regards!
in reply to: Codeless slider speedThis reply has been marked as private.in reply to: Remove link/hover attributes if link field is blank?Hello,
Sorry for the late reply.
Yes, you can remove the mouse hover effect from these elements. But the change will affect all services (media and circle) even the one which do have a link.
Try adding this code into your custom css box:.wpb_content_element.services_media.style_1 { pointer-events: none; } .services_medium.style_1.wpb_content_element { pointer-events: none; }Can you post a page where do you want this?
Best regards!
in reply to: Cordless Slide: Centered Button in 2 Column SetupHello,
Please add your suggestions for theme improvement in the “Suggest us features” forum. It’s the first place the dev team go to check out all your needs and requests to integrate in theme, for the latest versions.
Thank you for your suggestion!
in reply to: Link in TextfieldsHello,
The Custom Css box is located in General > Custom Codes > Custom css.
See screenshot: https://postimg.org/image/lhli7b2fj/Use the other editors to add custom javascript code and html. The content added in these boxes is stored in the database. This makes it independent from any theme update (which overwrites only the files). So no, this code will not be lost in case of a theme update.
Let us know.Best regards!
-
This reply was modified 8 years, 11 months ago by