Forum replies created
For a record.
To any person reading this thread.
Here is the revolution slider.
http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
Still for sale.
Use the key word “revolution slider” in google search, this url comes up the top result. Not that difficult to find.
Years ago it did contain vulnerabilities, but it was fixed.
Akismet plugin that comes together with WordPress
Has their own vulnerabilities.
The most important thing is that they were fixed.
Hi,
Are saying you want different color for your share icons?
Please post url to your share icons and also provide me with the hex color code for each icon.
Thank you.
Hi,
In Appearance -> Menus
Use a Custom Links.
Add # as the URL.
Add to menu.
Thank you.
Hi,
Open up evolve-plus/library/functions/basic-functions.php
Go to line 1861 find and comment out the following codes.
// Table name
$table_name = $wpdb->prefix . "layerslider";
// Get sliders
$sliders = $wpdb->get_results("SELECT * FROM $table_name
WHERE flag_hidden = '0' AND flag_deleted = '0'
ORDER BY date_c ASC");
Thank you
Hi,
Please try disabling one plugin at a time to find any conflicting plugin.
Thank you
Hi,
Please post your url to the issue you mentioned.
Thank you.
Hi,
The content boxes looks centered to me.
The left and right margins looks even.
Can you please provide a screenshot with annotation to point out why you think it is not centered?
Thank you.
Hi,
Please use the following codes in Theme Options -> Custom CSS
Font size and color under “Front Page Content Boxes”
.home-content-boxes h2 {
font-size: 40px !important;
color: #fff !important;
}
.home-content-boxes p {
font-size: 40px !important;
color: #fff !important;
}
Fix the size of “Front Page Content Boxes”
Sorry, what do you mean by fix? There is nothing broken.
Menu: want to see color changes when hovering on menu items.
#nav ul li a:hover{
color:#000 !important;
}
Want to add text on top right of the header where you see the RSS & social media links
Sorry, you will have to modify the Theme in order to do this. We can only provide custom css support.
Thank you.
Hi,
That’s a background image. That’s how it behaves.
Background image does not resize when you view in small device.
You have to add some kind of javascript to resize it.
Thank you.