Forum Replies Created
- AuthorPosts
- sp_leftParticipant
…. I’m continuing to find a solution! A tip where to kook would be kind….
Greetings Sp_leftsp_leftParticipantSo I could make a Small Step. When put the following line at front-page.php it shows the alt attribute like alt=”” so it does not fetching the right name what ist wrong or missing?
Inserate Code:
<img src="<?php echo esc_url( $square_slider_image ); ?>" alt="<?php echo $alt; ?>">
Thanks for any kind of help
Sp_left
sp_leftParticipantThank you for the answer. Unfortunately the Plugin did not solve the issue. It seem as it does its work not with the wp 4.7.3.. Thus I was thinking if it would not be simply possible with adding a small snippet of PHP in: front-page.php at the area of:
else{ $square_slider_title = get_theme_mod('square_slider_title'.$i); $square_slider_subtitle = get_theme_mod('square_slider_subtitle'.$i); $square_slider_image = get_theme_mod('square_slider_image'.$i); }
Myself I did search several sides for a helping snippet – but I was unlucky. Do you have anny suggestion for me? Im willing to keep on tying and searching for a solution.
For the issue of H1 I did try your suggestion but it destroys your wonderfull design. And that seems to me a bigger loss then SEO… This is ment as a compliment for your extraordinary graphical work!
Greetings and thanks in advance
Sp_left
sp_leftParticipantHi KClifton;
I did made a comparable experience. Unfortunately I did forgot to empty the server side cache. Knowing my suggestion seems stupid – it happens often…
Greetings Sp_left - AuthorPosts