beheergroningen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Busiprof] Home Page no personal text possible ?Thank you Imran, I will.
So, just to be sure, there is no easy way to squeeze in some custom text ?
Forum: Themes and Templates
In reply to: [Busiprof] Home Page no personal text possible ?You must be right. Quite logical actually….
Thank you ! I shall use the “more services” button as a read more button. That will help.
Forum: Themes and Templates
In reply to: [Busiprof] Testimonial Description cannot be alteredAh, found it….
testimonial_text shoud be testimonialS_text
Forum: Themes and Templates
In reply to: [Busiprof] Testimonial Description cannot be alteredThank you. I have resolved it. However, I want to give feedback to improve this awesome theme.
1. I tried your pastebin file, but if I used it the sections became very narrow so the original layout got altered badly.
2. Now I re-uploaded the original file and altered the coded as suggested by your first reply. That worked. So probably I made a mistake but since I cannot find it I shall post the code here for others who might experience the same:
<!-- Section Title --> <div class="section-title-small"> <?php if( $current_options['testimonials_title'] != '' ) { ?> <h3 class="section-heading"><?php echo $current_options['testimonials_title'];?></h3> <?php } if( $current_options['testimonials_text'] !='') { ?> <p><?php echo $current_options['testimonials_text'];?></p> <?php } ?> </div> <!-- /Section Title -->
Forum: Themes and Templates
In reply to: [Busiprof] Testimonial Description cannot be alteredHello Imran,
I am grateful for your fast response. I edited the file and now it looks like this:
<!-- Testimonial --> <div class="col-md-6 testimonial"> <!-- Section Title --> <div class="section-title-small"> <?php if( $current_options['testimonials_title'] != '' ) { ?> <h3 class="section-heading"><?php echo $current_options['testimonials_title'];?></h3> <?php } if( $current_options['testimonials_text'] !='') { ?> <p><?php echo $current_options['testimonial_text'];?></p> <?php } ?> </div> <!-- /Section Title -->
The line has gone, however via In Customizer -> Home Page Sections Settings -> Testimonial Settings I am not able to add a line of my own text.
Do I have an error in the code which I am overlooking ?
Forum: Plugins
In reply to: [PropertyHive] Cannot upload imagesCase closed. Cudo’s for the support. In one word: awesome !
Forum: Plugins
In reply to: [PropertyHive] Cannot upload imagesThanks a lot Steve !
It does work indeed.
But to exclude misinterpretation: you modified “my” file, and not update the plugin as a whole ?
If so, why not ? Since Google almost demands a https for the search results this might be an important issue for all your plugin users.
Forum: Plugins
In reply to: [PropertyHive] Cannot upload imagesHello Steve,
thank you for your fast reply. I have hit F12 and checked the console, no errors there. The flag “errors” at JS is on.
I doublechecked in Firefox if Javascript was activated and whether my pc had the latest Java updates and both are newest. Just to be sure it was not a firefox problem I also tested on Chrome with the same result. So if it is browser related it possibly has something to do with my laptop configuration.
However, to be sure it is not in the installation of WP I shall email you my login to have a look.