DIVI Remove Featured Image | Extra Remove Featured Image

It’s no secret Elegant Themes DIVI and Elegant Themes Extra are two of the best and most powerful and flexible WordPress themes available. That said no wordpress theme can be perfect for every situation and little tweaks and adjustments need to be made. The problem is the fix or adjustment  isnt always always obvious or built in the the Elegant Themes product. This page addresses two these items. By default both DIVI  and Extra place the featured image at the top of posts or in the case of Extra at the top of projects. I don like this.

Elegant themes DIVI Remove Featured Image from Posts

Removing featured images from DIVI posts is easy. In your dashboard select DIVI –> Theme Options –> General Tab –> Toggle the “Grab First Post Image” slider and the images will no longer appear on your posts. See Below

DIVI Grab First Post Image - Remove Featured Image- Hide Featured image in DIVI and EXTRA themes

Disable DIVI Grab First Post Image to Remove Featured Image

Elegant Themes Remove Featured Image from Projects

Unfortunately Elegant Themes has omitted the option to disable featured images from appearing at the top of EXTRA projects. To change this setting is still very easy with a little bit of custom CSS.

Elegant Themes Extra Remove Featured Image Projects

Elegant Themes Extra Hide Featured Image on Projects

In your dashboard select EXTRA –> Theme Options –> General Tab –> Scroll to the bottom and past the following CSS in the custom CSS field and save the change. The featured image will no longer be displayed at the top of the EXTRA projects.

.single-project .post-thumbnail{
display: none;
}

HOW TO REMOVE VIRUS FROM COMPUTER 2016

 

HOW TO REMOVE VIRUS FROM COMPUTER 2016

1 – Download ,Install and run SUPER ANTISPYWARE PORTABLE SCANNER PERSONAL EDITION. The DOWNLOAD BUTTON WILL NOT APPEAR until you agree to the license terms.

You may be prompted to allow SUPERANTISPYWARE to update when you first run it. It’s a good idea to do this.

2 – Download, install and run Dr Web “Cure It” Free Edition. Installing Cure It  usually results with you landing on their Facebook page to give them a “Like”.

3 – If you are not pressured for time buy a copy of ESET from Amazon. I suggest the Smart Security version but you can save a couple of bucks and just get NOD32. This is my favorite antivirus software 3 years running.

CHANGE DIVI BLOG READ MORE TEXT

CHANGE DIVI BLOG READ MORE TEXT

CHANGE DIVI BLOG READ MORE TEXT

I noticed a lot of readers of my blogs are not computer savvy and do not realize the “read more” hyperlink would bring them to the full content. A quick google search revealed the easist fix would be to change the wording to say “Read Full Post”. Below is the code to do just that. Navigate to Divi>Theme Options>Integration and add code to the “body ” field

<script type="text/javascript">
(function($) {
$(document).ready(function() {
var newVal = 'View Full Post';
$('.more-link').html( newVal );
});
})(jQuery);
</script>


Originally appeared here

CHANGE DIVI BLOG READ MORE TEXT


REMOVE ELEGANT THEMES BRANDING

REMOVE ELEGANT THEMES BRANDING

REMOVE ELEGANT THEMES BRANDING

REMOVE ELEGANT THEMES BRANDING – Many Elegant Themes DIVI users complain about the inability to remove the Elegant Themes branding from the footer in DIVI. I stumbled across the code below. Simply copy and paste it in your DIVI>Theme Options>Integration. Click “Enable Body Code” and paste  the code in the “Body” text field. It’s free and Easy.

<script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#footer-info").text(' '); jQuery('<p id="footer-info">Copyright &copy;2016 <a href="http://yourcoolsite.com" >My Awesome Site</a>. All Rights Reserved.</p>').insertAfter("#footer-info"); }); </script>

REMOVE ELEGANT THEMES BRANDING

CANT INSTALL OFFICE 365

Cant install Office 365

Cant install Office 365

Cant install office 365? – Recently I had an issue trying to convert a workstation from Office 365 2013 to Office 365 2016. The Office 365 2013 uninstalled without a hitch but I was unable to install the newest version of Office 365 or reinstall the original version and it was quite frustrating. In the end I ended up on the phone with Microsoft who in turn had several technicians viewing my screen. It took nearly 3 hours to sort the issue out and get Office 365 2016 installed and functioning.We performed a lot of steps unsuccessfully. In the end the fix was simple.

  1. Uninstall the current version of OFFICE 365.
  2. Download the free version of CCleaner available here.
  3. Run the registry cleaning tool. Save the backup when prompted
  4. Browse your “C” drive to “Program Files” > “Microsoft OFFICE (version) and delete the directory
  5. Browse your “C” drive to “Program Files (x86)” > Microsoft OFFICE and delete the directory
  6. Reboot your computer and run CCleaner registry cleaner one more time.
  7. Install the newest version of Office 365

Should the above steps not work below are links to the additional tools the Microsoft technical team tried with my problem. Additionally the browsed the registry manually and deleted the Microsoft Office and Microsoft Outlook registry keys. You can also try registering the msoffice.dll by typing regsvr32 msoffice.dll in the “Run” box

Register the regsvr32 msoffice.dll

CCleaner Free Download

CCleaner Free Download

As a side note CCleaner listed above is a great tool to keep your computer neat and tidy. I use it regularly at the day job.

Cant install office 365?