root09
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Approve And multisitesolved
Forum: Plugins
In reply to: [New User Approve] Approve And multisitethanks you ??
Forum: Plugins
In reply to: [Accept Stripe Payments] Sepa ?Thank you ??
Forum: Plugins
In reply to: [Exclusive Addons for Elementor] Your roadmap…Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Mobile version…Hello…
ist working perfect !
thank you !
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Upload Stuckto stop automatic updates… for 6.77 version.
make a “mu-plugins” folder
add inside a file > disable-update-all-in-one-migration.php<?php /* * Disable update notification for individual plugins */ /* Function which remove Plugin Update Notices – all-in-one-wp-migration*/ function disable_plugin_updates( $value ) { unset( $value->response['all-in-one-wp-migration/all-in-one-wp-migration.php'] ); return $value; } add_filter( 'site_transient_update_plugins', 'disable_plugin_updates' ); ?>
Forum: Themes and Templates
In reply to: [GeneratePress] Mobile menu customizationhi Leo…
thank’s for the “tip” ??<?php /* * generatepress logo mobile * Source: https://generatepress.com/forums/topic/how-to-create-a-menu-bar-with-logo/ */ add_action('generate_inside_mobile_menu_bar','generate_navigation_logo'); function generate_navigation_logo() { ?> <div class="site-logo"> <a href="tel:0102030405"><img src="phone image" alt="mobile"></a> </div> <div class="site-logo"> <a href="https://auto.cazes.info"><img src="My logo here" alt="logo"></a> </div> <?php } ?>
Forum: Themes and Templates
In reply to: [GeneratePress] Mobile menu customizationok… i made some “test”…
it seem that is working:
Source: https://generatepress.com/forums/topic/site-title-in-navigation-bar/CSS:
@media only screen and (max-width: 850px) { .main-navigation .site-logo{ float: right; line-height: 20px; /* Adjust this to your menu item height */ margin-right: 5.5em; margin-top: 10px; }
PHP:
<?php /* * generatepress logo mobile * Source: https://generatepress.com/forums/topic/how-to-create-a-menu-bar-with-logo/ */ add_action('generate_inside_navigation','generate_navigation_logo'); function generate_navigation_logo() { ?> <div class="site-logo mobile-image"> <a href="tel:0102030405"><img src="phone image here" alt="mobile"></a> </div> <div class="site-logo mobile-image"> <a href="link to home"><img src="logo here" alt="logo"></a> </div> <?php } ?>
two classes, “site logo” and “mobile-image”
RESULT:
the result here…tell me, if that correct ?
re… thank you ??
Forum: Themes and Templates
In reply to: [GeneratePress] GP and wp car manager problem…hello… working perfect…both problems solved!
(in the next day, i will integrate Wp show post…)
thank you so much Tom ??
Alain.
Forum: Themes and Templates
In reply to: [GeneratePress] GP and wp car manager problem…Hi Tom ??
workking perfect now !thank you !!!!
other problem with the search box…
and with “Twenty sixteen”…
search align is okdo have an ” idea” ?
thank’s
Hey @thethemefoundry
do you know… ??
interested ! of course !is working with ” !important ”
.happyforms-part-page-id { display: none !important; }
also i have put your code in the “mu-plugin ”
to avoid any problem with theme update.many tanks ??
Hey @thethemefoundry
its working !
look > https://prnt.sc/mam7g8email result > > https://prnt.sc/mam7ob
now, we must hide the field ??
thanks !
Hey @thethemefoundry
ok for the chalenge …BUT…to be honest with you, it will be “difficult”
for me…thanks for you patience…
??thank you ??