naylisteruk
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] [tribe-tpp-sucsess] not doing anythingHi and thanks for that, that is fixed now, I cant see for looking these days my bad.
I do still have the problem of a blank page when clicking on the “VIEW YOUR TICKETS” link though as described in my other post. Clicking that link loads this URL
https://www.mydomain.co.uk/eventname/tickets
notice that there is no / on the end so the page is blank, I have to manually add the / on the end in the address bar so it instead loads https://www.mydomain.co.uk/eventname/tickets/ Notice the / on the endI still need help resoling this major problem please
- This reply was modified 4 years, 6 months ago by naylisteruk.
- This reply was modified 4 years, 6 months ago by naylisteruk.
- This reply was modified 4 years, 6 months ago by naylisteruk.
Forum: Themes and Templates
In reply to: [Newsup] Add Social Media ICON in headerOK I will add later as I may have to re add my coding as today there was a new update to the theme.
Forum: Plugins
In reply to: [Event Tickets and Registration] view your tickets blank pageBUMP
Forum: Plugins
In reply to: [Site Reviews] Summary of reviews widgetThanks for the help that worked great
Forum: Plugins
In reply to: [Site Reviews] Summary of reviews widgetHi thanks for the reply but I dont understand you.
What I meen is I added one of your widgets to the homepage the widget is called “Summary Of Reviews” but it has no clickable links in it, most customers expect to click on it or something in it to take them to read the reviews.
I cant post a screenshot on this forum so am having to post a link to my site something I realy do not wish to do as it is still being tested and set up but I have no choice as I cant add a picture to this post.
Please have a look at the homepage HERE and in the right sidebar you will see your widget and nothing in it is clickable at all.
Thanks for your time
Forum: Plugins
In reply to: [Event Tickets and Registration] Wrong Amount being passed to paypalThanks
Forum: Plugins
In reply to: [Event Tickets and Registration] view your tickets blank pageNo.
It is exactly the same problem as the ticket not loading the checkout and reverting to the homepage problem where the extra / is not being added to the URL.
That problem was solved by adding this code to my themes function.php but I have no clue how to re code that for the “Show My Ticket link” If I manually add the extra / to the end of the blank page it loads what it should do.
This is also the same for RSVP’s Blank page with no extra / at the end of the URL.
add_filter( 'tribe_tickets_checkout_urls', 'rt_tc_add_slash_in_url', 20 ); add_filter( 'tribe_tickets_cart_urls', 'rt_tc_add_slash_in_url', 20 ); add_filter( 'tribe_tickets_tribe-commerce_cart_url', 'rt_tc_add_slash_in_url', 20 ); function rt_tc_add_slash_in_url( $urls ) { if ( is_array( $urls ) && isset( $urls['Tribe__Tickets__Commerce__PayPal__Main'] ) ) { $urls['Tribe__Tickets__Commerce__PayPal__Main'] = $urls['Tribe__Tickets__Commerce__PayPal__Main']. '/'; } else if ( ! empty( $urls ) ) { $urls = $urls . '/'; } return $urls; }
Forum: Plugins
In reply to: [Event Tickets and Registration] Wrong Amount being passed to paypalHi Sky and thanks for the reply I appreciate that however this problem now seems to have resolved itself.
Thanks again.
Forum: Plugins
In reply to: [Event Tickets and Registration] Checkout window not openingI am having exactly the same problem.
Select the amount of tickets to buy and then click the “get Tickets Button” and all clicking the button does is it just loads the homepage of your wordpress siteForum: Fixing WordPress
In reply to: Category display helphence the reason why I never post a link to it in this forum because of the nature of the site LOL.
Link removed
Forum: Fixing WordPress
In reply to: Category display helpIts ok now bu if you want a look be warned it has an adult theme.
site is LINK REMOVED
Forum: Fixing WordPress
In reply to: Category display helpI fixed the other issue by re uploading my themes index.php
Can I ask why you wish to know janet4now
Forum: Fixing WordPress
In reply to: Category display helpnow I just need to find out what I have done to my homepage it keeps saying this now a lot of times where the posts should be but only on my theme.
It has been working fine until about 2:30am
Warning: file_exists() [function.file-exists]: File name is longer than the maximum allowed path length on this platform (4096):
Forum: Fixing WordPress
In reply to: Category display helpGlenmorrow thanks so much thats exactly as I wanted it.
fancy having a setting in the widget itself they should have put that setting in the actual page where you make the category thats why I have been banging my head against a wall LOL
I even checked the widgets page before making the post here but could not see anything to do with categories to save my life
Forum: Everything else WordPress
In reply to: Looking for a post geberatorFor example press this has taken the title
Model Eve-In-Sheer-Black-Nylon-Stockings
I then take that title to a generator and past it in.
I then add some keyword to the generator so I add
Stockings
Model Eve
fully fashioned
sexy
Set
photos
HeelsI then hit generate and the generator takes words from the title and from the keywords and combines them with more text filling in the gaps.
So the generator will have created something like.
In this Set we see Model Eve dressed in sexy sheer fully fashioned nylons.
She is looking so sexy in these photos dressed in her sheer black stockings and high heels.You see what I am talking about now. I have bolded the keywords in the post text.
It takes the title and keywords and then files in the gaps and creates a text post to use.