Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Aeit

    (@mynicknamehasbenstolen)

    Nothing has been solved.
    I had some issues with JS that’s the fact. Caused by CDN and cache plugin because tooltips weren’t showing up.

    Fixed all issues but depicter is still not working even in preview mode. I dont have much plugins, it simply isnt working even after 2 latest updates.

    Aeit

    (@mynicknamehasbenstolen)

    Must be a global bug. Wanted to go pro for dynamic content, but this is a huge letdown.

    Even stock templates arent working in live / preview
    https://drive.google.com/file/d/1i5JipqSGYQfoFd6fH79BHeNQ5uPIh28I/view?usp=sharing

    Aeit

    (@mynicknamehasbenstolen)

    For me “date-posted” shows ENGLISH names of months. Cannot translate …

    Aeit

    (@mynicknamehasbenstolen)

    Nothing has changes in past 5 months, great developer.

    Aeit

    (@mynicknamehasbenstolen)

    This is interferrating:

    <div class="post-image single-image">
                                        <img src="https://www.creative-job.ch/wp-content/themes/ri-charitable/images/placeholder.jpg" alt="Image Placeholder" />
                                </div>

    You need to add this into custom css field in your theme:

    .post-image img {
        display: none;

    I have exact same situation where WPJobManager interferes with how my theme displays
    BLOG posts.
    Thanks to that when blog post is set to media type, image won’t be displayed on recent posts list.
    I don’t know how this can be solved in a better way but at least single job posting dosnt look soo terrible nor it displays company logo twice

    • This reply was modified 7 years, 6 months ago by Aeit.
    • This reply was modified 7 years, 6 months ago by Aeit.
    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    10 minutes after i posted this i have solved my problem.
    I was mislead by WSP … no redirection are needed … none.
    I cleaned .htaccess’es and every change i made that was unnecessary.

    As you might notice i have installed backup buddy which is outstanding when migrating form both local or private servers.
    But the problem was …
    Web provider has it own panel … its not even close to cPanel … its very hard to use and confusing so no surprise i did something wrong.

    While redirecting there are few options where 2 of them are used to redirect to sub folder
    one of them is called “without separating service” and second “with service separation”
    I miss clicked the second one and forgot about that …
    None of “IT team” knew about it blaming wordpress and my configuration.
    Bunch of losers.

    Anyways thanks for reply and maybe this will help someone in feature.

    Aeit

    (@mynicknamehasbenstolen)

    Yoast has nothing to do with it … it barley works on normal snippets. Dont bother asking them

    Have you tried editing your root .htaccess file?
    By adding line:

    Options -Indexes

    description here

    In my case it returns 404 so its not indexed by google

    • This reply was modified 8 years, 1 month ago by Aeit.
    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    Well i dont know what im doing wrong but conditional shipping and payments plugin is missing that feature for sure.

    I have updated everything to latest versions and now i can see my custom flat rates but … thres no condition like exclude shipping or exclude payment.

    settings> restrictions> shipping methods>

    and now what im doing:

    Short Description: COD shipping
    Exclude Shipping Methods: none
    Condtions avalible:
    1.card total
    2.billing country
    3.shipping country
    4.category
    5.shipping class
    6.package weight
    7.customer
    8.customer role

    I dont need any of those restricions besides “Payment”
    If i could choose to exclude payment methods that it would be done.

    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    The conditional shipping and payments plugin lets you base them on oneanother – pretty certain of this.

    No.
    Because … FedEx = flat_rate and COD= flat_rate – conditional shipping and payment DO NOT distinguish different flat_rates made by newest feature called shipping zones nor any other plugin that add flat rates.

    {custom pay gateway nr.1 and 2} are my gateways that i already own no problem with that.

    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    Cash on delivery is a payment method, not a shipping method.

    Thats the problem, when someone want to choose cod he must pay for it too so … it must be both payment and shipping method.

    It will be easier to understand looking on full scheme.
    [..]-applies for

    Shipping methods:
    1. FedEx – xx$ [b,c,d]
    2. COD – xx$ or xx$+% [a]
    3. Free shipping – 0= tot.cost>xxx$ [b,c,d]
    4. Local pickup – 0 [a,b,c,d]

    Payment methods:
    a. Pay when receiving – shows only after choosing local pick up and COD (in second case payment methods b,c,d will turn off) also its unavailable for shipping method 1 and 3
    b. custom pay gateway nr.1 [1,3,4]
    c. custom pay gateway nr.2 (supports mobile) [1,3,4]
    d. traditional bank transfer – based on invoice manually send by me [1,3,4]

    This is one of most important things … if its impossible to achieve i have to resign form WP completely.

    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    My bad i forgot to save after adding region … only after that adding shipping methods is possible.
    Well great that i could add more flat rates and rename it but that’s all.

    WooCommerce Conditional Shipping and Payments still dont recognize different flat rates … this plugin treats them as one group so its completely impossible to make any shipping and payments restrictions.
    Lets say that i have 4 flat rates 2-for my country 2- for rest of the world
    WCSaP still treat them as one flat_rate …

    i run out of ideas and plugins …

    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    Whoa havent noticed todays update. Feature looks very promising but its not working for me.

    [yes i have set shipping to all countries]
    after naming a zone and choosing specific region the ‘+’ button is inactive and i cant press it. In short i cant add shipping methods to zone i want to make. But it works fine for rest of the world.
    https://i.imgur.com/h1PasJB.jpg

    Thread Starter Aeit

    (@mynicknamehasbenstolen)

    I dont have any php knowledge nor time to learn it now … but it dost look like simple flat rate.
    And hiding other shipping methods when free one is available is not exactly what im looking for. Because there are other restrictions.

    I also have tried this:

    add_action( 'woocommerce_flat_rate_shipping_add_rate', 'add_another_custom_flat_rate', 10, 2 );
    
    function add_another_custom_flat_rate( $method, $rate ) {
    	$new_rate          = $rate;
    	$new_rate['id']    .= ':' . 'custom_rate_name'; // Append a custom ID
    	$new_rate['label'] = 'Rushed Shipping'; // Rename to 'Rushed Shipping'
    	$new_rate['cost']  += 2; // Add $2 to the cost
    
    	// Add it to WC
    	$method->add_rate( $new_rate );
    }

    to add normal flat tare … but it doesn’t show up in woocommerce>settings>shipping

    There’s no option to clone flat rate inside woocommerce?
    Is this possible to turn international/local shipping into flat rate (removing coutry and zip otions)?

Viewing 15 replies - 1 through 15 (of 16 total)