Forum Replies Created
-
in reply to: Enable Portfolio Link
Hello,
You wrote that you wanted to remove the title and link of image. Can you please be more clear? What exactly do you want to achieve?
Best regards!
in reply to: Theme button bug and alignment bugHello,
What theme version do you have? Do you have any other plugins installed? Please add the login information on your extra information fields of your profile data. We need to give it a closer look.
Read this article for more information.
Best regards!
in reply to: Portfolio L/R related questionsHello,
As displayed in my last screenshot, the logo height is right after the Light logo. You too have it. Please see this screenshot of your site’s General Options:
https://pho.to/AbK18
Change the logo height here. Let us know if you have other questions.Best regards!
in reply to: Remove next/prev hover effect from codelessliderHello,
Please add this code into your custom css box:
.codeless_slider .nav-thumbflip a.prev { display: none;} .codeless_slider .nav-thumbflip a.next { display: none;}Let us know.
Best regards!
Hello,
Sorry for the late reply.
I see you are not using a testimonial element but simple custom heading. I still don’t get the issue presented (see screenshot), but however, i can suggest you this other workaround.
Go to the Rows Settings and add a custom css class to it.
Then add the code above into your home page custom css box. Add the custom css class of the row before the.conteinerclass.
Supposing you added “customtestimonial” as custom css class to the row. It will be something like this:@media (min-width: 1101px){ .customtestimonial .container { min-height: 158px !important; }} @media (max-width: 480px){ .customtestimonial .container { min-height: 540px !important; }}This way it will target only this element specifically. Nothing else from the page/site.
Best regards!
in reply to: Problems with testimonial carouselHello,
I added this code into your custom css box:
.testimonial_carousel .item { min-height: 189px !important;} @media (max-width: 480px){ .testimonial_carousel { min-height: 400px !important; }}Please check your site.
Where exactly are you trying to add the twitter social?Best regards!
in reply to: Visual Composer Frontend Editor BrokenHello,
Do you have any third party plugin installed? Please disable them all and try again. Front-end does not have any issue from our side. I am not able to check your admin panel as it says “This has been disabled”.
See screenshot.
Let us know.Best regards!
in reply to: Problem Importing Dummy DataHello,
1-When you import a demo, the process will overwrite all existing option values, but the pages will still be there. As the import process only adds pages to the database. It does not delete any.
However, we strongly recommend to always keep a back up of your site’s content, before every major change.2-I was able to remove the duplicate menu items in Appearance > Menus.
Please check your site. Let us know.Best regards!
in reply to: Problem with installing templateHello,
Please allocate admin rights to this user. We need to check theme options and import/export dummy data option.
Best regards!
in reply to: minify problems with w3 total cacheHello,
Many of our customers use W3 Total Cache and do not have any issue with it. perhaps you did not configure it right or it conflict with other third party plugins you may have installed. I suggest you check the plugins support forum or try another caching plugin.
Sorry but this is a third party plugin. We do not offer support for those plugins.
Best regards!
in reply to: Adding Recent News to homepageHello,
The Recent News element, gets the post according to the creation time. The latest ones will show up first.
To change posts order, use a custom plugin.
Let us know.Best regards!
in reply to: Enable Portfolio LinkHello,
Please add this code into your page’s custom css box:
.portfolio-item.grayscale { pointer-events: none; }Let us know if is what you needed.
Best regards!
in reply to: Progress Bar SkillsHello,
Please find the “Skills” element in Visual Composer, add it in your page. Then add “Skill” element into it. Add as much “Skill” as progress bar you need.
See screenshot.
Let us know if you need further help.Best regards!
in reply to: Any way to auto scroll client logos?Hello,
Please follow the instructions above for the Tower theme as well.
Best regards!
in reply to: Testimonial – carousel / home pageHello,
Please add this code into your custom css box:
.testimonial_carousel .item { min-height: 184px !important; }Let us know.
Best regards!