close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

ps4.5 Default theme ipod text spacing error

Thread began 8/07/2011 9:14 pm by info385819 | Last modified 8/26/2011 8:55 am by Jason Byrnes | 1812 views | 3 replies |

info385819

ps4.5 Default theme ipod text spacing error

Powerstore 4.5

Pods>. feature pod, center pod, most popular pod all have text that when edited in admin will off space the text and drop text to bottom of box area thus, removing it from original default center/left in box position. Source editing in admin CMS will not allow admin user to return the text too the original center/left position as when default store is loaded.
The same error has occurred over three other 4.5 stores. Customers are not able to return text to original position through CMS. Please provide update information to correct this error.

Error can be viewed live at ; www.jnsdigitizing.com/

Sign in to reply to this post

Jason ByrnesWebAssist

in the webassist/plugins/caltalog/featuredbox.php file, change:

php:
<h1><?php echo WA_getCMSContent($database_PowerStoreConnection$PowerStoreConnection'Featured Pod' 'Header'); ?></h1>




to:

php:
<h1><?php echo str_replace(array("<p>","</p>"),"",WA_getCMSContent($database_PowerStoreConnection$PowerStoreConnection'Featured Pod' 'Header')); ?></h1>






in the webassist/plugins/popularbox.php file change:

php:
<h1><?php echo WA_getCMSContent($database_PowerStoreConnection$PowerStoreConnection'Popular Pod' 'Header'); ?></h1>



to:

php:
<h1><?php echo str_replace(array("<p>","</p>"),"",WA_getCMSContent($database_PowerStoreConnection$PowerStoreConnection'Popular Pod' 'Header')); ?></h1>
Sign in to reply to this post

info385819

RE: PS45 Feature Pods Headers off center after edit

We applied the suggested fix. We encountered that once the admin had encountered the error the fix you published did not correct the existing error. Please refer to www.jnsdigitizing.com to view center pod which will show the text off spaced.

We have attempted to adjust the Source code through admin and it will not correct the error. Please advise as to how to correct. Thank you.

Sign in to reply to this post

Jason ByrnesWebAssist

in the webassist/themes/defailt/templates/index.dwt.php file, change:

php:
<h1><?php echo WA_getCMSContent($database_PowerStoreConnection$PowerStoreConnection'Middle Pod' 'Header'); ?></h1>



to:

php:
<h1><?php echo str_replace(array("<p>","</p>"),""WA_getCMSContent($database_PowerStoreConnection$PowerStoreConnection'Middle Pod' 'Header')); ?></h1>
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...