ben1000
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Modal] Open an iframe inside a Modal BoxThanks for the reply
What should the iframe code be within the modal?
<iframe src=""></iframe>
Or something else?Forum: Plugins
In reply to: [Easy Modal] Open an iframe inside a Modal BoxThis is really useful but which js file would you add this code to?
I have a url which varies by one numbre which I need to show in the iframe within the modal, so I would do this, right?
jQuery(document).ready(function(){ jQuery(document).on('click', 'eModal-1', function(e){ e.preventDefault(); jQuery('#eModal-1 iframe').attr('src', jQuery(this).attr('fixedurl/')); jQuery('#eModal-1').emodal('open'); }); })
Forum: Fixing WordPress
In reply to: AJAX Bug Since WordPress UpgradeThanks for the replies. It seems that it works in Firefox but in neither Chrome or IE.
I guess it could be a different issue?
Forum: Fixing WordPress
In reply to: Error with Rewrite Code in htaccess?Thanks for reply
Should have said. I disabled the plugin but the code relating to W3TC is still in .htaccess after it’s been deleted…Forum: Fixing WordPress
In reply to: Something Weird Happened to Category PagesqThanks!
How did you fix it? Have the same problem…
Thanks
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Category TitlesYes – great discovery, same here it now works fine. Thanks!
Any alternatives to Query Multiple Taxonomies?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Category TitlesThanks…
No Force rewrite isnt enabled.
<title><?php wp_title(”); ?></title>
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Category Titles@primitivenet / anyone: did you see the link?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Category TitlesYeah, I tried a few times and couldn’t work out why it wasn’t displaying! Thanks.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Category TitlesForum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Category TitlesFor category: %%category%% | %%sitename%%
For tags: %%tag%% | %%sitename%%Thanks
Forum: Fixing WordPress
In reply to: Custom Fields and Taxonomies in single.phpThanks
Forum: Fixing WordPress
In reply to: Custom Fields and Taxonomies in single.phpFor instance, here: https://www.touristisrael.com/hotels/mount-zion-hotel-2/
I mean all the posts of a taxonomy term.
Thanks!
Forum: Fixing WordPress
In reply to: Problem Adding Second Custom Post Type to Functions.phpThanks!