cam80
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] AligningI’m am having the same issue also.
I can’t change the alignment to the centre or right position under the settings tab.Fantastic plugin by the way.
Forum: Plugins
In reply to: [WooCommerce] 404 error after checkoutFlushing permalinks the 5 time final worked for some reason.
Forum: Plugins
In reply to: [Yoast SEO] Facebook not display correct imageI added this to my function.php page. It seemed to work for the above link but doesn’t work for the rest.:(
https://centralcoastmeditation.org/meditate-in-woywoy/function sc_opengraph_image_size($size=”medium”) {
return “medium”;
}
add_filter(‘wpseo_opengraph_image_size’,’sc_opengraph_image_size’,10,1);Forum: Hacks
In reply to: PrettyPhoto opening googlemaps breaks siteThank you for your reply.
I understand what you are saying but that is pushing my limited skills to the max.:)
I was trying to use this plugin which does everything i need but my theme is blocking the lightbox from opening up.
I am using the enfold theme with a child theme.
https://www.ads-software.com/plugins/google-map-lightbox-popup/Thx
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Styling inactive tabsThought i would share my CSS to add a border to the other tabs.
https://pastebin.com/SrBHfFqCForum: Plugins
In reply to: [Tabby Responsive Tabs] Styling inactive tabsYes. totally understand. Much appreciated for your plugin and support. ??
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Styling inactive tabsOk. I fix up my style sheet. Here is my code. For some reason the only thing that isn’t working is a border line under the tabs in chrome and IE.It works in firefox. If you can offer a suggestion that would be great but i understand you have spent way to much time on this. It has been very much appreciated.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Styling inactive tabsI have been using firefox and the changes have all shown up there but not in IE. Thx for the heads up. So i guess thats what your seeing as well.
I have left your style sheet and was just overriding it with custom css.
This is what i have changed. But i will follow your instructions from the pluging and change my function.php page and add the css to style sheet. im away for the next few days so i wont be able to do anything until i return Thx so much for your quick reply and i’ll make those changes when i’m back..responsive-tabs__list__item {
padding: 10px 29px;
margin: 0 0 0 0;
border: 1px solid transparent;
border-color: #DDDDDD #DDDDDD #FFFFFF;
border-image: none;
border-style: solid;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-width: 1px;
color: #606060;
border-left: 0;
}
.responsive-tabs__list__item–active,
.responsive-tabs__list__item–active:hover {
color: #6d6d6d;
background: #21E014;
border-bottom-color: #ffffff;Forum: Plugins
In reply to: [Tabby Responsive Tabs] Styling inactive tabsthank you for your quick reply.
The site is still in the early stages of construction.
That css didn’t work.
I nearly have it except for the areas that i have indicated on the pic.
https://dl.dropboxusercontent.com/u/5056314/tabby.PNG
1. being the left border as seen in pic on the left tab.
https://oneclicktechnology.com.au/ccm/Thank you so much. You have created a fantastic plugin.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Styling inactive tabsActually i think i nearly have it. Just have the vertical border doubling up.
.responsive-tabs__list__item {
padding: 10px 29px 6px;
margin: 0 0 0 0;
border: 1px solid transparent;
border-color: #DDDDDD #DDDDDD #FFFFFF;
border-image: none;
border-style: solid;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-width: 1px;
color: #606060;