pR0P3r
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] Export form from one site to anotherive copied the form manager tables from the database and imported them into the new one and that works.. just copy the tables with the fm_ prefix
Insert between 275 and 277 from frontend-shortcode.php
if ($page < 1) { $page = 1; }
Still using 0.7.14 tho..
Hope this helps.. no guarantees .
Same here.. jobs main page ie /jobs should be seen as page1
Hopefully there is a solution for this pls
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Lists of jobsGoto Job Manager in Dashboard -> Settings then in the top nav choose display settings, half way down it shows the html for the list view and individual view.
Forum: Themes and Templates
In reply to: Portfolio – WPESP ThemeOla Victor,
Tnx soo much for this friendly and great work.
Very much appreciated, just love the simplicity.It took me also a bit to find out and but can imagine you cant just write a whole book on how2 install and configure, and try to capture all the read between the lines and interpretations for everyone.
So thanx for this forum and all its posts to sort thinks out.I tried all options to get the About and Contact working described in this forum and finally got it.
What I did wrong was, I didnt leave the Contact and About page on the Default template. (I changed it myself to About/Contact template and then the headers were empty in the preview aka no style)
Plus the links didnt work.. obviously.So my steps in order to get it going was:
1.Follow all code swaps n things from WPESP site. YAY
2. Create also a Contact page in pages and leave the template on default, ‘About’ was already there.
Hover over preview or click to see the page ID. Then in footer,header and index change the (‘about’) to your ID number (2) and change the /about.php in the same line to /?page_id=2 (as 2 was my id for about).I did only the first ‘about’ in index.php and left the
TEMPLATEPATH . '/about.php'
untouched.Do the same obviously for all Contact ID’s.
3. Create the Contact page according to ‘revolutionfrance’ post.
Hope this helps
/me now on to styling – Happy camper!PS. Little tweaks I did also.
Embedded category view in portfolio_panel.php under title, in info section, and under sidebar in work.php
<?php the_category(',') ?>
wrapped in<h4>
Then added home link under next and previous links win work.php
<li><a href="<?php echo get_option('home'); ?>">HOME</a></li>
If you like.