compelling
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] SSL Breaks Google MapConverted my site to SSL and the su_youtube_advanced shortcode broke. Editing line 658 in inc/core/shortcodes.php to change Youtube URL to default use https solved the problem (it did not detect the site was running http). The su_youtube always uses http, should be fixed in line 632. Would be nice if you include these fixes in future updates.
Thanks!Forum: Plugins
In reply to: [Revisr] Pages are not updated on remote server after upgradingHi there, did another smaller update on localhost and pulled it on the live site, and this time the posts got loaded as they should. I think maybe there was just something wrong on the server the first time around, so think we can close this for now, i will let you know if i see the problem again.
Great that the plugin now uses the git user id and you dont store revisr stuff in the db ??
S?renForum: Plugins
In reply to: [Revisr] Pages are not updated on remote server after upgradingI found a work around for the bug in 2.0.1 – i go to revise-commits and click the commit done from localhost, then click Revert and select database only. This makes the entire database load from the backup files, and that works.
Bad thing is of course this makes the whole process a lot slower than it normally is, and the homepage goes down for a lot longer time than when the bug was not there in version 1.9.5.
Kind regads
S?renPS Here is the live server config
### Begin System Info ### -- WordPress Configuration Site URL: https://groshapp.com Home URL: https://groshapp.com Multisite: No Version: 4.3.1 Language: en_US Table Prefix: Length: 21 WP_DEBUG: Disabled Memory Limit: 40M -- Revisr Configuration Plugin Version: 2.0.1 Automatic Backups: Disabled Auto-Push: Disabled Auto-Pull: Disabled Import checkouts: Disabled Import pulls: Enabled Work Tree: /var/www/groshapp.com/public_html Git Dir: /var/www/groshapp.com/public_html/.git Repository Detected: true Repository Writable: true -- Server Configuration Operating System: Linux PHP Version: 5.6.15 MySQL Version: 5.6.27 Git Version: git version 1.7.1 Git Install Path: /usr/bin/git MySQL Install Path: /usr/bin/mysql Server Software: Apache Server User: groshapp.com -- PHP Configuration Safe Mode: Disabled Exec Enabled: Enabled Memory Limit: 256M Upload Max Size: 80M Post Max Size: 80M Upload Max Filesize: 80M Time Limit: 60 Max Input Vars: 5000 Display Errors: On (1) -- WordPress Active Plugins Device Mockups: 1.5.2 Genesis Layout Extras: 2.0.0 Genesis Simple Edits: 2.1.4 MailChimp for WordPress Lite: 2.3.18 Minimal Coming Soon & Maintenance Mode: 1.1 Revisr: 2.0.1 Shortcodes Ultimate: 4.9.9 Simple Social Icons: 1.0.13 Tidio Chat: 3.0.1 Ultimate FAQ: 1.0.0 Yoast SEO: 2.3.5 -- WordPress Inactive Plugins ### End System Info ###
Forum: Plugins
In reply to: [Revisr] Pages are not updated on remote server after upgradingWell, looking at the posts table on localhost i have 357 entries, but on the remote server there is 351 – all my last updates are not there. Then looking at the wp-content/revisor-backups/xxxx_posts.sql file,i can see 357 entries as well. So i guess pulling git repository on the remote server does not load the db, even though the settings/database/import database when pulling commits is ticked. Something i can do to make it do it again?
S?renForum: Plugins
In reply to: [Revisr] Pages are not updated on remote server after upgradingWell, forgot to push the database dump. So now the Pull changes (1) appears as expected, but still no sign up the pages being in sync. Must be something wrong with the db dump on localhost or the db load on the server. Investigating a bit further.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Use search field for filteringYou can see the hacked faq here
I think it is a nice user experience to see the complete list and then allow the user to filter the list by typing in the edit box at the top. We also hid the search button as there is no use for it as filtering is done as you type.
Hope you make a setting toggle for this kind of mode in the future.Kind regards
S?renPS I also changed the placeholder string in Display_FAQ_Search.php
It would be nice to be able to set those strings somewhere else than in the code.Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Use search field for filteringI worked it out for now, l hacked in js/ewd-ufaq-js.js to show list initially
jQuery(function(){ //DOM Ready ufaqSetClickHandlers(); /* hack to display all questions when launched */ Ufaq_Ajax_Reload(); });
Forum: Plugins
In reply to: [Device Mockups] Use together with Ultimate Shortcodes pluginSUCCESS! Version 1.5.2 that you just shipped solves the problem, now device mockups works with both Shortcodes Ultimate and Parallax Pro theme. Thanks for a great plugin and support!
kind regards
S?renForum: Plugins
In reply to: [Device Mockups] Use together with Ultimate Shortcodes pluginYes, the short codes and device mockups is working on a standard page. But i am using a landing page which is part of the Genesis Parallax Pro theme from Studiopress. The landing page has a parallax scroll effect when scrolling and i nice little ui for setting up the different parts. Somehow the updates in 1.5.0 conflict here, as no frames are shown anymore on the landing page (worked with 1.4.2), as you can see on the groshapp.com landing page.
I guess there is not much to do about it, except if you could ship me version 1.4.2 or refer to where i might find it, so i can get that landing page working again. If not, i will just go out and find one of those themes that come with device frames ready to plug in images into. They are also nice, but since i have used the parallax pro theme before, i was hoping to use it again.
kind regards
S?renForum: Plugins
In reply to: [Device Mockups] Use together with Ultimate Shortcodes pluginAnd is was running on localhost before, just uploaded to the remote site, so think we can rule out a caching issue.
Kind regards
S?renForum: Plugins
In reply to: [Device Mockups] Use together with Ultimate Shortcodes pluginHi, have a look at https://groshapp.com which is under construction.
Just updated to 1.5.1, but still same issue
Kind regards
S?renForum: Plugins
In reply to: [Device Mockups] Use together with Ultimate Shortcodes pluginHi JP,
Actually, i just spotted the problem in my code, i was lacking a quote in my alt text for a screen image.
Everything worked like a charm with the Shortcodes Ultimate plugin, also the su_animate shortcode to bring nice animation of the device screens. It also worked fine with the device screen on top of my Genesis Parallax Pro theme using parallax scroll.
Then i upgraded to 1.5, but now all device frames around the screens stopped showing, like your plugin is not activated at all. Except it is, and after deactivating i see the device shortcodes. Very strange, any ideas?My best idea is to go back to 1.4.1 for a while, do you have a download link for that somewhere?
Kind regards
S?renForum: Plugins
In reply to: [Revisr] Trying to connect to bitbucket failsHi Matt,
You are right, the substitution should do it for site_url and home. When i use it on the web server, the pull takes ages, so i guess some replacements dont happen (timeout on the server). I will poke a bit more with it to see if i can solve it. Lots of paths geenrated by WP could just be relative and not absolute, so some search and replace could bring down the number of substitutions maybe.
Great that the other stuff is pulled from Git ??
Kind regards
S?renForum: Plugins
In reply to: [Revisr] Trying to connect to bitbucket failsHi Matt,
We use MySQL, but when we tried the WordPress driver, we got into troubles with national danish characters. However, i made a clean install on both machines and actually have them up and running, and syncing using bitbucket!Only snag is that when i push changes from my local machine, i get 4 keys exported to the remote server that needs patching in the database before the site works
* site_url=sitename (from https://localhost)
* home=sitename (from https://localhost)
* revisr_general_settings (my own git name substituted by a read-only user)
* revisr_remote_settings (my own git name substituted by a read-only user)It would be kind of smart if revisr
* set site_url and home to localhost if the development url is set, otherwise set them to the development url (revisr setting)
* did not use the options table for its git credentials. If you had your own table or file, then it could be ignored using the existing ignore table/file featureWhat do you think of the suggestions, or is there a smarter way to get around this?
S?renForum: Plugins
In reply to: [Revisr] Trying to connect to bitbucket failsHi Matt,
Our problems on the remote host were due to copying .git directory from a local staging machine that was using a read-write credentials, whereas the web server is using read-only credentials to bitbucket.
Anyway, we wrote a bootstrap php script to setup the remote host that checks out a local repository and loads all of the revisr database sql files to initiate the db.
However, the database dump made by revisr seems insufficient (even though all tables were selected under settings-database). After manually dumping the wp_options table and committing it to bitbucket using command line git, the backend now got up and running on the remote server using our script.
However, as soon as i modify my localhost and commit the database, the wp-options is only partially backed up and is missing a lot of keys that are needed by the remote server to run, eg our Genesis theme by Studiopress uses a key called widget_text that contains all texts on the landing page – all that is lost as soon as i use revisr to commit changes (works if i commit using GIT instead).
Any suggestions what i should do to make revisr backup absolutely everything in all tables? We seem to be very close at having this up and running now ??
Kind regards
S?ren