Andrew Nevins on "Only search element won't get responsive"
Apparently they don't support their free theme because it's free, which is a bit annoying because we support the 2000+ free themes on WordPress.org.
View ArticleAndrew Nevins on "Only search element won't get responsive"
But Paulienvk, it's a compromise of using their product. They chose not to distribute their theme on WordPress.org, I guess as an incentive for you to purchase their products. It's not really our place...
View ArticlePaulienvk on "Only search element won't get responsive"
I understand that they don't support their free themes. That's their choice. But I thought it maybe was a regular problem in al kind of theme's and hoped you would have a regular solution for it. But...
View ArticleAndrew Nevins on "Only search element won't get responsive"
I'll do that since I asked you to provide the link, and then this thread was turned upside down and you never received any support. But for normal circumstances that reason won't be enough to get your...
View ArticleTobiasBg on "[Plugin: TablePress] Problems to locate the plugin"
Hi, thanks for your post, and sorry for the trouble. The reason why you are not finding these Extensions from within WordPress is that they are not stored in the WordPress Plugin Repository. You will...
View ArticleDavid on "[Plugin: Promotion Slider] Dynamic Height problem"
Hi, you have to build a div with padding in percent and relative. Then you set the div in it absolute and width and height to 100%. Example: slider 960px x 300px 300*100%/960 = 31.25% my slider.css...
View Articlejorevale on "[Plugin: TablePress] Problems to locate the plugin"
Thanks a lot, Tobias, just one more question, please. (I don't know too much about this kind of technology) How can I combine this two extensions in one single sentence? [table id=123 responsive="all"...
View Articledbballon on "[Plugin: Quiz Master Next] Mobile responsivity"
Is this plugin fully responsive to mobile screens? https://wordpress.org/plugins/quiz-master-next/
View Articlecmarcc on "[Theme: Expound] Responsive vs Mobile : pulldownmenu not working"
In Expound > js > navigation.js try replacing the current code with: /** * navigation.js * * Handles toggling the navigation menu for small screens. */ ( function() { var container =...
View ArticleTobiasBg on "[Plugin: TablePress] Problems to locate the plugin"
Hi, just merge the parameters, like [table id=123 responsive="all" automatic_url_conversion=true /] Regards, Tobias
View ArticleDan Rossiter on "[Plugin: Document Gallery] Updated responsive settings"
Thanks again, wm! I do still plan to move this into the core CSS file, but hopefully the new CSS setup will make this easier to handle in the meantime. -Dan
View Articlewptipsntricks on "[Plugin: WP Video Lightbox] Responsive?"
Hi, what type of media do you want to pop up?
View Articlejordandrako on "[Theme: Adamos] Responsive works on desktop, but not on mobile"
I have highly customized the theme, but I don't think my changes could be causing the problem I'm having. When I resize the browser window on my desktop, the site responds perfectly, but when I look at...
View ArticleUlrich on "[Theme: Responsive] Broken child themes"
Do you have a header.php in the child theme? If there is this code in it then delete it. <?php wp_enqueue_style('responsive-style', get_stylesheet_uri(), false, '1.7.9');?> Also there should be...
View Articlejeffparker on "[Plugin: Yet Another Related Posts Plugin (YARPP)] Widget...
Sorry. That's outside the scope of YARPP at this time.
View Articlesanji41 on "[Plugin: Full Screen Background Images] Responsive Support"
Hi Again, sorry to bug you with this, but can't seem to get this to work. I added the code like this `public function plugin_init($content) { //only in homepage if(is_home()) return;` But the other...
View ArticleKonstantinos Kouratoras on "[Plugin: Full Screen Background Images]...
If you exclude only home page (with is_homepage function), then all other pages will show the slideshow. Which pages do you want to exclude?
View Articlefpcorso on "[Plugin: Quiz Master Next] Mobile responsivity"
Greetings dbballon: Thank you for considering this plugin! While this plugin has been tested in all major desktop browsers, it has not been tested in all mobile browsers yet. It has been tested in some...
View Articlesanji41 on "[Plugin: Full Screen Background Images] Responsive Support"
I want the image slideshow only in the homepage, all the other pages will have a black background. How do I put the is_home function in the plugin file? Appreciate all the answers :)
View Article