Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Dennys Dionigi

    (@dennysdionigi)

    Seems solved.

    Thanks a lot, really.

    May I kindly know which were the causes, please?

    (To let also other users to understand this issue and the solution, which seems a common issue).

    Sorry for being rude in following thread -> https://ww.wp.xz.cn/support/topic/after-upgrading-to-7-3-css-combine-dont-work-loading-a-dummy-css-instead/ , but I love to deep understand issues and solution at their core.

    Hi,

    in this post the issue is not resolved and the user opened a ticket, so I dont know what happened into that ticket.

    “Closing the topic because the users opened a ticket” : doesn’t mean this has been fixed, and it’s hot helpful to other users.

    2) In the post I linked here too, in my initial comment… how to say: no one, literally, has solved this issue, and your global reply is “open a separate thread” and send a report ID.

    But searching for the keys “dummy CSS”, “dummy”, “unwanted CSS” et similar, I found that this issue has a long story, and in old topics you suggested both:

    1) restore previous versioning, flush the cache and turn back to last updated one (we are talking about version 7.3 / 7.4) – so it’s an old temporary “trick”.. if we can call it a trick – and sadly this didnt work too, reading those posts latest reply.

    2) on some topics you said too: “switch to dev/beta channel” of the plugin, and then again: “send the report ID”. That’s all I could see.

    So, from what I could read:

    None of this solution worked, if after a long time, I here reporting the same problem and asking for the reason of a missing clear fix from you.

    Example:

    Francisco Sanchez Llorente 

    (@kurros)

    2 months ago

    I have this resource on my website: neurinomavestibular.es
    https://neurinomavestibular.es/wp-content/plugins/litespeed-cache/assets/css/litespeed-dummy.css
    Is blocking the render and I don’t know how to remove it

    Your reply: “Update to 7.3.0.1” .


    What I mean:

    If the issue is the same, and I am on the latest 7.6.1 – even also “playing” switching between “dev/master/latest” as the tricks said above, means that it has not been solved yet, and that’s useless opening a new thread, I don’t understand the purpose, if the issue in something more general and happened to more users.

    I can understand something that happens a single time, to a single user, who needs a fix for his own onetime issue, but this is not the situation.

    BTW…

    My REPORT ID: IAQUXATD and I also openend, as per request, this topic: https://ww.wp.xz.cn/support/topic/dummy-unused-css/

    And if a builtin solution will be provided, I hope it will help future users.
    Meanwhile for my situation: I solved using the HTML Processor API and removed the unwanted resources.

    Hi,

    I will be pleased to open new thread, and… sorry if this appear as spamming to your eyes.

    But.. I just feel to reply back: why opening a new thread if the issue is technically and basically the same?

    And neither this topic, neither the second one I’ve seen, have a definite reply and a clear solution.

    So which will be the point to open N* threads to get a simple solution and reply?

    Sorry if this appear as “spamming”, or even “flaming”, but while searching for something in the forum, the steps I’m expecting are: “wow, I found the same issue, great, maybe there’s a solution from the original developer”.

    In the unfortunate event that there are no clear solutions, it seems quite obvious to me to reopen the current topic, since it is the exact same problem, expecting a kind reply.

    One would expect a polite response, not to be scolded for not opening another post (identical to the previous ones, by the way!).

    What would be the utility point of opening yet another thread, other than to further complicate future searches for future users?

    Hi there,

    coming from: https://ww.wp.xz.cn/support/topic/remove-dummy-css/page/2/#post-18683232

    Either me, I ‘m seeing that useless empty dummy stylesheet “#litespeed-cache-dummy-css”; even if I am using latest 7.6.1 and the beta channel.


    So which is the fix from your side?

    I mean: I can quickly easily handle it using some patch code, but… why do I need to fix something that shouldn’t even be there? 🙂

    Cheers

    Hi there,

    Either me, I ‘m seeing that useless empty dummy stylesheet “#litespeed-cache-dummy-css”; even if I am using latest 7.6.1 and beta channel.


    So which is the fix from your side?

    I mean: I can quickly easily handle it using some patch code, but… why do I need to fix something that shouldn’t even be there? 🙂

    Cheers

    Plugin Author Dennys Dionigi

    (@dennysdionigi)

    Hi @meksone , hope you may enjoy the latest release too.
    We focused on helping content creators, writers and SEOs, adding features for headings, titles and improved the Ui.

    Cheers

    Plugin Author Dennys Dionigi

    (@dennysdionigi)

    Hey, now it works, even better!

    Plugin Author Dennys Dionigi

    (@dennysdionigi)

    Thanks a lot for your taking your time, givin’ me a positive review!

    Plugin Author Dennys Dionigi

    (@dennysdionigi)

    Thanks.
    On next releases we will split and differentiate each blocks’ labels.
    Gonna test which could be the best approach, choosing from background colours, borders, shadow and so on.

    Keep tuned.

    Thanks

    I got that problem too,
    testing WordPress 5.8-alpha-51049, WP-Optimize 3.1.9 – with: PHP 8.0.5, MySQL 5.7.32.

    I had to “define('CONCATENATE_SCRIPTS', false);

    Because of conflict with the Error caused by that missing script.

    Any quick fix, please?

    Cheers

    I’m stuck in this plugin too..

    My live website is

    wnma.media/job/cercasi-social-media-manager-per-milano

    And I want to open a CF/ in popup for submitting a Curriculum.
    But the popup, which displays correctly… doesn’t work.
    The button go to nowhere.

    This is my code, which uses venobox for the popup.

    Thanks for any help

    <?php if ( $apply = get_the_job_application_method() ) : ?>
    
    		<?php wp_enqueue_script( 'wp-job-manager-job-application' ); ?>
    		<div class="job_application application">
    			<?php do_action( 'job_application_start', $apply ); ?>
    
    			<input type="button" class="venobox"  data-type="inline"  href="#submit" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" />
    
    			<div class="application_details" id="submit" style="display: none; text-align: center;">
    <?php echo do_shortcode( '[contact-form-7 id="1037" title="Assunzioni"]' ); ?>
    			</div>
    			<?php do_action( 'job_application_end', $apply ); ?>
    		</div>
    	<?php endif; ?>

    I’m stuck in this plugin too..

    My live website is

    wnma.media/job/cercasi-social-media-manager-per-milano

    And I want to open a CF/ in popup for submitting a Curriculum.
    But the popup, which displays correctly… don’t work.
    The button go to nowhere.

    This is my code, which uses venobox for the popup.

    Thanks for any help

    <?php if ( $apply = get_the_job_application_method() ) : ?>
    
    		<?php wp_enqueue_script( 'wp-job-manager-job-application' ); ?>
    		<div class="job_application application">
    			<?php do_action( 'job_application_start', $apply ); ?>
    
    			<input type="button" class="venobox"  data-type="inline"  href="#submit" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" />
    
    			<div class="application_details" id="submit" style="display: none; text-align: center;">
    <?php echo do_shortcode( '[contact-form-7 id="1037" title="Assunzioni"]' ); ?>
    			</div>
    			<?php do_action( 'job_application_end', $apply ); ?>
    		</div>
    	<?php endif; ?>
    Thread Starter Dennys Dionigi

    (@dennysdionigi)

    Hello!

    I changed to this result

    https://whynot.media/it/job/cercasi-social-media-manager-per-zona-milano/

    This is the code, but my contact form 7 doesnt work.

    <?php if ( $apply = get_the_job_application_method() ) : ?>
    	<?php if ( 'url' === $apply->type ) : ?>
    {
    	    $application_href = $apply->url;
    	}
    		<div class="job_application application">
    			<a href="<?php echo esc_url( $apply->url ); ?>" class="venobox" target="_blank" rel="nofollow">Apply Now</a>
    		</div>
    	<?php else : ?>
    		<?php wp_enqueue_script( 'wp-job-manager-job-application' ); ?>
    		<div class="job_application application">
    			<?php do_action( 'job_application_start', $apply ); ?>
    
    			<input type="button" class="venobox"  data-type="inline"  href="#submit" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" />
    
    			<div class="application_details" id="submit" style="display: none; text-align: center;">
    <?php echo do_shortcode( '[contact-form-7 id="1037" title="Assunzioni"]' ); ?>
    			</div>
    			<?php do_action( 'job_application_end', $apply ); ?>
    		</div>
    	<?php endif; ?>
    <?php endif; ?>

    Could you help me?

    Thread Starter Dennys Dionigi

    (@dennysdionigi)

    Hello,
    thank you for your reply!
    I’ve seen the video, and… I just seen how to add things to the default template.. but how to delete things or just add an if (there are featured listing) show sidebar, else (no-sidebar).

    Because if I don’t add any job to the (blog) sidebar, it display an empty one. But still display it.

    Maybe it would be really kind if you help me.. in my template I have the option to get a full width blog, without any sidebar (which i prefer).

    Thanks for any further help 🙂

Viewing 14 replies - 1 through 14 (of 14 total)