Forum Replies Created
-
AuthorPosts
-
September 16, 2020 at 11:28 am in reply to: Fatal error: Uncaught TypeError: Argument 1 passed to AviaBuilder: #1246276
I would like to thank you and your team for your efforts and help. You saved me from great trouble.
September 16, 2020 at 12:59 am in reply to: You are editing the page showing your most recent posts. #1246131Could you please take a look at this subject. The problem still persists.
September 15, 2020 at 12:58 pm in reply to: Fatal error: Uncaught TypeError: Argument 1 passed to AviaBuilder: #1246024hello first of all thank you. The problem continues as follows. When I say create a new page or I get a blog error screen.
example: https://www.tolgahanturk.com/wp-admin/post-new.php
the site works, but when I say create a page, the error starts. I cannot open a new page and enter new data into the web page.- This reply was modified 4 years, 2 months ago by cTes.
September 14, 2020 at 1:37 pm in reply to: Fatal error: Uncaught TypeError: Argument 1 passed to AviaBuilder: #1245758Thank you very much for your help.
I did exactly what was said. The problem persists.
I am also giving you cpanel access information. This way, you will be able to access the database.Fatal error: Uncaught TypeError: Argument 1 passed to AviaBuilder::handler_wp_dbx_post_sidebar() must be an instance of WP_Post, instance of stdClass given, called in /home/u8753672/tolgahanturk.com/wp-includes/class-wp-hook.php on line 287 and defined in /home/u8753672/tolgahanturk.com/wp-content/themes/icmimarlik/config-templatebuilder/avia-template-builder/php/template-builder.class.php:450 Stack trace: #0 /home/u8753672/tolgahanturk.com/wp-includes/class-wp-hook.php(287): AviaBuilder->handler_wp_dbx_post_sidebar(Object(stdClass)) #1 /home/u8753672/tolgahanturk.com/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array) #2 /home/u8753672/tolgahanturk.com/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /home/u8753672/tolgahanturk.com/wp-admin/edit-form-advanced.php(721): do_action('dbx_post_sideba...', Object(stdClass)) #4 /home/u8753672/tolgahanturk.com/wp-admin/post-new.php(75): require('/home/u8753672/...') #5 {main} thrown in /home/u8753672/tolgahanturk.com/wp-content/themes/icmimarlik/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 450 Web sitenizde kritik bir hata oluştu. Lütfen talimatlar için site yöneticisi e-postası gelen kutunuzu kontrol edin.
- This reply was modified 4 years, 2 months ago by cTes.
September 12, 2020 at 5:02 pm in reply to: Fatal error: Uncaught TypeError: Argument 1 passed to AviaBuilder: #1245372Translation critical error still persists
I cannot create new pages and blogs
- This reply was modified 4 years, 2 months ago by cTes.
October 11, 2019 at 2:38 pm in reply to: I can't run this code in place of the custom css class. What is the reason. #1147138hello yigit : I can not see the change on the home page can log in and look at the site again.
October 2, 2019 at 4:51 pm in reply to: I can't run this code in place of the custom css class. What is the reason. #1144205Could you check the code I don’t understand what is the reason it still doesn’t work.
September 26, 2019 at 1:54 am in reply to: I can't run this code in place of the custom css class. What is the reason. #1142076Yigit Bey: I added the code to the css but it still does not work on the main page.
Do you apply to any block of the main page. Let’s look at the exampleiç mimar Tolgahan TÜRK
If you apply to the background of this color section on the main page I would appreciate it.- This reply was modified 5 years, 1 month ago by cTes.
https://i.hizliresim.com/VQNjWR.jpg
https://www.imageupload.net/image/xmbW- This reply was modified 5 years, 2 months ago by cTes.
I want to add logo and social media icons to the burger menu on the right. Illustration with red font. It’s just that. will be centered
I want to add social media buttons and logo to burger menu Guess it doesn’t seem to have written with red writing.
- This reply was modified 5 years, 2 months ago by cTes.
I’M VERY OPEN I REQUEST THE REPLACEMENT OF YOUR OPENING TO THE WRONG PLACE.
can I use 3 pieces of h1 tag on main page
talked with the hosting company. server limits to the latest level. the error still continues. and the last time I came to contact you. last resort :)
I think the interior designer is doing on the page on a particular page
paga name is iç mimar please check to page
1. Please login from admin panel.
2. Click the pages
3. Open any page and click the update buttonand when you say update, you will encounter this problem.
The hosting company has made all updates.August 8, 2018 at 4:29 pm in reply to: Warning: Division by zero in slideshow_accordion.php on line 661 #995046Thaks
March 26, 2018 at 9:03 pm in reply to: property ImageObject is not recognised by Google for an object of type WebPage #933191please feel free to reply these important titles. bizee benefits. the same problems apply to us
please help me
Problem is here
// modify behavior for html editor switch_btn.on('click', function() { var button = $(this); if(button.is('.switch-tmce')) { parent.removeClass('html-active').addClass('tmce-active'); window.tinyMCE.execCommand(executeAdd, true, el_id); /** * fixes problem with caption shortcode that manipulates the HTML and adds some custom temp structure on adding content to editor * see wp-includes\js\tinymce\plugins\wpeditimage\plugin.js function parseShortcode * * Check in future releases, that tinyMCE events "beforeGetContent" and "BeforeSetContent" and "PostProcess" do not require some special format to execute. * Currently event.format !== 'raw' is used */ var text = textarea.val(); var result = text.match( /\[caption /i ); var format = ( result ) ? 'wpeditimage' : 'raw'; window.tinyMCE.get(el_id).setContent(window.switchEditors.wpautop(text), {format: format }); //trigger updates for preview window tinymce.activeEditor.on('keyup change', function(e) { var content_to_send = textarea.val(); if(window.tinyMCE.get(el_id)) { /*fixes the problem with galleries and more tag that got an image representation of the shortcode*/ content_to_send = window.tinyMCE.get(el_id).getContent(); } //trigger tinymce update event and send the actual content that is located in the textarea textarea.trigger("av-update-preview-tinymce", window.switchEditors._wp_Nop( content_to_send ) ); }); } else { var the_value = textarea.val(); if(window.tinyMCE.get(el_id)) { /*fixes the problem with galleries and more tag that got an image representation of the shortcode*/ the_value = window.tinyMCE.get(el_id).getContent(); } parent.removeClass('tmce-active').addClass('html-active'); window.tinyMCE.execCommand(executeRem, true, el_id); textarea.val( window.switchEditors._wp_Nop( the_value ) ); } }); //activate the visual editor switch_btn.filter('.switch-tmce').trigger('click'); //make sure that when the save button is pressed the textarea gets updated and sent to the editor save_btn.on('click', function() { switch_btn.filter('.switch-html').trigger('click'); }); //make sure that the instance is removed if the modal was closed in any way $doc.on('avia_modal_before_close' + _self.namespace + "tiny_close", function(e, modal) { if(_self.namespace == modal.namespace) { if(window.tinyMCE) window.tinyMCE.execCommand(executeRem, true, el_id); $doc.off('avia_modal_before_close' + _self.namespace + "tiny_close"); } }); }); };
i thing this
//activate the visual editor
switch_btn.filter(‘.switch-tmce’).trigger(‘click’);//make sure that when the save button is pressed the textarea gets updated and sent to the editor
save_btn.on(‘click’, function()
{
switch_btn.filter(‘.switch-html’).trigger(‘click’);
});//make sure that the instance is removed if the modal was closed in any way
$doc.on(‘avia_modal_before_close’ + _self.namespace + “tiny_close”, function(e, modal)
{
if(_self.namespace == modal.namespace)
{
if(window.tinyMCE) window.tinyMCE.execCommand(executeRem, true, el_id);
$doc.off(‘avia_modal_before_close’ + _self.namespace + “tiny_close”);
}
});});
};the problem still continues. The problem is that the text is not white but the text editor is not working.
The editor is not working if you notice. click on any text you will not see the icons and the editor anyway. Best regardsI do not think it’s more of an extension because the thing that works on localhost is not working here.
I am sending you back information for the login process.http://www.tolgahanturk.com.tr/wp-content/uploads/2018/03/eklentiler.jpg I stopped plugins
http://www.tolgahanturk.com.tr/wp-content/uploads/2018/03/sorun.jpg the problem still continues.
- This reply was modified 6 years, 8 months ago by cTes.
I do not think it’s more of an extension because the thing that works on localhost is not working here.
I am sending you back information for the login process.March 24, 2018 at 8:27 pm in reply to: The editor does not work when I click on the text edit section in the admin pane #932470Hi Ok I sent the addresses wp admin and ftp.
localhost also works fine If you upload with ftp txt editor does not work if you are interested I am very happy. Best regards
- This reply was modified 6 years, 8 months ago by cTes.
I have such a problem
http://www.tolgahanturk.com.tr/wp-content/uploads/2018/03/Untitled-3.jpg
the necessary tools are not installed. editor tool does not appear.The editor content on the page looks white. no icon
- This reply was modified 6 years, 8 months ago by cTes.
-
AuthorPosts