brazmus
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Contact Widget] ImagesSorry… not ‘how’ I meant to say, where are the fields within the plugin that allow me to get my headshot showing? I thought the purpose of the plugin was to also show an image next to a Google Search listing correct?
Forum: Plugins
In reply to: [Microdata for SEO by Optimum7.com] Micro data not seen by google toolI’m having the same problem. I’m trying to get this person schema to show. https://www.healthprowebsites.com/footer-microdata/. Any ideas why the image won’t show?
Forum: Plugins
In reply to: [Sharebar] [Plugin: Sharebar] Twitter and FB issues in ChromeNo go here still. I’ve downloaded the latest version of Chrome too.
Any suggestions?
B
As directed by my theme developer, I installed the plugin on an older version of WordPress 3.3.2 (using the same domain name) and it still does the same things: https://primalhealth.co/slideshow/ in opening a new broswer window when it’s set to keep it in the same window.
I even put it on WP 3.1 but it wouldn’t work, them images wouldn’t render.
Brad
Just following up on this again developers… Really love this plugin. This is the last thing to fix before going live so please let me know if you can attend to this soon else I’ll look for another plugin.
Thanks
Brad
Hi guys
It was working fine for me last week but has changed this week. Didn’t know if it was because I installed another new plugin (Wishlist Membership plugin) but since then I have turned that plugin off and the slideshow still opens the URL in a new browser window. I think it has coincided with upgrading to the latest WordPress version.
The test page I’m working on where you can see the only slideshow I’m using is here:
Marventus I take it you are not a co-developer?
Brad
Thanks. Just replied to the email.
Forum: Plugins
In reply to: [Tabber Tabs Widget] [Plugin: Tabber Tabs Widget] Tabs move when clickedYep that did it mate. The theme has a custom css section on the dashboard. Just popped it in there and presto it worked. Yes just discovered that problem with I upgraded for the first time and a lot of the changes to the theme were lost. WordPress newbie ?? I’ll get there.
Thanks for your help.
When I pasted the entire code into Dreamweaver to match the line 1123, it didn’t show what you were saying.
Mine appeared at 1137 and said:
//register_activation_hook('WordpressPopularPosts', 'wpp_install'); register_activation_hook(__FILE__ , array('WordPressPopularPosts', 'wpp_install'));
I changed both of those lines to say
register_activation_hook(__FILE__ , array('WordPressPopularPosts', 'wpp_install'));
but no go ??
What next Hector? Thanks in advance.
Brad
Hello again
Keen to know if this is possible?
Thanks
Brad
Forum: Plugins
In reply to: [Tabber Tabs Widget] [Plugin: Tabber Tabs Widget] Tabs move when clickedHi @sbruner
Didn’t work so either I didnt put it in the right spot or it’s the wrong code. See what I’ve done:
/********************************************************************************
Style 1
********************************************************************************/
/*————————————————–
.tabber = before the tabber interface is set up
.tabberlive = after the tabber interface is set up
————————————————–*/
.style1 {
background: #D6D6D8;
}
.tabberlive.style1 {
padding:15px 0 3px;
}/*————————————————–
ul.tabbernav = the tab navigation list
li.tabberactive = the active tab
————————————————–*/
.style1 ul.tabbernav {
margin-left: 18px;
margin:0;
padding: 1px 0;
font: bold 12px; /* Verdana, sans-serif*/
}
*html .style1 ul.tabbernav{ /* ie6 only */
padding: 2px 0;
}
*+html .style1 ul.tabbernav{ /* ie7 only */
padding: 2px 0;
}
.style1 ul.tabbernav li {
list-style: none;
margin: 0;
display: inline;
}
.style1 ul.tabbernav li a { /* inactive tabs */
background-color:#fff;
border:1px solid #ccc;
color:#666769;
font-size:11px;
padding:5px;
font-weight: bold;
}
.style1 ul.tabbernav li.tabberactive a{ /* active tab */
background-color:#666769;
border:1px solid #666769;
color:white;
font-size:11px;
padding:5px;
}
.style1 ul.tabbernav a:hover {
background:#666769;
text-decoration:none;
color:#fff;
}
.style1 ul.tabbernav {
margin:0 5px !important;
padding: 3px 0 0 5px !important;
font: bold 12px Verdana, sans-serif;
}/*————————————————–
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
————————————————–*/
.style1.tabberlive .tabbertab {
background:none repeat scroll 0 0 #FFFFFF;
margin:10px;
padding:10px;
border: 1px solid #CCCCCC;
}/* Example of using an ID to set different styles for the tabs on the page */
.style1.tabberlive#tab1 {
}
.style1.tabberlive#tab2 {
}
.style1.tabberlive#tab2 .tabbertab {
height:200px;
overflow:auto;
}.style1 .tablist {
font-size:.8em;
}