edzio
Forum Replies Created
-
Forum: Plugins
In reply to: [Easing Slider] Set default values for all slidersDone and done. thanks again
Forum: Plugins
In reply to: [Easing Slider] Set default values for all slidersThat does it for me! Perfect. Thanks again!
Forum: Plugins
In reply to: [Easing Slider] Set default values for all slidersJust noticed one issue. But when running this in my functions file it causes the navigation arrows and all values in the ‘customize’ area of the slider settings to be null.
It successfully changes the values mentioned above, but it seems like since other values are not provided it is keeping them empty.
Would you happen to know what the array values needed to populate the navigation arrows and other customize fields are?
Forum: Plugins
In reply to: [Easing Slider] Set default values for all slidersPerfect! Thanks so much!
Forum: Plugins
In reply to: [Easing Slider] Set default values for all slidersNice, I look forward to seeing a possible solution – i certainly can’t figure it out.
I saw the existing values in the plugin files, but never want to adjust core files that will be overwritten on the next update.
Forum: Plugins
In reply to: [WP Collab Lite] Missing Item from DashboardI am also having the same problem. The pages and all other functions of the plugin work but the project item does not appear (I can add a new project via the admin bar in the dashboard).
Forum: Plugins
In reply to: [OTW Portfolio Light] Featured Images Incorrect SizeYou can solve this by simply adding the following to your style.css. The default image size is very close to being correct so simply stretching your image slightly will often still look fine and require no other work.
.otw-portfolio-item-link img {
width:100%;
}Forum: Plugins
In reply to: [Posts in Page] Order by ID's in short code?Thanks for the reply, I found another solution. This does modify the core of the plugin so anyone doing this should take note that the change will be lost if they upgrade the plugin at a future date.
SImply change the following lines in the page_posts.php file (found in the lib folder).
Remove the order line and then change orderby to
‘orderby’ => ‘post__in’,
This will output all posts in the order they were entered in the short code
Forum: Networking WordPress
In reply to: Sub Sites no longer working after re-uploadSolution found. While all the mappings were all correct there was one setting in Plesk that did not get restored (since the server was reset and it would not have been part of the backup files).
Under our Server settings for IP Addresses I had to set the Default Site for the shared IP to point to my main site URL.
Forum: Networking WordPress
In reply to: Subdomains don't work after moving the multisiteSolution found. While all the mappings were all correct there was one setting in Plesk that did not get restored (since the server was reset and it would not have been part of the backup files). Under our Server settings for IP Addresses I had to set the Default Site for the shared IP to point to my main site URL.
Forum: Networking WordPress
In reply to: Subdomains don't work after moving the multisiteHave you found a solution to this issue?
My server recently was hacked and I had to restore it. I have put in place the site files and restored the database but now only the main domain is visible, all other sub-sites show the default plesk page. Logging in to the backend has all the same info as I did before.
Thanks! The plugin works great now so there are no complaints, but sounds like an even better version is already in the pipeline.