Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi David,
Please don’t hijack other people post, also i have no idea what you are talking about?
Please start your own topic or contact us here if not related to support: https://wpgeodirectory.com/contact-form/Stiofan
Hello,
Please tick the option GD>Design>Home>Resize image large size
And then give it a try.Thanks,
Stiofan
We also run a check on the file location directory matches the sub_dir location, so you would also need to edit that value: example below:
add_filter('upload_dir', 'awesome_wallpaper_dir'); function awesome_wallpaper_dir( $param ){ $mydir = '/awesome'; $param['path'] = $param['path'] . $mydir; $param['subdir'] = $param['subdir'] . $mydir; return $param; }Thanks,
Stiofan
Hi Broski,
Thanks for the info, you are on shared hosting, which is the slowest type of hosting and only really good for static serving content sites not web application type sites like GD.
At the very least you should be on a VPS (virtual private server) but a dedicated server would be the best option.A basic rule is if the hosting package talks about how many email addresses and databases you can have then its shared hosting and not what you are looking for. You want to know what processor and what RAM it’s using.
Thanks,
Stiofan
Hi Joy,
We try to implement what will work for the majority of people, if other features are in high demand we will add them, things like this would tend to fall under customisation, it would not be too difficult to have it work exactly how you want but it would require a few filters and some custom code, i think that might be your best option to get what you want.
Thanks,
Stiofan
Hi Richard,
It looks like the address is a custom output, you would just need to add a stripslashes wrapper to it.
As for the business hours, this is a 3rd party plugin, you would need to contact them for support.
Thanks,
Stiofan
You can change those images under the custom post type advanced edit screen.
Stiofan
Hi David,
Thanks for the info, please check now, i added a small CSS snippet to resolve it in GD>Design>Scripts
Thanks,
Stiofan
Turns out its already a feature of Yoast: https://kb.yoast.com/kb/custom-open-graph-tags/
If you make a change you can run the url through the facebook linter to update the image/text https://developers.facebook.com/tools/debug/
Thanks,
Stiofan
Can you double check the login details, they don’t seem to work.
Thanks,
Stiofan
Hi Andrew,
That done button is not added by us, not sure where its coming from, you just have to X out of the bot when done. I have not seen it before but i will keep any eye out in future to see if i can see where its coming from.
Thanks,
Stiofan
I have made some changes but the site still seems pretty slow, what exact hosting package do you have? Can you link me to the page?
Stiofan
Hi Joy,
This seems to be becasue the sort order is by post date and they are all exactly the same, this is a quirk with SQL where it can show duplicates on other pages, a solution would be to also add another sort order like title but though this would sort things in the short term it would slow things down a little when you are viewing many many listings, so in this situation i would say its best to make sure the post publish dates are unique even by 1 second, or leave them blank when importing to give it the current time and you wont have duplicates.
Thanks,
Stiofan
Hello,
Why are they being send to two different email addresses? There are ways to do it but i don’t understand why?
Stiofan
Hi Kristjan,
Its worth trying them both, i have found one can give better results but it depends on the setup and the server, i run one on one of my sites and the other on another site.
Thanks,
Stiofan
-
AuthorPosts