Banks69
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Registration form not displayingThat fixed it, thanks so much.
Forum: Themes and Templates
In reply to: [Virtue] Messages layout problemTried the code and problem still there.
I can give you a dummy account i use to test the website. Just send me an email address so i can give you the login details.
Forum: Themes and Templates
In reply to: [Virtue] Remove navigation arrows on image sliderThank you that worked π
Forum: Themes and Templates
In reply to: [Virtue] Portfolio external website fieldOk will keep that in mind
Thank you.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] wp-members.css not found and causing site lagThank you that did the job.
Forum: Themes and Templates
In reply to: [Virtue] Portfolio external website fieldGood day
Thanks again for helping. I replicated the problem in the link below:
http://clanmadhatters.co.za/forums/forum/new-members/The icon next to the sticky post will show an error. in the browser console it will show an error on the page as this:
http://clanmadhatters.co.za/wp-content/themes/virtuechildtheme/www.icons.iconarchive.com/icons/janik-baumgartner/woocons/32/Note-Sticky-icon.png Failed to load resource: the server responded with a status of 404 (Not Found)
This is the css used:
#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink::before, #bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink::before { content: url(www.icons.iconarchive.com/icons/janik-baumgartner/woocons/32/Note-Sticky-icon.png) !important; float: left !important; width: 29px !important; height: 29px !important; background-repeat: no-repeat !important; margin-right: 5px !important; padding-top: 3px !important; }Forum: Plugins
In reply to: [WP-Members Membership Plugin] Misaligned label and textHello
Thank you for your response.
I inserted some css “float:none” which helped me come up with some solution. Unfortunately the stylesheets that come with the plugin did not work.
Thanks again.
Forum: Themes and Templates
In reply to: [Virtue] Fullwidth Buddypress pagesThat worked.
just replaced “bbpress” with “buddypress” and it did the job.
Thank you so much for the help.
Forum: Themes and Templates
In reply to: [Virtue] Portfolio external website fieldHi
Thanks for the response. The forgot password link is being generated by WP-Members. I inserted the “http://” in front of the login page link in the WP-Members plugin settings and that seemed to fix it.
But there still places where inserting the “http://” does not fix the problem. For example when using css
“content: url(http://www.example.com);”
This will get prefixed with the directory of the childtheme like so
“http://www.mydomain.com/wp-content/themes/virtuechildtheme/http://www.example.com”The theme i used previously did not cause this issue. This problem only arrised once i switched over to the virtue theme.
Thanks again for your help.
Forum: Themes and Templates
In reply to: [Virtue] Portfolio external website fieldIt seems like many of the links on my site are being prefixed like originally mentioned. Is there a solution for this? My users can not use the forgotten password link because of this and there are several other links that are also broken due to this.
Forum: Themes and Templates
In reply to: [Virtue] Portfolio external website fieldOk so the problem was that i was using “www.example.com” when i am supposed to be using “http://www.example.com”.