Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter rahyrs

    (@rahyrs)

    Hi Thomas,

    Thank you for your reply.

    After reading your article, I’m convinced that what I need is voucher:
    – bulk generation for B2B selling course.
    – access to certain courses by certain number of students (options of students x course)
    – because it will be sold offline, it doesn’t need order process.

    Before reading the article, there was one thing about redemption I’m not clear how to handle:
    – because the voucher redemption can occur frequently, not everytime needs new registration (new users). For those already have account can buy new voucher or be given new voucher by the employer.

    Examples:
    – individual student: I can package the courses according to some criteria (topic, level, etc). The student can buy (maybe after register to the site) voucher for Package A, offline. After finishing all courses in Package A, he wants to buy new voucher for Package B.
    – company client: the HRD can give a voucher for the employee for Level 1 courses. After finishing Level 1, the employees can be given new vouchers for Level 2.

    In the article you wrote:
    “Vouchers can only be redeemed during new user registration (when enabled) and on the student’s dashboard.”

    Now I’m clear that this means student have 2 options to redeem: during registration (for new student) OR on the dashboard (when already registered).

    Excellent! Clear my confusion.

    Thanks again

    No. It is caused by this plugin because when it is deactivated, the form goes normal.
    I have also tried to deactivate just features, still the same.
    I think I have to find alternatives, either for the security or the form.

    Thread Starter rahyrs

    (@rahyrs)

    This is the css I use to override the styling:

    /* TWEET SECTION */
    section#tweets.tweet {
    	background: #dbbf56 !important;
    	padding-bottom: 40px;
    }
    .rotatingtweet.cycle-slide{
    	/*max-width: 380px !important;*/
    	/*min-width: 200px !important;*/
    	/*min-height: 175px;*/
    	/*max-height: 250px;*/
    	margin-right: 5px;
    	margin-left: 5px;
    	background-color: #fff;
    	border: 1px solid #fff;
    	border-radius: 4px;
    	color: #909090;
    	font-size: 14px;
    }
    /*div.cycle-carousel-wrap div.rotatingtweet{
    	padding-right: 0;
    }*/
    /*.rotatingtweet{
    	vertical-align: middle;
    }*/
    #content .rotatingtweets{
    	border: none !important;
    }
    #content .rtw_wide_block{
    	padding: 0 0 0 10px;
    }
    #content .rtw_name{
    	display: none;
    }
    #content .rtw_info{
    	display: none;
    }
    #content .rtw_meta{
    	display: none;
    }
    #content .rtw_wide_icon{
    	padding: 0 10px 6px 10px;
    }
    #content .rtw_media_link{
    	color: #20AA73 !important;
    }
    #content .rtw_main a:link{
    	color: #3ab0e2;
    }
    #content .rtw_meta a:link, #content .rtw_info a:link{
    	color: #e96656;
    }
    Thread Starter rahyrs

    (@rahyrs)

    Here it is:

    echo do_shortcode( "[rotatingtweets screen_name='loca_id integriaworld' official_format='2' rotation_type='carousel' carousel_horizontal=1 carousel_count=3 carousel_responsive=1 show_meta_reply_retweet_favorite='0' tweet_length='0' show_meta_prev_next='1' np_pos='tweets' prev='<img src=\"https://integria.co.id/webhome/wp-content/themes/zerif-lite/images/left-arrow.png\">' next='<img src=\"https://integria.co.id/webhome/wp-content/themes/zerif-lite/images/right-arrow.png\">' tweet_count='20' show_tco_link ='0' links_in_new_window ='1' official_format_override ='1' show_meta_timestamp ='1' show_meta_screen_name ='0' show_meta_via ='0']" );

    When the search exist, the tweets are from the search, not from screen name. When screen_name exist, only one name can occur.

    Thread Starter rahyrs

    (@rahyrs)

    the display says “Problem retrieving data from Twitter”.

    Thread Starter rahyrs

    (@rahyrs)

    Since I display the tweets as boxes, I can’t use padding-right because padding will add space within the tweet box instead of space between boxes. If you add border around .rotatingtweet.cycle-slide, the right border overlaps with the lft border of the next tweet box.
    So it is (container / tweetbox) instead of (container / (tweetbox + space between boxes)

    Sorry if this is not an approriate post in this thread.

    What if in the contrary:

    I customized my theme (not child theme) using Customizer.
    Then I made a child theme from that theme.
    Activate the child.
    Then I see that all customization via Customizer is lost (not loaded).
    I have to do all over again with my child theme active.

    Is there any way to safely copy the customization from parent theme to child theme in this case? I suspect (and read above answer) that the customizer keeps everything in database. But in what table and under what rows?

    Thank you.

    hi Gabriel.
    And how do I exclude user from the Leaderboard list?

    It seems that not getting points (exclude list in admin area) doesn’t mean not listed in the Leaderboard (with 0 points).

    Thread Starter rahyrs

    (@rahyrs)

    Stupid me ??
    I’m unaware that I connect via ftp to my dev server but display my production in the browser. So I modify the directory and files etc doesn’t show any effect.
    So just forget the question above. Thankyou anyway for your prompt response.

    Thread Starter rahyrs

    (@rahyrs)

    Put the .pot, .po, .mo files in the /childtheme/languages/. Loco Translator doesn’t pickup the pot or the po.
    The same when the files are in /childtheme/.

    Thread Starter rahyrs

    (@rahyrs)

    In the plugin’s admin page, in the Package tab:
    the Template (POT) column shows the template of the child theme is bbpress.pot.
    I don’t have bbpress.pot in the child theme’s directory.
    The parent’s template shows different template (a .po not .pot) which comes from the theme.
    The child directory has subdir of child-theme/language which conatin the correct po and mo file.
    How do I change the template (or delete it) of the child to point to the po file ?

    The suggestion from @broganm may not be suitable for this plugin’s purpose (as @tareq had pointed). But if there is a plugin for that suggestion, I would say it is perfect for document approval system. Or, as wall comment system.
    Just a thought…

    I use it to fav CPT by adding shortcode to a widget (specific visibility to this CPT single view). And it works.

    Where does this code go?
    Can I use it in the review-order.php or checkout.php to check if the visitor has apply a coupon or not. If has, then he can proceed to place order. If not, a notice to say he must fill in coupon code.

    Actually I want to make the coupon field mandatory/required, but I don’t know how to do it and don’t know which field to change.

    Thank you

    Can you please give example?
    Thanks

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