dreddurius
Forum Replies Created
-
Hey thanks florentina.opris. I’llbe looking forward to the next update.
In this folder:
/plugins/wordpress-mobile-pack/themes/base/includes/resources/images
It contains images named as “pattern-1.jpg, pattern-2.jpg, pattern-3.jpg” and so on and so forth.
1. Simply rename your custom cover image in the mentioned naming convention above and overwrite the original images via FTP.
2. Open TEMPLATE.PHP, locate the following line,usually in line 137:
$cover_path = $theme_path."includes/resources/images/pattern-".rand(1, 6).".jpg";
In my case, I uploaded 3 images so I changed the random cover pages to:
$cover_path = $theme_path."includes/resources/images/pattern-".rand(1, 3).".jpg";
As for which folders needed to change permission, I changed them all. Bad practice, I know ??
There’s this notice in WP Mobile Pack that it’s suggested that the cover page be less than 1MB. Sorry as I was just wondering.
Do you have FTP access to your site? AFAIK you may have to set the folders to writable (777).
Just wondering, what’s the file size of the image you’re trying to upload?
Hi Sunsclinic. From experience, there’s an option to upload your own cover page in the Options area of WMP. I’m afraid you can only upload 1 custom cover page though.
Thanks anghelalexandra, I appreciate that. All the best to you.
Hi there anghelalexandra, I appreciate your prompt reply. Yes you are right. There is only one article In the Welcome category, and that being the “Welcome to…” blurb in the cover page.
I find it odd and I feel obliged to populate it with another article (which I feel is a poor workaround). Any thoughts on this? Wonderful plugin by the way:)
BTW,the URL is https://q1dental.com.au
I’m having the same problem. The tables insist on placing itself on the top. Anything else I place is goes to the table’s right side. I can;t even assign a “padding” to it to make up for flaw.