icvjames
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Embed Zoom MeetingHI there. I have found your plugin to be great in my initial testing. I have watched your video but I have a problem. I do not see the Shortcode function in the tinyMCE editor. I am trying to embed the meetings. Has the plugin not added that when I installed it? I am using WordPress 5.4.2 / Astra Theme.
Thank you
james- This reply was modified 4 years, 9 months ago by icvjames. Reason: spelling
Am installing your plugin and I was wondering this same thing.
I attempted to use the code at your suggested link but I cant get that to work in my WordPress 4.8 install (Jupiter Theme).
add_action( 'admin_init', 'theme_additional_images' ); /** * Display all image sizes other than the default, thumbnail, medium and large * */ function theme_additional_images() { global $_wp_additional_image_sizes; $get_intermediate_image_sizes = get_intermediate_image_sizes(); echo '<pre>' . print_r($_wp_additional_image_sizes) . '</pre>'; }
Site breaks on reload. I have placed it in the add_action section and in other locations. I tried adding the ); after the function as well.
I tried to comment there but his captcha seems to be broken not allowing comments Could you assist with exactly where you might place it in the functions.php file?
Forum: Fixing WordPress
In reply to: [Email Before Download] Download does not workSame issue here link now looks like this:
email-before-download/download.php?dl=62xxxxxxxxx
Any help sir?Forum: Plugins
In reply to: [Email Before Download] Excessive resource usage email before download pluginHi
I am seeing this in my WHM process list. WHM began reporting this.I checked and the plugin was using almost all of the resources. 90+% I ended up killing the processes and disabling the plugin. Ill check again on Monday when I’m back at work. I renewable it Nd try a download and monitor the server.Forum: Plugins
In reply to: [Easy Google Fonts] How to change font size on one specific page?@monsterman – Thanks
Sunny – I understand now that the classes you mention above are WordPress specific/common classes.. This understanding helps very much. SO I create the Control and use the classes to limit its application to, in this case, the homepage..
let me give this a try.Forum: Plugins
In reply to: [Easy Google Fonts] How to change font size on one specific page?I have tried this myself as I think it is basic understanding of the plugin and may help me figure out my issue noted elsewhere in the forum..
I created the Font control.
I edited the attributes in the “Customizer” …. now how do I get use that custom control on some paragraph text My theme “Enfold” uses AVIA framework and has a visual composer..Forum: Plugins
In reply to: [Easy Google Fonts] How to change font size on one specific page?Question.. When you say “Customizer” what are you referring to?