AlbertHart
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Button StylesThat didn’t get rid of the corners on the rectangles.
I left it in so you can take a look:
https://www.renderplus.com/wp2/purchase/?t=4
Al
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Button StylesI put this in the CSS for the tabs, and now I have this.
Closer – but perhaps you could suggest something to make it work better.
.wpsm_nav-tabs li{
border-radius: 12px 12px 6px 6px ;
-moz-border-radius: 12px 12px 6px 6px ;
-webkit-border-radius: 12px 12px 6px 6px ;
border: 2px solid #404040 ;}
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Button StylesI think we want to replace ‘2’ with a URL parameter, using something like:
function getParameterByName(name) {
url = window.location.href;
name = name.replace(/[\[\]]/g, “\\$&”);
var regex = new RegExp(“[?&]” + name + “(=([^&#]*)|&|#|$)”),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return ”;
return decodeURIComponent(results[2].replace(/\+/g, ” “));
}jQuery(document).ready(function()
{
var tab = getParameterByName(“tab”);
if (tab)
{
activaTab_90(tab);
}
}Good question.
How can we load the page, and pass it the tab to select?
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Button StylesI left the out the page URL. Here it is:
https://stackoverflow.com/questions/19363759/how-to-make-rounded-tabs-with-css
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Button StylesTake a look at the tabs on this page.
We would like an example of CSS to make tabs with rounded corners, and separation like on this page
Forum: Plugins
In reply to: [XML Sitemap & Google News] Only one page is included in site mapThe images didn’t load the way I hoped they would.
You can view them here:
Forum: Plugins
In reply to: [XML Sitemap & Google News] Only one page is included in site mapI have pages enabled – and setting shows 83 pages.
[img]https://www.renderplus.com/wp2/images/save%20pages.jpg[/img]
I am not expecgting more than 1 domain in the sitemap, but I would expect to see 83 entries for each of the 83 pages.
https://sketchuprendering.com/sitemap.xml
has a link to
https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
but I can’t find anything which more pags in it.
When I test it on Google, it also only finds one page:
[img]https://www.renderplus.com/wp2/images/google%20sitemap.jpg[/img]
We have exactly the same problem – we want the user to fill out a form – and then have it printed rather than submitted.
Has anyone found a solution?