blake1988
Forum Replies Created
-
Forum: Plugins
In reply to: [Tickera - WordPress Event Ticketing] Blank Screenas mentioned, i have done all of the above trouble shooting and still not working.
Forum: Plugins
In reply to: [Tickera - WordPress Event Ticketing] Blank ScreenLike i said earlier.
“Strangely enough the content is still there in the screen but i just can not see it.
If i hover my mouse over the screen i am seeing the curser change, however i just can not see what it is i am hovering over”I can copy and paste the content in the area. If i copy and then paste into a word document i can then see the text in the word document but on the WordPress dashboard it is invisible.
Please help
Forum: Plugins
In reply to: [Tickera - WordPress Event Ticketing] Blank ScreenHi, Sorry for the delay. I can not submit a ticket there as i do not know my clients Tickera login information.
I am getting really desperate for some sort of assistance please.
Thanks.
Forum: Plugins
In reply to: [Tickera - WordPress Event Ticketing] Blank ScreenStrangely enough the content is still there in the screen but i just can not see it.
If i hover my mouse over the screen i am seeing the curser change, however i just can not see what it is i am hovering over.https://drive.google.com/file/d/1s_y-zSjoYJhBufOqsf1r-PJCtu_HWa1S/view?usp=sharing
https://drive.google.com/file/d/1beUi2eenN3XIXJ-H1DCv6kYpy7poIYrh/view?usp=sharing
Forum: Plugins
In reply to: [Tickera - WordPress Event Ticketing] Blank ScreenHi, Thanks for your reply!
Unfortunately doing all of the above hasn’t helped the situation.
I am getting a blank screen when i go to the Tickera menu,
I can click on the different menu items but the content is all blank.Any suggestions?
Thanks for the reply Rogier.
Where would I go to replace these URLs?
I can’t seem to find where to do it anywhere.Thanks.
Hi,
Back again.
I am still having issues with the SVG files not coming over. They are still returning with the following error:
Failed to load resource: the server responded with a status of 404 ()
Please see below my .htaccess contents. Not sure if you can help further.
No hotlink protection is enabled in Cpanel
# BEGIN rlrssslReallySimpleSSL rsssl_version[3.3.5]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.# END WordPress
# BEGIN LiteSpeed
# The directives (lines) between “BEGIN LiteSpeed” and “END LiteSpeed” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule Litespeed>
SetEnv noabort 1
</IfModule>
# END LiteSpeedMark!
It worked!!
Thank you very much for your help!
I have found reference to it in the functions.php file in the child theme
Can i just go ahead and edit this?
<?php
function my_theme_enqueue_styles() {$parent_style = ‘jobscout’;
wp_enqueue_style( $parent_style, ‘https://103.42.110.34/~mypathwaycom/wp-content/themes/jobscout/style.css’ );
wp_enqueue_style( ‘mypathway’,
‘https://103.42.110.34/~mypathwaycom/wp-content/themes/mypathway/style.css’,
array( $parent_style ),
wp_get_theme()->get(‘Version’)
);
}
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );/**
* Header StartHi. Yes I have selected all tables.
What exactly should I place in the search and replace fields? Maybe I am getting that wrong.If it is hard coded into a theme do I just search in files in cpanel? Or where would I search?
Would it be hard coded into the child theme?
Thanks again for all of your help.
Once I sort this CSS out I will move on to the image files.
Hi,
Thanks for your reply!
I have tried to do this just now with Better Search Replace. I am unsure of how to do this with a specific file.
I did run a:
Search: 103.42.110.34/~mypathwaycom
Replace: mypathway.com.au
However this returned 0 results.How would i go about editing the path in Cpanel?
Is there a way to check the .svg files in Cpanel too?
Thanks again for your help.