kma
Forum Replies Created
-
Thank you for the reply!! I did as you suggested and under Options selected the checkmark to delete all tables and data on deactivation. Then I deactivated and deleted the WordFence plugin but the file wordfence-waf.php is still present.
Here’s the contents of that file:
<?php // Before removing this file, please verify the PHP ini setting <code>auto_prepend_file</code> does not point to this. if (file_exists('/data/20/2/2/107/2817759/user/3100205/htdocs/wp/wp-content/plugins/wordfence/waf/bootstrap.php')) { define("WFWAF_LOG_PATH", '/data/20/2/2/107/2817759/user/3100205/htdocs/wp/wp-content/wflogs/'); include_once '/data/20/2/2/107/2817759/user/3100205/htdocs/wp/wp-content/plugins/wordfence/waf/bootstrap.php'; } ?>I don’t see any reference to this file and I’ve already deleted the .user.ini file since that brought my site down after migrating it. I’m a little concerned about deleting the wordfence-waf.php file but I don’t want anymore leftover files that are going to be a problem with future migrations.
Would be great to have some guidance from WordFence on migrating a site so that these absolute paths to files don’t break the site if moved.
Thanks for your help!
Providing more detail. Also emailed support.
I have the PRO version of the slider plugin. I’m running into the following issues when viewing the slider on mobile devices:
-The font size in the description is too small.
-The photo is not easily visible and;
-The the height of the blue bar is too high which is obscuring the photoThe slider is at http://omniapex.com/wp/
Can you help me with some custom CSS for mobile that will help with these issues? I don’t want to adjust these settings in General Options since the slider is looking as it should on desktop.
Thank you!
Thank you! I has hoping you could provide me with a Media Query such as what’s below that would increase the font only on mobile devices and ideally reveal more of the photo/reduce the height of the blue bar. The query I have below isn’t working…
I do have the PRO version.
@media screen and (max-width: 600px)
.huge_it_slideshow_description_text_1 {
font-size: 10px !important;
}Figured it out!
.huge_it_slideshow_description_text_1 a {
color: #FFF;
}Looks like I am able to add in the link code. What’s the best way to target a link within the description text with CSS? I need to change the link color to white since it’s not showing up against the blue background. Thanks!
Turns out I’m on a legacy hosting package and this issue is now prompting me to upgrade to a new package so hopefully once that’s set up I won’t have an issue migrating the site. Thanks very much for your help!!
Thanks! That makes sense and I will get in touch with the webhost. But do you think this upgrade will cause problems with an existing Drupal 6 website that is live on that same server? The WP site that I’m attempting to move using Duplicator will eventually replace that Drupal site but for now it needs to continue to work while the finishing touches can be made on the WP site on that same server.
Thank you!!!
I was able to fix the alignment issue by creating a native WP gallery (before I was inluding separate images in the section) but now that the images can only be linked to an attachment file, not a webpage, and I lost my hover effect and web page links. : ( I’m going to look for a image gallery plugin. Any suggestions are welcome! Thank you!!!
Forum: Themes and Templates
In reply to: [GeneratePress] Errors after installing Jetpack pluginI think the conflict was with the Custom CSS plugin that JetPack includes. I deactivated that particular module and the errors went away.
I’m using the default image gallery to have multiple images appear on one line within a section on my homepage. However, the first image always appears above the others . I’m guessing there is a CSS fix for this but I can’t seem to get all images to align with each other. I’m also having a hard time getting the images to center align within the section without being stacked vertically on top of each other. Any help is appreciated!
Alternatively, is there perhaps a image gallery plugin that might be easier to work with and achieve the same effect?
Thanks!
Thanks! A much simpler solution and it worked.
Thanks! I got the hover effect working with:
.wp-caption img:hover { opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ }Forum: Themes and Templates
In reply to: [GeneratePress] Errors after installing Jetpack pluginI deactivated JetPack and the error messages above the Simple CSS block disappeared so it seems to me it is a conflict with Simple CSS and JetPack. I don’t want to try deactivating Simple CSS for fear of losing my custom CSS.
Thanks! I’m using the default image gallery but I’m having a hard time targeting the image gallery with CSS. What’s the best way to override the default image gallery styles. My attempts have not been successful. I’d like to add a opaque hover effect when a user mouses over the box. Thanks!
Actually I think I was just in on the General Settings page on my site! Should be able to make the change there when I go live.