farnhamit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wallstreet] adding list to services box??Yeah all is fixed. 🙂
Forum: Themes and Templates
In reply to: [Wallstreet] adding list to services box??Thank you Priyanshu!
ALL WORKING YOU ARE A STAR! +1!
Forum: Themes and Templates
In reply to: [Wallstreet] adding list to services box??Hi Priyanshu,
I have done this, This is what i tried first, But I could only find the one file to edit
wp-content/themes/wallstreet/functions/theme_options/pages/home_service_settings.phpBut it still don’t work the html tag shows on the page but only as text? Can you assist any further? What do you mean by ChildTheme? Sorry.
Forum: Themes and Templates
In reply to: [Wallstreet] adding list to services box??Thank you!
Forum: Themes and Templates
In reply to: [Wallstreet] adding list to services box??I have tried? I am out of ideas… When you say use CSS do you mean to change the output of that input field?
$current_options['service_title_one'] = sanitize_text_field($_POST['service_title_one']); $current_options['service_description_one'] = sanitize_text_field($_POST['service_description_one']); $current_options['service_image_one']= sanitize_text_field($_POST['service_image_one']);This is what i assume is the issue? the Sanitize_Text_Field does this strip all HTML/Variables?
Forum: Themes and Templates
In reply to: [Wallstreet] adding list to services box??I can do shortly its running on a private server at the moment,
This is the code that is not working tho.
<div class="col-md-4 col-sm-6"> <div class="service-box"> <img class="img-responsive service-box-image" alt="Sleek & Beautiful" src="/logocolourfbcool.gif"> </div> <div class="service-area"> <h2><a href="#">Product Designing</a></h2> <p>Quantity Surveying and Cost Consultancy</br> Project Management</br> Project Co-ordination</br> Cost Feasibility Studies</br> Preliminary Budget Advice</br> Cost Planning</br> CDM Co-ordinator</br></p> </div><!-- / service-area --> </div>That is what gets displayed when previewing the install.
This is what i am inputting in the back-end.
Quantity Surveying and Cost Consultancy</br> Project Management</br> Project Co-ordination</br> Cost Feasibility Studies</br> Preliminary Budget Advice</br> Cost Planning</br> CDM Co-ordinator</br>Forum: Plugins
In reply to: [WooCommerce Upload My File] Upload button does not appear on my accountI was struggling for days with this!!!
SIMPLE FIX…
Open up a product in your wp-admin and you should see a checkbox “upload file” below the product image you selected. Select it.
PLEASE I ASK THE CREATOR OF WOOCOMMERCE UPLOAD FILE TO MENTION THIS FIX IN THE UPLOAD PROCESS OF THE PLUGIN AS IT IS NOT EASY TO FIND!!
Forum: Plugins
In reply to: [WP eCommerce] Add new product – Description echo's Above All Site Content?Okay mistake this did NOT work fix it
Forum: Plugins
In reply to: [WP eCommerce] Add new product – Description echo's Above All Site Content?If anyone is interested…
hide('hideme')I believe this little bit of code in a div string was effecting it,
Forum: Plugins
In reply to: [WP e-Commerce Style Email] How to Insert field (payment instructions)I am trying to take payment instructions out of the purchase receipt has anyone resolved this?