For the number of Services found that I can edit the Main Index Template (index.php) and change $fx<5 to $fx<2 here:
<div class=”services-wrap fadeInLeft”>
<?php for($fx=1; $fx<2; $fx++) { ?>
One last question. I am trying to make custom redirects. I was told how to do it by going through my themes functions.php file. Is this in fact the way to do it? If not, what would you advise? If it is will the work I do be deleted when there is an update?
Is there a way to make the whole slider link instead of just the Read More button? I have made the button display none and would like to make the whole slider image link instead.
Do you have a quick PHP code update to make this happen?
Thank you very much. I meant the “Read More” buttons in the Homepage sliders.
Changing “Read More” in index.php seams to change only the buttons in the featured boxes in “Sections”.
http://planonline.ie/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php
Section 2 disappeared when they don’t like what i change etc. gone blank now, don’t want to have to start again but may have to.
another issue is how do i link the ‘read more’ in that section to a page, i have tried to put link on the text, but 404 error comes up.
Thanks
I went to the BeFit Theme Functions.php and come across this in the section if this is what you are speaking of do I delete the whole line or just the words?
I would like to translate the “Read More” buttons in the Homepage sliders to german language. How can I do this? Do I have to change PHP code?
Is it possible to reduce the size of the images in the sliders?
The suggestion from Shri will remove the slider on most other pages. However, we have a front page that is a static page, with our blog on another page (called “news”). The home page slider and 4 boxes appear on both pages. To remove it from the “news” page, SKT support suggested using Dashboard > Appearance > Theme Options > Basic Settings > custom CSS and entering CSS to hide the home page slider and 4 boxes on the “news” page.
The CSS would be:
body.blog .slider-main, body.blog section#wrapone {
display:none;
}
However, even though the CSS successfully hides these items, I believe that the browser will still fetch the images and execute the JavaScript. (I could be wrong on this.) This adds an unnecessary burden to both the web server and browser. The PHP should really not generate the objects in the first place.
I’m trying to make the entire Featured box clickable, instead of just the ‘Click to read more’ button. If this is possible, I would also like to remove said button, because it’s no longer needed.
I have already edited the HTML in index-default.php but this didn’t work.
Maybe you should update the source code for ‘Hotel/stay here’ ../inc/custom-functions.php
As stated by Juan Garces (msg. #17131) you need to change the code within the file skt_hotel\inc\custom-functions.php from “gallery_category” to “gallerycategory” else the gallery shortcode will NOT display the selected gallery.
[portfolio-thumbnail cat=”Category Name”] will display all the images in one gallery without changing the custom-functions.php
[portfolio-thumbnail cat=”Category Name”] will display only the images in the gallery that is named ‘Catergory Name’ IF the changes are made within custom-functions.php
I am also interested in this issue (translation).
But not only the “Read more” button, also “categories”, “tags” …
The page titles in 404.php, search.php, archive.php…
Is it possible without editing each file?
Author
Search Results
Viewing 15 results - 1,621 through 1,635 (of 2,005 total)