Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • I would like to thank you and your team for your efforts and help. You saved me from great trouble.

    in reply to: You are editing the page showing your most recent posts. #1246131

    Could you please take a look at this subject. The problem still persists.

    hello 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, 1 month ago by cTes.

    Thank 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, 1 month ago by cTes.

    Translation critical error still persists

    I cannot create new pages and blogs

    • This reply was modified 4 years, 1 month ago by cTes.

    hello yigit : I can not see the change on the home page can log in and look at the site again.

    Could you check the code I don’t understand what is the reason it still doesn’t work.

    Yigit 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 example

    iç 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 ago by cTes.
    in reply to: Burger menu How can I do that #1139090

    https://i.hizliresim.com/VQNjWR.jpg
    https://www.imageupload.net/image/xmbW

    • This reply was modified 5 years, 1 month ago by cTes.
    in reply to: Burger menu How can I do that #1138371

    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

    in reply to: Burger menu How can I do that #1138103

    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, 1 month ago by cTes.
    in reply to: How to Make home Seo Settings #1052321

    I’M VERY OPEN I REQUEST THE REPLACEMENT OF YOUR OPENING TO THE WRONG PLACE.

    in reply to: How to Make home Seo Settings #1052320

    can I use 3 pieces of h1 tag on main page

    in reply to: Request Entity Too Large 413 #1040713

    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 :)

    in reply to: Request Entity Too Large 413 #1040414

    I think the interior designer is doing on the page on a particular page

    paga name is iç mimar please check to page

    in reply to: Request Entity Too Large 413 #1039751

    1. Please login from admin panel.
    2. Click the pages
    3. Open any page and click the update button

    and when you say update, you will encounter this problem.
    The hosting company has made all updates.

    Thaks

    please feel free to reply these important titles. bizee benefits. the same problems apply to us

    in reply to: text editor not working help #933121

    please help me

    in reply to: text editor not working help #933082

    ?

    in reply to: text editor not working help #932779

    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”);
    }
    });

    });
    };

    in reply to: text editor not working help #932758

    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 regards

    in reply to: text editor not working help #932631

    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.

    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, 7 months ago by cTes.
    in reply to: text editor not working help #932630

    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.

    Hi 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, 7 months ago by cTes.
    in reply to: creating a child theme of enfold #932212

    I have such a problem

    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, 7 months ago by cTes.
Viewing 26 posts - 1 through 26 (of 26 total)