Ashley
Forum Replies Created
-
This turned out to be mbstring not enabled in PHP.ini file, once this was done ERP / WordPress login work and so did the ERP Manager
email sent, however its worse now, the whole wordpress site wont allow me to log in, says theres a fatal error witht eh whole ERP plugin
Forum: Plugins
In reply to: [Dynamic Time] Time entries that are billableThats a shame, please consider the points above, as thats what QuickBooks will do with timesheets, it makes the whole use of a Timesheet / ERP system worth looking at.
I have the code, we developed it, however for it to work your theme needs to be able to have a completely different menu structure for a mobile OR the page has to turn that theme off so you have different menus on the MOBILE pages (otherwise when they see the standard pages for a desktop).
The code “could” be run in every page to refresh is, but this really isn’t good practice.
Your welcome to contact me directly and we can talk about it… Its fairly advanced webpage development before WordPress was around.
- This reply was modified 6 years, 6 months ago by Ashley.
Thats correct, i want to add a column inside a column OR a DIV (that i can shape / color as i need).
If its of any help, we had MAJOR issues getting pages to “look nice” on a mobile, they generally need to look “ok” on a desktop and mobile. However your never get “great” on both.
What we did was create a whole separate pages for the mobile (home-mobile, contact-mobile etc.. all in the same WordPress site), then the home page has a wizzy bit of code that checks if its a mobile then refreshes the page to the mobile version (home checks if its a mobile then refreshes the page to home-mobile, all of its links go to mobile versions on the the pages).
Although this could work for every page, what we did was do the home page only, then theme uses a different menu for the mobile devices, so once its on the home page, every page menu will always be a mobile page (so to speak).
- This reply was modified 6 years, 6 months ago by Ashley.
Hi
Ive listed for deletion the items you mentioned and they were both still there (php file and the logs directory) (the plugin was removed by WP console).
However i am seeing in the error lot a lot of this
<IfModule not allowed here, referer: https://dev.griffcomm.ca/wp-admin/admin.php?page=WordfenceWAF&subpage=waf_options
The above appears is the reason the whole server was bricked as it was mis-configured by that point.
It wouldnt run any PHP then, just had server error
Hi
I need to know what else this did in the back end of that virtual site to make sure ALL changes are reversed, you seem to imply the .htaccess file is the tip of an iceberg.
The plugin was deactivated then deleted, so i assume any log files you might want are also gone?
Hi
It concerns me when you say “it doesn’t affect Apache configs in any permanent way” as you clearly know it re-writes the .htaccess file which DOES change Apache in a “permanent way” as its then taken as part of the .conf file, so until you find this its changed permanently.
If you really are not aware of this, then i became more knowledgeable than you in the 10 mins i used it.
Forum: Reviews
In reply to: [Social Media Auto Publish] Current Plugin Does not work for FacebookI understand facebook has removed the API to post to personal pages, i need to use this for a company page, does it have the same issue?
I know Hootsuite have the same problem and dropped facebook as they no longer allow posting to ANY personal pages (even if the app is cleared)…
Input on this?
What i am seing here is a confirmed problem with many defending the reason it isnt fixed!
[with i bet many defending the reason its not fixed after they read this]
As a justification of the above “speaking the unspoken word”, i understand the proposed resolutions of getting an art package and creating images and uploading 1-15 of the same image to the web server… sooo on the flip side i am SURE you all agree a simple “align” button in the carousel options window is also just as valid and a way easier solution then getting proficient in an external image editing software and likely more “WordPress” type methods of “click” it looks nice.
Hi
I was more on about taking the image, resize the width (which it already does) then vertically center it, at the moment if all the images are 200pix high and another is 100px high, the 100px image is top justified, setting a “middle” justify isn’t rocket science, its just not an option.
The above results in that 100px height image sticking to the top of the slide box….
Forum: Themes and Templates
In reply to: [OceanWP] How to replace “Posts” page in OceanWPUPDATE
I found the “hidden” style, this fixed it, although i do seem to have 50-55 pixels of white area ABOVE the template (which is under most of the menu as we have it transparent, the menu is about 60pxels so its not only the menu as a block) that Elementor created (which is not in the template)…
I need to change this, it appears the shortcode breaks, if i recreate the snippet with the same PHP code it works fine but has a new short code, also works in popups no issue.
So is there an issue in the system of the short codes?
PHP used is:
echo $_SERVER['HTTP_REFERER'];
Forum: Themes and Templates
In reply to: [OceanWP] How to replace “Posts” page in OceanWPPlease see above, i cant hide on the desktop, that’s not an option.
However i can confirm this makes that bar vanish in the tablet and mobile view, so how do i get this setting on the dekstop (full width) view?