Ciprian Dracea (Drake)
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Snippets on your siteThank you very much for solving this.
Forum: Plugins
In reply to: [The Events Calendar] Snippets on your siteHi Ed,
I didn’t said that articles aren’t reachable. I can see the articles too.
But they aren’t complete. The php codes which was in there are missing.
Let see this example: https://support.theeventscalendar.com/167955-Integrating-The-Events-Calendar-with-Slider-Revolution-and-Essential-GridSomewhere in article is saying: “Slider Revolution Custom Queries
If you’d like your slider to only display Featured Events that have a Featured Image, you can add this code snippet to your active child theme’s functions.php file or your own custom plugin (make sure to read the code’s comments):”
And that’s it… no code follow after colon.
Tested on Chrome and Firefox at their latest versions.
Thank you,
CiprianAfter removing wysija-newsletters folder from server and re-installing the plugin, seems like the problem was solved.
Forum: Themes and Templates
In reply to: [Suffusion] Header foreground image doesnt show upMaybe this topic from Suffusion forum can help you: https://aquoid.com/forum/viewtopic.php?f=4&t=31416&p=79207&hilit=header+foreground#p79207
Forum: Plugins
In reply to: [Suffusion Collapse Menu] Working with Mega Menues?Hi,
The plugin just replace the select list triggered by Suffusion on mobile devices with a simple list.
But, at Suffusion Options -> Layouts -> Responsive Layouts -> Switches -> Navigation Menu is stated: “If your browser window is narrower than the following, the navigation menus become “Select” lists. Note that a mega-menu is not displayed in a select list:“
So, my plugin cannot transform something which isn’t proper handled by Suffusion from the first time.
But, in my tests, this not break other javascripts, so the sliders still works, but I don’t know, probably depend by what you have in those mega-menus.Anyway, the answer is no, don’t try to use my plugin with mega-menus.
Forum: Plugins
In reply to: [Suffusion Selectik Menu] Change colour of page background?Hi Colin,
Apologize for my delayed reply, I am very busy this period of year.
Can change the background color of the button by adding at Custom Styles:
.custom-select .custom-text, .custom-select.disabled span.custom-text:hover {background:red;} .custom-select span.custom-text:hover, .active span.custom-text {background:green}
For the dropped list, the background can be changed with:
.custom-select .select-list {background:black;}
Of course, use desired colors instead my samples.
Hope it help,
CiprianForum: Reviews
In reply to: [Suffusion Collapse Menu] Great pluginThank you very much for your kind words.
It is not a WordPress issue, nor a Suffusion issue, it is mostly a hosting problem.
The problem appear indeed because of a Suffusion function, but appear only on hosts which force InnoDB as MySQL engine, like GoDaddy. InnoDB queries can return different results than MyISAM and from here the troubles.
For explanation and for a simple solution check: https://www.drafie-design.nl/solving-illegal-offset-warning-when-previewing-posts/
Forum: Plugins
In reply to: [Suffusion Collapse Menu] Does it work in nav bar above header?Can post your url? Eventually send me a PM on Aquoid Forum. Without seeing your site I cannot see what’s happens.
Forum: Plugins
In reply to: [Suffusion Collapse Menu] Does it work in nav bar above header?Hi,
The plugin works for both navigation bars. If you use only one navigation bar this one will be replaced by the menu button, if you use both navigation bars in Suffusion, both of them are replaced with only ONE button and the new menu will combine both menus from both navigation bars.
This also solve the bug with 2 select menus displayed in Navigation Bar Above Header if you use Suffusion native select lists.
If you don’t see the button on your site, maybe a style from your site prevent it to be displayed. by eg. your navigation bar is larger than the wrapper in responsive mode and the button is moved too much on the right.
Can check if your site is settled right to be responsive at: https://www.drafie-design.nl/set-suffusion-to-be-responsive/
Also, the URL of your site may help me to isolate the problem and to find a solution.
Thank You,
Forum: Plugins
In reply to: [Browser Screenshots] Inconsistent OutputI used this plugin for years and I can tell that it does exactly what is says to do. Not does what you expect to do.
The plugin just access a service from wordpress.com which generate those screenshots. Not generate screenshots by itself, only access this service and help you to integrate easily this service on your own site. The crawler from wordpress come to refresh the screenshots very rare… once a week or even rarely, not even close to be a real time service… If in the second when the crawler came, the site wasn’t accessible for some reason (even because exactly at that moment your server was busy with a backup and the website was slow), the screenshot will show a 404 error till to next visit of crawler. If you have on frontpage a flash animation – the service will generate a blank screen instead… and so on…
In conclusion, you cannot use the plugin in the way you want.Forum: Reviews
In reply to: [Suffusion Collapse Menu] superThank you very much.
Forum: Plugins
In reply to: [Browser Screenshots] Another fix for Visual EditorThank You Ben,
Yes, the last update corrected all issues.
Forum: Plugins
In reply to: [Suffusion Collapse Menu] I can't find Suffusion OptionsNo problem Laura. Anyway, the plugin just load the jQuery plugin Responsive Nav by Viljami Salminem. This jQuery plugin can be implemented directly in other themes.
I will mark this topic as resolved, but if you have more questions I will be glad to answer.
Thank You.
Forum: Plugins
In reply to: [Suffusion Collapse Menu] I can't find Suffusion OptionsAs is stated in FAQ section – the plugin is written specifically for Suffusion Theme and not works with any other theme. For transforming the select list generated by Suffusion on small devices, the javascript of plugin looks for specific classes which, most likely, don’t exist in other themes.
Suffusion Options is the theme options panel of Suffusion, located under Appearance tab. The settings from here are inherited by the plugin transparently, so, will see the menu generated by plugin on devices with lower resolution than the breakpoint settled in theme options.