Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • I concur, I thought about it as well but since the theme hasn’t been updated in a while it might not become a problem. The editing to be done will be very minimal, too, and can easily be repeated.

    However, it is never bad to cover all the bases, right? Should the situation arise, Thelaakgroup, or if you are just curious, you can refer to a variety of guides:

    That, or simply install a plugin like Child Theme Wizard to do the heavy lifting. Of course, you can also opt not to update the theme at all, but who can resist shiny updates in the long run? πŸ˜‰

    Are you comfortable connecting to your site via FTP? You will need to have access to your server to increase the file size limit. Most hosting companies also have control panels to make the process easier, so telling me your web host would be helpful, too.

    Let me know so I can get back to you with the correct steps!

    Oh, right. You’ll find the updated XML on my PasteBin–it should restore everything back to normal. Here’s how to import the file in case you need guidelines:

    1. Click the download button found on this paste.
    2. Change the file’s extension from .txt to .xml.
    3. On the dashboard pane, click Types.
    4. At the bottom, select Import/Export.
    5. Click Choose File and point to the pertinent XML file.
    6. Click Import file > Import.

    Shufflehound, you are more than welcome to do so, but don’t you agree that the XML would be better? I’ve made two revisions: a.) one that has been fixed and works with the latest version of Types and b.) another which is also the same file, but has been updated to no longer import Contact settings and Slider other settings.

    Feel free to use whichever you fancy.

    Hi mani78,

    1. Go to Maskitto Light Options.
    2. Navigate to the very bottom of the page until you see a black box called CSS Code.
    3. Copy and paste the following code:
    4. #menu-item-143 ul.dropdown-menu {
         width: 375px;
      }
      
      #menu-item-144 ul.dropdown-menu {
         width: 305px;
      }
    5. Click Save Changes.

    Hi Loula,

    What error are you getting? Perhaps The uploaded file exceeds the upload_max_filesize directive in php.ini? If so, could you tell me whether you need help with a local or live setup?

    Yikes, I was too engrossed and didn’t notice Anthony Laurence posted beforehand. My bad! He is definitely right, there is another template you’re looking for and it is page-blog.php.

    After a couple of tests, I think I found the answer.

    There are two files in particular that the theme is using to list your posts: a.) index.php and b.) page-blog.php. I checked your page and it appears you have indeed been using the other template. Could you edit page-blog.php this time around? The same code applies.

    Look for the following line:

    <img src="<?php echo $feat_image[0]; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" />

    Replace it with this:

    <a href="<?php the_permalink(); ?>">
       <img src="<?php echo $feat_image[0]; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" />
    </a>

    As usual, here‘s a PasteBin link if you find it more convenient to just copy and paste. Do get back to us!

    Hi Thelaakgroup,

    You’re using Lawyeria Lite as your theme, correct? The solution to your problem requires the editing of a PHP file. Don’t worry though as it’s relatively easy.

    I am going to assume three things:

    1. You have FTP or SFTP access.
    2. You have not altered any of your theme’s files.
    3. You want the featured images in the Posts page (exclusively) to be clickable and to redirect to their pertinent pages.

    If all of those are accurate, go ahead and have a read. Otherwise, stop, and feel free to correct me first if any of them is mistaken. I’ll provide you with further information as necessary.

    Were my divination skills on point? Yes? Dig right in.

    1. Download the modified PHP file I made for you at PasteBin. There is a button at the right side for this purpose.
    2. Rename the file (for_thelaakgroup.txt) to index.php. Please double-check that you successfully changed the file extension (from .txt to .php). If you’re on Windows, you will know you are on the right track if you get a prompt asking to proceed, and the file icon changes after you confirm.
    3. Connect to your server via FTP or SFTP.
    4. Navigate to wp-content/themes/lawyeria-lite/.
    5. Replace the existing index.php file with the one you just downloaded. It is very important that you are overwriting the correct file in the correct directory–your site might otherwise not load. To stress, the correct path is wp-content/themes/lawyeria-lite/index.php. Confirm the prompt to overwrite the file, if one appears.
    6. Check your site!

    To explain, I modified the theme’s index.php file to accommodate the change you want. Specifically:

    <a href="<?php the_permalink(); ?>">
         <img src="<?php echo $feat_image[0]; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" />
    </a>

    Let me know what happens!

    I agree with CK-ONE, I had to disable that option on my end as well. As long as the Tablet Width is appropriately set, the odd spaces do not seem to resurface. At any rate, you are both welcome!

    P.S. Hi, this is traxt, I changed my username.

    Hi webbing,

    I think the recent Toolset Types update somehow broke this. Here is how to fix that while waiting for the official XML to be reviewed:

    1. On the dashboard sidebar, hover to Types > Taxonomies.
    2. You will see 5 entries named Group. Open the Edit link in a new tab for each one.
    3. The Slug needs to be assigned to the correct Post Type, which is as follows:
      partner-group = Partners
      porfolio-group = Portfolio
      services-group = Services
      slider-group = Slider
      testimonials-group = Testimonials
    4. Check the correct box under Post Types to be used with this Taxonomy for each Slug.
    5. Click Save Taxonomy.
Viewing 10 replies - 1 through 10 (of 10 total)