jasonmac_75
Forum Replies Created
-
One more thing, I was trying somethimg similar by adding a featured image and making it go full width, incase this is useful.
I guess most people maybe add there sliders to certain widget areas that don’t have a separate container to hold the width of the main page.
This worked for me, I’m using gantry5 framework and this should work until quick fix is found:
I’ve added my slider header shortcode to my main post/page content here:
https://mac-designs.com/gantry-next-generation-theme-framework/ I’ve only added it to this page click on the other links and you will see the slider go off to the right in firefox.With this css for masterslider:
.ms-inner-controls-cont, .ms-container {
position: relative;
margin: 0 auto;
margin-right: auto;
margin-left: auto;
width: 100vw !important;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
overflow: hidden;
}.master-slider {
display: block;
max-width: 100%;
}- This reply was modified 4 years, 6 months ago by jasonmac_75.
Hi I managed to remove the container width as a quick fix incase this helps.
Someone has published this onto the support forum so hope this gets fixed soon.
#theme-page .theme-page-wrapper {
margin: 0px auto;
max-width: 100%;
padding: 0px;
}#theme-page .theme-page-wrapper .theme-content {
padding: 0px;
padding-top: 30px;
}Let me know if you hear of anything first ??
Was looking at this related post: looks as if could be a flexbox css issue in firefox.
https://github.com/kenwheeler/slick/issues/982Hi I’ve noticed this as well only in firefox, it seems to use the page container width and ignore full width.
I’m still getting the default notification.
The plugin that could be causing conflict might be Theme My Login, which I use for custom login pages, redirection after login and then restrictions plugin from the same author.
Yes that is correct.
Hi,
I’ve installed this at network level and added each language-specific ‘New User Registration but don’t get the updated email, it just sends me the default network New User Registration email.
I’ve also selected – Notification Disabled
Thanks
Jason
1: Yes on one site the new user registration is in English and the other site the notification needs to be in Spanish.
2: I have user registration disabled as Admin manually add users before sending activation link, so its the user notification message i would like to change as it isn’t very user friendly. ie Howdy USERNAME, to a client doesn’t look great ??
For instance x1 will be Hola USERNAME and the other Hello USERNAME.3: The admin emails for the moment just need to go to one admin email address.
I’m basically trying to make the user sign up message easier as some customers seem to be finding it difficult to either activate the account and don’t realise the password email had arrived or been sent.
I have set up a woocommerce wholesale group with rights to see the product prices once registered.
- This reply was modified 5 years, 4 months ago by jasonmac_75.
- This reply was modified 5 years, 4 months ago by jasonmac_75.
Forum: Plugins
In reply to: [Theme My Login] Multisite SupportHI Jeff, I installed this on my multi site, one thing is in loco translate I’ve added Spanish but Lost Password and Login are still in showing in English?
I read previous article saying to change the Login and Lost password page title that was generated but this didn’t work.
Hi,
Lots of new bugs, with stock managment disabled I get out of stock message, when enabled I cannot complete order. Also when I add items to cart and then view cart items sometimes disappear, reverting back for now…Thanks for the above advice ??
Hi I’m getting the same error when I activate the plugin?
Fatal error: Uncaught TypeError: Argument 1 passed to Freemius::get_api_user_scope_by_user() must be an instance of FS_User, boolean given, called in /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/includes/class-freemius.php on line 18229 and defined in /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/includes/class-freemius.php:18243 Stack trace: #0 /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/includes/class-freemius.php(18229): Freemius->get_api_user_scope_by_user(false) #1 /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/includes/class-freemius.php(18265): Freemius->get_api_user_scope(false) #2 /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/includes/class-freemius.php(15694): Freemius->get_current_or_network_user_api_scope() #3 /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/includes/class-freemius.php(9265): Freemius->_fetch_plugin_plans() #4 /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/i in /home/c123fru7/public_html/wp-content/plugins/foogallery/freemius/includes/class-freemius.php on line 18243
I changed the text label by adding this to the custon css tab
/*SUBMIT TEXT COLOUR */
.ladda-button .ladda-label {
color: #000000;}Hi Jane, how did you manage to change the background colour?
The original css has an important tag which cannot be over ridden!CSS IN FIREBUG
#rnField6 .redNaoSubmitButton {
Font-Family: “Verdana”,”Geneva”,”sans-serif” !important;
Color: #000000 !important;
background-color: #FFEE02 !important;
border: 1px solid #333;
font-size: 12px;
}Forum: Plugins
In reply to: [Collapse-O-Matic] Custom close button stylesThanks you for your reply, I’ve written the css as below:
I do need different coloured close buttons and arrows to match each coloured section:I am trying to call the class: .section-close.pink a {
with [expand title=”The Academy” trigpos=”below” targclass=”maptastic” trigclass=”pink” findme=”1714″]
I still cant get it to work? Hope this makes it clearer.
.collapseomatic {
background-image: url(“https://www.wordybirdy.co.uk/wbdev/wp-content/plugins/jquery-collapse-o-matic/images/arrow-down-white.png”);
background-repeat: no-repeat;
background-position: 50% 12px;
padding: 0px 0px 10px 6px;
margin-left: -5px;
cursor: pointer;}.collapseomatic.pink {
background-image: url(“https://www.wordybirdy.co.uk/wbdev/wp-content/plugins/jquery-collapse-o-matic/images/arrow-down-pink.png”);
background-repeat: no-repeat;
background-position: 50% 12px;
padding: 0px 0px 10px 6px;
margin-left: -5px;
cursor: pointer;}.section-close a {
display: block;
background: transparent url(“https://www.wordybirdy.co.uk/wbdev/wp-content/plugins/jquery-collapse-o-matic/images/section_close_green.png”) no-repeat scroll center center;
height: 40px;
width: 40px;
text-indent: -999em;
margin-top: 10px;
}
.section-close.pink a {
display: block;
background: transparent url(“https://www.wordybirdy.co.uk/wbdev/wp-content/plugins/jquery-collapse-o-matic/images/section_close_pink.png”) no-repeat scroll center center;
height: 40px;
width: 40px;
text-indent: -999em;
margin-top: 10px;
}Many thanks
Did you get anywhere with this? as it is showing up the same for me on pingdom tools.