datviking
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Make logo at center beside menu itemsOh, sorry, i forgot it, sure.
Forum: Themes and Templates
In reply to: [Sydney] Make logo at center beside menu itemsForum: Themes and Templates
In reply to: [Sydney] Make logo at center beside menu itemsHi @kharisblank
I followed the steps, but nothing changed.
I tried to delete cache too.
Also i seen that the tutorial is old, when it made, the sydney had the old type of header, not this new one. Maybe is this the resource of the problem?
Thanks!
- This reply was modified 3 years, 7 months ago by datviking.
Forum: Themes and Templates
In reply to: [Sydney] Child from class-sydney-header.phpHello,
Thank you, but my fault, i didn’t specificate the question well, sorry.
I need to make a child from this file, because i want to replace some of the codes (e.g. the menu) from it.
The code which i replace the old one is written, only want to change in the child file.
Thank you very much!
Forum: Plugins
In reply to: [Sydney Toolbox] Sydney Toolbox change Services default image sizenvm, i solved it.
Created a new “widgets” under the child theme’s directory, and copied the services type a file to there and after that modified the file.
And i need to put some code to the functions.php too:
add_image_size('my_services_thumb', 500, 0, false); //Services widget require get_stylesheet_directory() . "/widgets/fp-services-type-a.php"; function sydney_child_remove_services_widget() { unregister_widget('Sydney_Services_Type_A'); } add_action( 'widgets_init', 'sydney_child_remove_services_widget', 999 ); function sydney_child_register_new_widget_services(){ register_widget( 'Sydney_Child_Services_Type_A' ); } add_action( 'widgets_init', 'sydney_child_register_new_widget_services' ); //Services widget ENDForum: Plugins
In reply to: [Contact Form 7] Contact form 7 not submitting in OperaIt doesn’t matter, because if i disable all of them, the plugin usually still mark the emails as spam in opera.
We tried to disable the WP’s spam function in the functions.php too, but it didn’t help neither.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 not submitting in Operahttps://unitedcallcenters.co.uk and all the other languages.
Forum: Plugins
In reply to: [Chessgame Shizzle] Import problemsAh i see. I dont know than whats the problem.
Have a nice day 🙂
Forum: Plugins
In reply to: [Chessgame Shizzle] Import problemsI sent you the file.
The login recaptcha will be working on localhost. With the duplicator’s installer you can make yourself an admin right user.
If you need anything just reply me.
Forum: Plugins
In reply to: [Chessgame Shizzle] Import problemsWhile i prepare the copy of the site, please allow me an off question:
Is there a method to list games only from a specific category? I seen, that the plugin can manage categories, but i can’t find a solution to use them like in a list with shortcode
Forum: Plugins
In reply to: [Chessgame Shizzle] Import problemsOf course i make sure 🙂
Please allow me some time, its a huge site. I’ll try to be fast.
Forum: Plugins
In reply to: [Chessgame Shizzle] Listing pagination problemThis is not login, just a simple password (i dont want that google cache this site).
But anyway this is a good example with v1.20, so not problem
Forum: Plugins
In reply to: [Chessgame Shizzle] Listing pagination problemMaybe the problem is in 1.21. In 1.20 this is okay:
I use 1.20 now. But when i first tried i used version 1.21
URL: https://borsodsakk.hu/test-for-marcel-pol/
PW: fortestingForum: Plugins
In reply to: [Chessgame Shizzle] Import problemsI seen a bug report where you solved an import problem. Maybe there will be the problem, but i don’t know.
Before 1.20 i tried rollback to 1.16, the import function worked, deleted all the entries, tired 1.20, and again worked. But i seen the problem only in 1.21 maybe the rollback 1.16 made the magic, maybe the 1.20
I can install the qhery monitor, but this site is running, and users want to see theese games, i can’t upgrade to 1.21 while the team championship is going in my country.
Yes, you seen it well: We use Sydney (with child theme) and SieOrigin pagebuilder. BUT your plugin can’t use the pagebuilder, only the visual and html editor.
We use PHP version 7.3.17
if you give me an email adress i can give you the site’s almost entire copy (i’ll remove the newsletter data and any other users data) (which i make with duplicator plugin), there are no secrets in it.
- This reply was modified 4 years, 6 months ago by datviking.
Forum: Plugins
In reply to: [Chessgame Shizzle] Listing pagination problemFor me now working only because i put the shortcode into a page. But if i put into a post the second page only show blank space.