hoeby
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Simplify] Link Slider Bar Images to Pages within SiteI also use the simplify theme.
On my website, i changed the slider image code.I am using an slideshow plugin (Meteor slides)
Go to the editor of the theme. Modify template “front-page.php”
There you find the slider code, change this. I have used the code below.<div id="slide-container"> <div id="slide"> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?> </div> </div> <!-- slide-container -->
Whit this i can add a link tho each picture you see.
As i told, my website doesn’t use this, but it is possible.My website:
https://mfg-selfkant.de/JUST TAKE CARE:
Before you modify something in the editor. Copy the default program, so you Always can go backForum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text boxI solved it an other way.
I didn’t ad a JS-footer. But changed the “front-page.php” from the simplify theme.This is what i made. Now it worked and also the other links are working
get_header(); ?> <div id="header-bottom"> </div> <div id="container"> <h1 id="heading"><?php echo esc_textarea(of_get_option('heading-text', __('Welcome to the World of Creativity!','simplify'))); ?></h1> <p class="heading-desc">Herzlich Willkommen auf der Homepage der ModellFlugGruppe Selfkant "Grenshoppers". <BR> Wir wünschen unseren Besuchern viel Spass!<BR><a href="https://mfg-selfkant.de/sub-themes-2/wetter"> Für actuel wetter flugplatz, bitte klick Sie hier.</p>
Forum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text boxi need to come back from my answer.
When i changed it to “container”. Then HTML code in the Header Disciption works. But other HTML links don’t work anymore. When i remove the JS-footer, then the other links work again.strange
Forum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text boxFound it.
I was right. It was not “heading-desc” as target description.
Needed to change it to “container” and it workedChanged it to this
var $ = jQuery, target = $('#container p, blockquote'), htmlString; $.each(target, function() { htmlString = $(this).text(); $(this).html(htmlString); });
Forum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text boxI am getting forward. Whit importing HTML in the simplify front page, tekst block “Front Page Heading Description”
I don’t know exactly if i have searched the right target discription (heading-desc).I added this script in CSS-JS-PHP. But unfortunally i didn’t work.
Link to website: https://mfg-selfkant.de/Somebody knows what i did wrong?
var $ = jQuery, target = $('#heading-desc p, blockquote'), htmlString; $.each(target, function() { htmlString = $(this).text(); $(this).html(htmlString); });
Forum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text boxit worked, thank you very much
Forum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text boxSomething went not right. I posted a HTML link whit button option. But the half HTML code was gone.
Now i posted a standard HTML link, but still doesn’t work. See https://www.mfg-selfkant.de And then down the bottom of the side.
The plug-in for the featured box works.
But i want to use something like this for the quote box and row description. I think i need to change the text “featured-boxs” to the text where to find the quote box. But i don’t know which text the programmer did use, to discripe the quote box in the program software
Forum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text boxI only added the link to the admin site in the quote box, you can see that it doesn’t work
Forum: Themes and Templates
In reply to: [Simplify] HTML in Row Description and quote text box