deanquenton
Forum Replies Created
-
Please urgently put the RESTORE functionality back at least for 512MB or higher. I was using it many times successfully and always boasted to people about how awesome this plugin is and how it makes my life a hang of allot easier. I will even donate something if this can be done please. Much appreciated and many thanks
Hi Stefan, awesome, your plugin just pulls any added user roles in automatically:) I’m happy with that as I finally found an article that actually works where just a short snippet of coding is added at end of ‘functions.php’ file and voila a completely new user role with attributes can be added – not sure if this link will display, but here is the article link where I found how to add new user roles in wordpress: https://www.cloudways.com/blog/add-custom-user-roles-in-wordpress/
Many thanks again. Very happy with everything thanks…great job!
Forum: Plugins
In reply to: [The Events Calendar] Removing "kick a**"? Please.Hi Rob, sorry, this has nothing to do with this thread, but I am really battling with getting the wootickets plugin to work properly on my theme. All the forum threads give me no solutions. Please can I have someone to quickly login to my wordpress backend to tell me what’s the issue:) Licence keys, updates, plugins are all in order. cleared cache, theme is compatible with events calendar, woocommerce and wootickets, etc but even after clicking on “purchase ticket” for the event, no checkout appears or anything displaying the actual cart and checkout..
I’ve been struggling with this and no real support for about a month back and forth and have really tried everything I am aware of…I just need someone clued up to login and take a look and please give me a solution and direct me on how to fix the issue. many thanks, Dean
I also want to do recurring invoices or billing but want an option to select “transfer funds / EFT” is this possible?
Regards, Dean
Forum: Fixing WordPress
In reply to: How can I align a Google Map embedOkay, WPyogi and graphical_force… You guys rock!
Your solution was simple and worked like a charm! Thank you ??
Step.1: I rendered my CSS as WPyogi suggested
Step 2: I inserted the <div id=”container”> coding in the ‘Text’ part on the page that I wanted all the alignments done on and voila!I have two google maps with two different addresses display on the same page. Basically: Address on the left and the Google map directly on the right hand side neighbouring eachother.
Forum: Fixing WordPress
In reply to: How to put the search box in a particular positionOkay, I have been itching to give my two cents as I know the frustrations and time it takes figuring this one out if you are using a custom built template – like the one I am using.
I wanted to position the Search bar bottom right position in the Header section, so:
First thing: go to Widget area and drag the Search widget into the Header section – you will see it appear on the top left on the actuall website, then
Go to CSS. style sheet and do a search (CTRL + F) and type in the actual word ‘Search’, you will then be taken to the section where your custom template has put the search criteria, then
Find the section where it has something like this:
form.art-search (This is my custom template default coding)
{
background-image: none;
border: 0;
display:block;
position:relative;
top:90px;
padding:0;
margin:5px;
left:1180px;
line-height: 0;
}
Okay, as above, depending on the width of template, play around with the ‘left’ criteria and the ‘top’ criteria as I have done above. Remember, key here is put a ‘px;’ infront of your numbers. Play around with the numbers until you get your desired location. This worked like a charm for me as all templates are different from the next. Good luck