johnatanasoff
Forum Replies Created
-
Jan i understand; forum rules should be followed.
But isn’t @aksingla one of the plugin developers?
I would change the password so he can login, fix, and that’s it. Then i would change the password again. Plus i have the backup in case something goes wrong.
And the FTP server password is different!You marked the thread as solved, but it’s not. Can it be reopened? What can be done?
- This reply was modified 7 years, 1 month ago by johnatanasoff.
Forum: Fixing WordPress
In reply to: box-shadow: adjust size to length of text in each slider.Thanks!
Let’s see if someone drops a reply before that.Forum: Fixing WordPress
In reply to: box-shadow: adjust size to length of text in each slider.The slider comes with onetone theme!
I am not using a plugin!Forum: Fixing WordPress
In reply to: @media queries for text size in desktop and mobile.Never questioned Steve’s suggestion!
And ye what you said make’s sense regarding the best approach as the inline style is generated by the theme. Didn’t know that! And really thought it was universal.
CSS is CSS…Still; for now, as long as it works (and it did), i’m happy! ??
Forum: Fixing WordPress
In reply to: @media queries for text size in desktop and mobile.@chits98 That worked! ?? Thanks a lot!
I had it wrong!
Btw i noticed the code works closing with just one curly brace }
Is it important to have two?Forum: Fixing WordPress
In reply to: @media queries for text size in desktop and mobile.@sterndata Thanks Steve! Although from my limited understanding, I think this question is not theme related, but universal, and css related.
Lets see if someone drops a suggestion.
Forum: Plugins
In reply to: [Compact WP Audio Player] Mobile not auto-playing. Having 2 tracks playing.Ye this is only mobile related.
This is the 1st serious website i do using a CMS; in this case WP. Up to here i just messed around with some code.
I always thought since the theme is responsive, it is mobile ready. Is it not?
I don’t have a mobile version and maybe i don’t need to; for this (show content only), website!Do need to check this!
Forum: Plugins
In reply to: [Compact WP Audio Player] Mobile not auto-playing. Having 2 tracks playing.All the people i asked with the major browsers apart from firefox, reported it does not autoplay.
I am curious to get your feedback.
- This reply was modified 7 years, 1 month ago by johnatanasoff.
Forum: Plugins
In reply to: [Compact WP Audio Player] Mobile not auto-playing. Having 2 tracks playing.Just tested that Firefox plays it in either my theme or Twenty Seventeen.
Chrome and the builtin browser do not!
Either an issue with these browsers or some setting.Did you also try with FF? Or chrome and it worked?
Forum: Plugins
In reply to: [Compact WP Audio Player] Mobile not auto-playing. Having 2 tracks playing.@mbrsolution Sure! I’l test and let you know!
Forum: Plugins
In reply to: [Compact WP Audio Player] Mobile not auto-playing. Having 2 tracks playing.@mbrsolution Thank you for carrying out the test, your pro activity and fast responses!
I am adding it in the footer.php
The button wouldn’t display ok in the mobile in the header.php. But neither would it automatically play there!
The code is below:<?php $display_footer_widgets = onetone_option('enable_footer_widget_area'); $footer_columns = onetone_option('footer_columns','4'); $copyright_text = onetone_option('copyright',''); $display_copyright_bar = onetone_option('display_copyright_bar','yes'); ?> <!--Footer--> <footer> <?php if( $display_footer_widgets == '1' ):?> <div class="footer-widget-area"> <div class="container"> <div class="row"> <?php for( $i=1;$i<=$footer_columns; $i++ ){ ?> <div class="col-md-<?php echo 12/$footer_columns; ?>"> <?php if(is_active_sidebar("footer_widget_".$i)){ dynamic_sidebar("footer_widget_".$i); } ?> </div> <?php }?> </div> </div> </div> <?php endif; ?> <?php if( $display_copyright_bar == 'yes' || $display_copyright_bar == '1' ):?> <div class="footer-info-area" role="contentinfo"> <div class="container"> <div class="site-info pull-left"> <?php echo do_shortcode($copyright_text); ?> <!-- SC Audio Player Shortcode --> <?php if(is_front_page()){ echo do_shortcode(' [sc_embed_player autoplay=true?volume="50" fileurl="https://test1.alfasteel.pt/wp-content/uploads/my-music/IronManTheme.mp3"]'); } ?> <?php if( is_home() || is_front_page()){ printf(__(' <a href="%s"> </a>','onetone'),esc_url('https://www.solutionsarray.com/')); }else{ printf(__(' <a href="%s"> </a>','onetone'),esc_url('https://www.solutionsarray.com/')); } ?> </div> <div class="site-social pull-right"> <?php echo onetone_get_social( 'footer_social_icons', 'top'); ?> </div> </div> </div> <?php endif; ?> </footer> </div> <?php wp_footer();?> </body></html>
- This reply was modified 7 years, 1 month ago by johnatanasoff.
- This reply was modified 7 years, 1 month ago by johnatanasoff.
- This reply was modified 7 years, 1 month ago by johnatanasoff.
Forum: Plugins
In reply to: [Compact WP Audio Player] Mobile not auto-playing. Having 2 tracks playing.Shortcode:
<?php if(is_front_page()){ echo do_shortcode(' [sc_embed_player autoplay=true?volume="60" fileurl="https://test1.alfasteel.pt/wp-content/uploads/my-music/IronManTheme.mp3"]'); } ?>
Forum: Fixing WordPress
In reply to: Where to insert HTML for loader?Topic created by mistake in the wrong place!
Sorry!Forum: Fixing WordPress
In reply to: Where to insert HTML for loader?No one else can shed some light?
So far my tests have been unsuccessful on:– index
– header
– header-home
– templates/homepage-onetoneThis one is a hard one to nail!
I don’t want to use a plugin!- This reply was modified 7 years, 1 month ago by johnatanasoff.
Forum: Fixing WordPress
In reply to: Where to insert HTML for loader?