Home Forums WoodMart support forum can i do this with your them

can i do this with your them

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #96432

    joker44
    Participant

    like a connection pages where pages changes one photo get clicked as in photo
    https://ibb.co/hyz3tfb
    you can check it in website
    https://www.qiotic.com

    also can i make ajax gallery with section like in the link
    https://www.qiotic.com/portfolio/

    #96435

    Hello,

    The switching effect may be achieved with Tabs element and CSS. The second effect may be achieved by means of video background on sections and image background on the row.

    Both examples are content creating issue.

    Best Regards

    #96524

    joker44
    Participant

    thanks for your feedback
    the first one i played with the tabs and i think i cant reach what i want < so if your can provide me the trick i will appreciated

    —————–
    next css how to add shadow and the flow affect when hover in all over the block like this link
    https://ibtikarat.sa/Web_Development.php
    please help me reach that

    —————-
    in your testimonial : can we add little css like flow and shadow affect when hovering like the pricing tabs in your them ?

    #96540

    Hello,

    We do not have a ready solution for tabs. Our support does not cover such issues. We sometimes can provide CSS for a minor change and this issue will be time-consuming.

    Please provide the screen of the block which you want the shadow on hover to be applied.

    Best Regards

    #96599

    joker44
    Participant

    Thanks for your feedback
    The photo in the attachemnt where i want to have similar shadow affect in hover for the block
    And this is agaim the link for live
    View
    https://ibtikarat.sa/Web_Development.php

    Attachments:
    You must be logged in to view attached files.
    #96625

    Hello,

    I do not see this block on the home page, please provide the page URL

    Best Regards

    #96648

    joker44
    Participant

    this is the page url :
    https://ibtikarat.sa/Web_Development.php

    and the block i framed it so you can see it in the attachment

    Attachments:
    You must be logged in to view attached files.
    #96683

    Hello,

    I am a bit confused.

    I see the shadow effect on hover. Please provide the page URL and block where you want to apply this effect or clarify what I should do with this block.

    Best Regards

    #96718

    joker44
    Participant

    sorry for misunderstanding her is the site i want to add this function on it see in privet

    Attachments:
    You must be logged in to view attached files.
    #96787

    Hello,

    You have added the same class to both: Infomation block and column. Delete the class either from a box or from column http://prntscr.com/lwho9u otherwise, you have the following effect https://gyazo.com/61330a924231c166723d4e5452e13d14

    Add this code to the Theme Settings > Custom CSS > Global:

    .hover_box:hover{
    	-webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.75);
    }

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)