WPScientist
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Fixing WordPress
In reply to: Sliders problem – images not rotating. Tried two or three sliders.wrong account, check bellow
Forum: Themes and Templates
In reply to: Change my portfolioYou’re welcome 🙂
Forum: Themes and Templates
In reply to: Change my portfolioChange the…
echo $url;…on the same line to…
the_permalink()Forum: Themes and Templates
In reply to: Change my portfolioI’m unfamiliar with the lightbox script used in that theme but try removing…
rel="lightbox[set1 <?php echo $size; ?>]"…on line 50.
Forum: Themes and Templates
In reply to: How to change The font sizebody { font-size:16px; } body.home { font-size:14px; }Forum: Fixing WordPress
In reply to: Custom Field Search formAdd another } at the end (after the last } ).
The one you think closes the if statement actually closes the foreach loop.
Forum: Themes and Templates
In reply to: Updated theme, now menu doesn't update!WordPress probably treats it as a new theme so it doesn’t append the menu you had to the registered menu you had it in.
Did you make sure that on the Appearance -> Menus under “Theme Locations”(top left) the menu you made is chosen in the select box?
Forum: Fixing WordPress
In reply to: how do i make a new page the home page- Create new page
- Go to Settings -> Reading
- Choose “A static page” under “Front page displays”
- In the “Front Page” select box choose the page you created
- Save
Viewing 8 replies - 1 through 8 (of 8 total)