soufix
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Infinit loadinghere someone in comment, has similar issue as well
Anyone else experiencing issues with Chrome all of a sudden?
byu/GrayOctopus inchromeis their problem with chrome lately ?
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Issue with cachine (LiteSpeed)1- Only Advanced Ads
2- Idk we didn’t test or how to test it, it’s PHP code file, that why we use Advanced ADS because our ads network support suggest us to use especially if we are afraid to upload php to website. So what they told us is to open php code with bloc note and copy all text from file and creat new ads with using “Allow PHP” option because it’s php code that bypass adsblock extensions (which auto generate new domains everytime a domain is blocked)
3- No we didn’t test it tbh. we are using our in /head like always
4- Yes it’s php code what i shared it’s what they got after visiting website as visitor but as code it’s doesn’t look like that, it’s long code start with (((((<?php)))))Fixed by Web Host. It was because of “Problem was in PHP modules/extensions and PHP limits”.
Hope will help anyone who got same problem.
- This reply was modified 4 years, 6 months ago by soufix.
I just test it last advanced ads plugin version using Local WordPress (last wordpress version) “bitnami” with same theme file, and works fine without problem. but when i tried in my dedicated server, i got that problem, is this mean problem from my server ? any hint what exactly i need to check . sry for my bad english
- This reply was modified 4 years, 6 months ago by soufix.
This is what i get when i past it to /header or in /body
Parse error: syntax error, unexpected ‘/’ in /home/MYUSERNAME/public_html/wp-content/plugins/advanced-ads/classes/ad_type_plain.php(155) : eval()’d code on line 1
There has been a critical error on this website.
- This reply was modified 4 years, 6 months ago by soufix.
Forum: Plugins
In reply to: [LiteSpeed Cache] New Update ruins my theme Only first post!!Thanks alot for ur answer
1- i fixed this problem as my hosting fixed the issue, theme works fine now as they told me “There was a kernel update as well beside the LiteSpeed update which could be the reason for the issue”
2- i hope you can fix that as soon as possible! thanks again, because i need everytime to purge ALL in order to show comments for visitors. ty again.
Forum: Fixing WordPress
In reply to: Probleme Reply a Commenti dodnt try another theme
i want fix that please
is there a prb in this code:
<?php comment_reply_link(array_merge( $args, array('reply_text' => 'Reply', 'depth' => $depth, 'max_depth' => $args['max_depth']))); ?> <?php edit_comment_link('Edit','/ ',''); ?>
sry for my bad eng
Forum: Fixing WordPress
In reply to: Probleme Reply a Commenthttp://i59.tinypic.com/rr6mus.jpg
1- i click REPLY then i comment
2- it look like a new comment,3- normally reply shoud under comment ++
i mean
Comment here
……. Reply HereForum: Fixing WordPress
In reply to: Probleme Reply a Commentwhat the reply should be:
Comment
…Replybut me
Comment
Replyreply looke like a new comment
Forum: Themes and Templates
In reply to: [Page] Pagination Doesn't Workthis is my index.php if u can find the prb , plz 4 days same prb plz
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<?php get_header(); global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?> <?php query_posts('paged='.$paged.'&cat='.$theme_home_cats); if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post"> <h2><a>"><?php the_title(); ?></a></h2> <div class="meta"> Posted <?php if (function_exists('time_since')) { echo time_since(abs(strtotime($post->post_date_gmt . " GMT")), time()) . " ago"; } else { the_time('d M Y'); } ?> in <?php the_category(', '); ?> <?php edit_post_link('(Edit Post)'); ?> </div> <div class="clear"></div> <?php if((get_post_meta($post->ID, 'ghostpool_thumbnail', true) OR has_post_thumbnail()) && ($theme_thumbnails == "0")) { ?> <div class="image-preview"> <a>"><?php if(get_post_meta($post->ID, 'ghostpool_thumbnail', true)) { ?><img src="<?php echo(get_post_meta($post->ID, 'ghostpool_thumbnail', true)); ?>" class="wp-post-image" alt="" /><?php } else { ?><?php the_post_thumbnail(('thumbnail'), array('title' => '')); ?><?php } ?></a> </div> <?php } ?> <div class="post-excerpt"> <?php if($theme_homepage_text_display == "1") { ?> <?php the_content(); ?> <?php } else {?> <p><?php echo excerpt(120); ?></p> <?php } ?> </div><!--End post excerpt--> <div class="meta right"> <a>" rel="bookmark" title="<?php the_title(); ?>">Read More</a> / <?php comments_popup_link('0 Comments', '1 Comment', '% Comment', 'comments-link', '-'); ?> </div> </div><!--End post--> <?php endwhile; ?> <?php wp_pagenavi(); ?> <?php else : ?> <div class="post"> <h3>Page Not Found</h3> </div> <?php endif; wp_reset_query(); ?> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: [Page] Pagination Doesn't Work