Seekda Widget Integration
-
Hello
I’m using seekda for my B&B activity. They feature a reservation widget that integrates bizarely on my website : I located the problem with firebug but cannot find the CSS to settle it, and didn’t find it in the html files neither. I’m not familiar with coding maybe I’m missing something. Thank you for your help.
-
You can add CSS modifications (single element or more) to the CSS file of your site – that works very well, sometimes an !important is needed. I don’t have experience with the Felynx Forest theme thus I don’t know how the seekda widget behaves but I had no big issues with other WordPress templates. You can also use the “advanced” tab in the back end where you can find the integration codes and information. In the advanced settings, you can select CSS and place the CSS modifications there. For integration, you have a .js and two different <div> containers. the HTML itself renders automatically so you will not have access to the HTML structure itself. hope this helps, otherwise, you can always contact the seekda support either per email or phone. They are very friendly and cooperative.
Thank you for those informations synwork. Seekda couldn’t find a solution but I finally found it with the help of the creator of the theme. First I applied the following commands in the CSS :
body .the-content a {
text-shadow: none;
background: none;
}
Then, in the header section there was a lonely </head> tag before the <head> tag. I don’t really understand where it came from… so I deleted it and wrote <link rel=”stylesheet” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” type=”text/css”> just before the good </head> tag.
The topic ‘Seekda Widget Integration’ is closed to new replies.
