katrna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I make my Featured Image a clickable link?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? π
Forum: Themes and Templates
In reply to: [Maskitto Light] File upload size for photosAre 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!
Forum: Themes and Templates
In reply to: [Maskitto Light] Missing Groups in WidgetsOh, 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:
- Click the download button found on this paste.
- Change the file’s extension from .txt to .xml.
- On the dashboard pane, click Types.
- At the bottom, select Import/Export.
- Click Choose File and point to the pertinent XML file.
- 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.
Forum: Themes and Templates
In reply to: [Maskitto Light] Issue with sub menuHi mani78,
- Go to Maskitto Light Options.
- Navigate to the very bottom of the page until you see a black box called CSS Code.
- Copy and paste the following code:
- Click Save Changes.
#menu-item-143 ul.dropdown-menu { width: 375px; } #menu-item-144 ul.dropdown-menu { width: 305px; }Forum: Themes and Templates
In reply to: [Maskitto Light] File upload size for photosHi 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?Forum: Fixing WordPress
In reply to: How do I make my Featured Image a clickable link?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.
Forum: Fixing WordPress
In reply to: How do I make my Featured Image a clickable link?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!
Forum: Fixing WordPress
In reply to: How do I make my Featured Image a clickable link?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:
- You have FTP or SFTP access.
- You have not altered any of your theme’s files.
- 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.
- Download the modified PHP file I made for you at PasteBin. There is a button at the right side for this purpose.
- 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.
- Connect to your server via FTP or SFTP.
- Navigate to
wp-content/themes/lawyeria-lite/. - 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. - 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!
Forum: Themes and Templates
In reply to: [Maskitto Light] Problem with I Pad and I Pad mini displayI 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.
Forum: Themes and Templates
In reply to: [Maskitto Light] Missing Groups in WidgetsHi 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:
- On the dashboard sidebar, hover to Types > Taxonomies.
- You will see 5 entries named Group. Open the Edit link in a new tab for each one.
- 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 - Check the correct box under Post Types to be used with this Taxonomy for each Slug.
- Click Save Taxonomy.