riangraphics
Forum Replies Created
-
Forum: Plugins
In reply to: [Book Now] Plugin on MobileTry version 1.3.4, i’ve added an option to set where you want to display the button on mobile, i noticed that you have another button and the book now was covered by that other one
Regards
Forum: Plugins
In reply to: [Book Now] Plugin on Mobilecan i see your website
Forum: Plugins
In reply to: [Book Now] Plugin on MobileIs your theme responsive or do you have a mobile version of the site?
Forum: Plugins
In reply to: [Book Now] Plugin on MobileHi elainehensman,
try to update to version 1.3.1 and tell me if it work’s
Regards
Forum: Plugins
In reply to: [Book Now] Button Text Translation with WPMLNice, thank you for the tips,
i’ve updated with the fixesRegards
Forum: Plugins
In reply to: [Book Now] Button Text Translation with WPMLyou should see those strigs ‘admin_texts_rg_book_url rg_book_url’ and ‘admin_texts_rg_book_text rg_book_text’
Forum: Plugins
In reply to: [Book Now] Button Text Translation with WPMLwhat’s your WPML version? i’ve tried 3.8
Forum: Plugins
In reply to: [Book Now] Button Text Translation with WPMLForum: Plugins
In reply to: [Book Now] Button Text Translation with WPMLHello @maw-1,
I’ve updated Book Now to support WPML, please update to latest version and test it, tell me if there’s any problem.
[ Signature moderated ]Forum: Plugins
In reply to: [Book Now] Button Text Translation with WPMLHello again @maw-1,
if you can wait a couple of days i’ll update and implement WPML in the plugin
Forum: Plugins
In reply to: [Book Now] Button Text Translation with WPMLHello @maw-1,
You can edit the plugin, go in plugin->editor and select Book now.
Modify at line 86
$mytext = get_option('rg_book_text');change$mytext = get_option('rg_book_text');to$mytext = __('Your Button text', 'your-button-text');then you can scan the plugin with WPML scanning function and translate the text in any language, here is a tutorial on how to scan plugins https://wpml.org/documentation/getting-started-guide/theme-localization/
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Mobile Menu Doesn’t Expandi can access your wp-admin with no problem
http://bpositive.heistdc.com/wp-login.php?redirect_to=http%3A%2F%2Fbpositive.heistdc.com%2Fwp-admin%2F&reauth=1- This reply was modified 8 years, 11 months ago by riangraphics.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Mobile Menu Doesn’t Expandwhat error do you get while trying to access wp-admin?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Mobile Menu Doesn’t ExpandHi @stojax777,
use php and WordPress functions to print custom-header only in homepage<?php if ( is_front_page() ) : ?> <div class="custom-header"> </div> <?php endif; ?>you can also decide what pages you want the tags to be displayed like this:
<?php if ( is_page(20) ) : ?> <div class="custom-header"> </div> <?php else if(is_page(array('30', '40', '50'))) : ?> <div class="another-custom-header"> </div> <?php endif; ?>you can do the same in articles too
<?php if ( is_single(20) ) : ?> <div class="custom-header"> </div> <?php else if(is_single(array('30', '40', '50'))) : ?> <div class="another-custom-header"> </div> <?php endif; ?>the numbers are page ids
hope it helps you have a nice day
- This reply was modified 8 years, 11 months ago by riangraphics.
- This reply was modified 8 years, 11 months ago by riangraphics.
Forum: Fixing WordPress
In reply to: Booking buttons to many articles/pagesHi joh123,
you can use Book now for the button an then use Contact form 7 Dynamic text extension to autofill a contact form 7 form in the destination page.
if you’re interested in this solution, I can explain it better
hope it help you
best regards