Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #468434
    Abram
    Guest

    Good afternoon,

    I was trying to register for an account for the the forums but unfortunately, the purchase code does not seem to work.

    • This topic was modified 9 years, 4 months ago by Yigit. Reason: Moved purchase code to private content field
    #469364

    Hey Abram!

    Sorry for the late reply, we’re having problems with new registrations at the moment and we’re working on fixing the issue. If you have technical problems with one of our products you can ask them here until we get the registration problem fixed.

    Best regards,
    Rikard

    #474484
    Abram
    Guest

    Thank you for your prompt reply!

    So we own and operate financial-careers.net….however we can’t seem to figure out how to implement this script (http://www.netartmedia.net/indeed-jobs) onto the body of our home page without causing any problems with the enfold theme code.

    Any advise or suggestions will be much appreciated.

    #474523

    Hi!

    You can try using a plugin such as this one – https://wordpress.org/plugins/insert-php/
    You should firstly download their files and place it inside wp-content/themes/enfold/netart-indeed-jobs folder

    Regards,
    Yigit

    #474593
    Abram
    Guest

    Thanks for the info however there are .xml files in those folders. Each time I use the snippet plugin, it doesn’t seem to grasp the xml information

    #475767

    Hey!

    about which .xml files in which folders are you talking about? do you mean the plugin Yigit suggested to you does not work for you?

    Cheers!
    Andy

    #476073
    Abram
    Guest

    I’m speaking of the xml files that are contained in the PHP script file (http://www.netartmedia.net/indeed-jobs). Such as categories, listings, etc.

    #476553

    Hey!

    It sounds like you would have to extract the folder they give you inside the theme folder. It doesn’t look like it was made for WordPress because they are having you add your categories, etc etc, inside XML files.

    Are you just trying to create a job listing? There are much easier ways to do that in WordPress, https://wordpress.org/plugins/wp-job-manager/.

    Cheers!
    Elliott

    • This reply was modified 9 years, 4 months ago by Elliott.
    #476663
    Abram
    Guest

    That’s correct. Hence the reason we’re wondering if there’s a way to extract the files into the Enfold Theme Folder and still make the php fully functional

    #476963

    Hi!

    I’m sorry but we really don’t provide support for third party scripts. It’s best if you contact the script author regarding this issue: http://www.netartmedia.net/en_Contact.html

    Based on the documentation, you have to add this line of code in order to show the jobs by category:

    include("netart-indeed-jobs/latest_jobs.php");
    

    Best regards,
    Ismael

    #477260
    Abram
    Guest

    Okay thank you for all your help! Really appreciate it.

    One last question, we own and operate financial-careers.net, however we would like the bottom footer menus to be a little closer in spacing. How can we edit the spacing within menu headings in the footer?

    #477339

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer a {
        padding: 0;
    }

    Regards,
    Yigit

    #480426
    Abram
    Guest

    THanks for all your help guys!

    One more question:

    Our website (http://507.b15.myftpupload.com/) is currently under construction. We would like to box our columns and have a border such as (http://www.reviews.com/identity-theft-protection-services/)

    How would we go about doing this?

    Thanks in advance.

    #480441

    Hi!

    Yes but you would need to get the Title outside the main container and add a different one for it, so we can supply a CSS class that can work out for you.

    Cheers!
    Basilis

    #480449
    Abram
    Guest

    Which title?

    #480961
    Abram
    Guest

    Can you please look at one more time:
    http://507.b15.myftpupload.com/

    Thank you greatly!

    #481858

    Hi,

    Sorry for the late reply, please try the following in Quick CSS:

    .home .post-entry-15 {
        border: 1px solid #ddd !important;
    }
    

    Cheers!
    Rikard

    • This reply was modified 9 years, 3 months ago by Rikard.
Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.