homelessvinyl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.3 update breaks Homepage and changes default PortfolioHi there,
Can anybody please help? It’s been a month and I still have not updated to 4.3 (now it’s telling me there’s 4.3.1)
Much appreciated,
RichieForum: Fixing WordPress
In reply to: Home page no longer showing portfolio itemsTry that code again
<?php /** * Template Name: Homepage * @package The Professional WordPress Theme * @since 1.0 * @author AJ Clarke : https://wpexplorer.com * @copyright Copyright (c) 2012, AJ Clarke * @link https://wpexplorer.com * @license https://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ get_header(); // Loads the header.php template if (have_posts()) : while (have_posts()) : the_post(); //start main loop //Show homepage tagline if not blank if( of_get_option('homepage_tagline','<h1>Hello. My name is The Professional and I am a super-duper, mega-awesome WordPress Theme.</h1>') !== '' ) { ?> <div id="homepage-tagline"> <div class="boxed"> <?php echo of_get_option('homepage_tagline','<h1>Hello. My name is The Professional and I am a super-duper, mega-awesome WordPress Theme.</h1>'); ?> </div> </div><!--homepage-tagline --> <?php } //Show homepage slider get_template_part('content','slides'); ?> <div id="single-page-content" class="clearfix boxed container"> <div class="entry clearfix fitvids"> <?php the_content(); ?> </div><!-- /entry --> </div><!-- /container --> <?php endwhile; endif; // End loop get_footer(); // Loads the footer.php file ?>
Sorry but I don’t understand your question “how to display product title on shop page” – doesn’t the title display automatically??
Forum: Fixing WordPress
In reply to: Vertical alignment of portfolio items after sliderEven The Professional documentation has me confused.
(The images I’ve uploaded to my Portfolio/Releases is 350×350)Adding Featured Images & Default Image Sizes
This theme makes use of the WordPress featured images function a lot so you’ll need to know how to add featured images.
Default Sizes (first value is width and second is height)
If you have selected masonry style on the blog or you have thumbnail_hard_crop set to “false” on any of the post type shortcodes, then the height value will be 9999, which means they won’t be cropped at all vertically. Below I’m showing you the hard crop height values.
Homepage slider: 940px by 9999px (no vertical crop)
Blog posts: 660px by 9999px
Blog post entries: 660px by 400px
Full-width page features image: 940px by 9999px
Portfolio entries: 500px by 450px
Portfolio entries masonry: 500px by 9999px
Portfolio posts with sidebar: 660px by 9999px
Portfolio posts full-width: 940px by 9999pxWhat does it all mean?
· Basically when you upload an image to use on your site it should be at least 500px wide and 450px tall for best quality assurance in the grids.
· If you want your images to cover the full-width on posts then they should be at least 660px wide and if using the full-width layout for services/portfolio items/pages then they should be 940px wide.
· Of course you can upload smaller images, just be aware that when setting up a portfolio, if you are using different image sizes for various posts, the grids might not look perfect since images won’t be the same dimensions.
Please help me make sense of it all!
SnapsForum: Fixing WordPress
In reply to: Vertical alignment of portfolio items after sliderSorry, I got distracted and neglected to provide that I’m using The Professional 1.2 theme. (note, The Professional I use appears to be different to a new Professional theme recently created that is only up to version 0.8 or so)
Hi Devin and sorry for the delay getting back to you.
Yes, Options Framework was the only plugin I upgraded.
I probably should have mentioned that when I did the restore, it didn’t work so I performed it again and stupidly didn’t delete some restoration files I should have.The name of the theme didn’t change. It’s all quite complicated to explain and I don’t completely remember the exact steps I performed, but I have since learned a valuable lesson and it only cost me $40 to have Siteground perform a full restore at their end. The site works fine now except for a strange thing it does in that it kicks me out of admin if I click “Visit site” from the dashboard dropdown menu. When I go back to the admin dashboard it has logged me out. Annoying.
I just didn’t want you to think I had ignored your reply Devin and I’m very sorry for wasting your time with this one.
Richie
No I haven’t. I never know when I am supposed to post in the Envato forum or this WordPress one!
Thanks for replying Andrew.
It states the following in my active Themeforest theme:The Professional version 1.2
Premium WordPress theme by WPExplorerForum: Fixing WordPress
In reply to: Parse error and syntax errorSorted PV. Found the folder level and was able to change the filename.
Thanks for all your help!
RichieForum: Fixing WordPress
In reply to: Parse error and syntax errorOh, I still have my FTP File Manager open at a page that I’m able to edit either the file name:
/home/homele14/public_html/wordpress/wp-content/plugins/symple-shortcodes/symple-shortcodes.phpOR
I could edit line 29, as described in opening post.
What would you recommended I do PV?
Many thanks!
Forum: Fixing WordPress
In reply to: Parse error and syntax errorThanks, I believe I added the code to CSS and updated/saved. It was about 3am this morning and I may not be recalling what I did exactly.
Sorry, instructions might be losing me. Also, I don’t know how I “download the plugin” when at every turn “I now receive the following error at every menu or dashboard link” (as stated in opening post)
Cheers.