Tabashira
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Tab Not Working , tinymce is not definedthanks all for your replies
i have tried lots of solutionsbut it happened to be issue with my computer itself
worked fine with me on another computerso i figure i will reinstall my windows
and scan my laptop with antivirus and antimalwareForum: Fixing WordPress
In reply to: Visual Tab Not Working , tinymce is not definedthanks Adeline for the reply however
i made a new subdomain and i tried
clean installation without even installing a theme deleting all plugins
and right out of the box the visual tab not working with wordpress 4.4.2
i downgraded to 4.4 and same issue appearsi host the website on godaddy , i tried on ipage also same issue
the tinymce is located in includes folder and so it isn’t a plugin that i install normally but part of the core files
i came into a solution from 2008 regarding wordpress tinymce failure on godaddy
https://www.zulius.com/how-to/fix-wordpress-editor-on-a-free-godaddy-hosted-site/
but didn’t match my criteria and folder listings
so i didn’t know how to apply it , i tried adding this line to
wp-includes/script-loader.php$scripts->add( 'tiny_mce', '/wp-includes/js/tinymce/tinymce_fixed.js', array('editor_functions'), $mce_version );
no success , may be i am not understanding the solution the right way
still stuck and visual tab not working !!
Forum: Plugins
In reply to: [Polylang] Change WordPress Language as a Whole ?thx alot Chrystl for your help & Support
I will Mark the Post As Resolved
Forum: Plugins
In reply to: [Polylang] Change WordPress Language as a Whole ?I figured it Out actually ??
It is a kind of a silly mistakei had to choose first both languages English/Arabic in WordPress General Settings
at Least once To be Marked as “Installed” and Not marked as “Available”once Done All Strings in Both WordPress Languages will appear Normally
, and the plugin Works as Perfect AS it Could Be ??thx alot Chrystl for your help & Support
Forum: Plugins
In reply to: [Polylang] Change WordPress Language as a Whole ?Sorry didn’t post it right
here is the linkhttps://s15.postimg.org/hdlxzo0rf/screencapture_wp_admin_options_general_php_14528.png
Forum: Plugins
In reply to: [Polylang] Change WordPress Language as a Whole ?Forum: Plugins
In reply to: [Polylang] Change WordPress Language as a Whole ?i am making a multi language site English/Arabic
i already made Different Css for Each Language using Selectors
Also Different Posts For Each Language using normal plugin features
Switching Output In Templates Based on Language using $currentlangHowever i Need the Post Metadata , “this post was written by” ,”logged in as ” , Date And Time ,logout Links etc
to be also switchable English/Arabic ,
And that happens When changing the whole language of the Site
in Uni Language sites From the General Settings of WordPressForum: Themes and Templates
In reply to: Style.css is merged into Index !!!!Sorry fixed by updating the Core ??
Forum: Themes and Templates
In reply to: Style.css is merged into Index !!!!my website : https://tabashira.com
Forum: Fixing WordPress
In reply to: help with this code ??? echo $varthanks alot codingpet , that’s simply awesome
works perfect ??Forum: Fixing WordPress
In reply to: help with this code ??? echo $varwell changed the code to this :
<?php $video = get_post_meta($post->ID, 'Video', true); ?> <?php echo do_shortcode('[FMP width="1180" height="550"]$Video[/FMP]'); ?>
but still not working ????
any ideas ???Forum: Fixing WordPress
In reply to: Pagination comments not workingcan u share the link of the comments.php you found ??
i am having the same issueForum: Fixing WordPress
In reply to: how to display total views of all postsyes , but i want this to be displayed on the website main page
like Total Views : 1000 times
do you know such a code ??
i know i can display the total posts number
but i need thet total view count number …