lait
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Easy Portfolio] Number of thumbnails in one rowI solved it! I used the following css and it worked magically:
.portfolio_img.wp-post-image { height: auto!important; max-width: 280px; }Forum: Themes and Templates
In reply to: [AccessPress Parallax] Header on all pagesI managed to find a slider for About Us page, but still I would like it to be 100% width to the edge of the screen. is this possible?
I used the code below in my .css
header.entry-header { display: none!important; }thank you so much, it worked.
I replaced “id=live-chat-button” with “class=live-chat-button” in
<a href="javascript:void(0)" class='live-chat-button'>Live Chat</a>. And then used .live-chat-button in JQuery in the footer.php instead of #live-chat-button.Thank you!
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Live Chat link in my footer widgetI fixed it! All I had to do is embed the jquery code inside the <script></script>
Forum: Plugins
In reply to: [AccessPress Social Icons] Move facebook link from left side to the headerthank you very much! will do
Viewing 6 replies - 1 through 6 (of 6 total)