pythonidea
Forum Replies Created
-
[embedyt] https://www.youtube.com/embed?listType=playlist&list=PLSB3dsZ4qbg3s1BIC15PdGb4eulNuzQKR&v=DqPpm6YW7bU&layout=gallery [/embedyt]
I always use the “text view”, sorry for the late response.
I checked the code on my localhost wordpress and it works fine, I am wondering why it is not working on this site. π
- This reply was modified 8 years, 2 months ago by pythonidea.
I also have this error on the console
Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube: insecure reporting URL for secure page at character position 22. The default protections will be applied.
I didn’t changed the code sir, I also do uninstall and install new version but still it won’t display
Forum: Fixing WordPress
In reply to: Permission denied in class-wp-theme.php for page editor?the solution link you posted were not found, it returns 404…
can you please post the solution here and not the broken link? thanksForum: Hacks
In reply to: how to add visual composer button in custom post typeI tried to do this but nothing happens..
`$args = array(
‘labels’ => $labels,
‘public’ => true,
‘show_ui’ => true,
‘capability_type’ => ‘post’,
‘hierarchical’ => false,
‘rewrite’ => array(‘slug’ => ‘work-view’, ‘with_front’ => true),
‘query_var’ => true,
‘show_in_nav_menus’=> false,
‘supports’ => array(‘title’, ‘editor’, ‘wpb-visual-composer’)
);register_post_type( ‘work’ , $args );`
Forum: Fixing WordPress
In reply to: Post Featured images and other thumbnails wont show upthanks graphical_force for the reply, but this link http://codex.ww.wp.xz.cn/Moving_WordPress is my guide in moving wp to another server as I said earlier that
I had transferred/migrate many wp sites to other server but I got no problem
the site URL is ok but the post featured image has no images, but in the admin sidet(backend), the featured images is there …
http://www.signfixer.com/signfixer/portfolio/the-pinery/
when you inspect the element, the img src is blank….
Forum: Fixing WordPress
In reply to: WP doesn't display content text on Chromeptinning4
I still did not fixed it, it seems when you refresh the site, the text will disappear…
Forum: Plugins
In reply to: [Google Map Shortcode] Javascript error: unterminated string literalI got the same problem.. I post it in here http://stackoverflow.com/questions/21924738/syntaxerror-unterminated-string-literal-in-wordpress
still has no luck, please help!…
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeI didn’t install anything in my chrome, I have check the site in several computers, but in in 1st load in chrome, the text wouldn’t showing up, but when you try to inspect element, the text will show up… I have cleaned my cache already but same problem in chrome… π
Forum: Fixing WordPress
In reply to: WP doesn't display content text on Chrome