StefExakt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Publication Archive] Set to Open in New Windowedits to this file
wp-publication-archive/lib/class.publication-markup.phpForum: Plugins
In reply to: [WP Publication Archive] Set to Open in New WindowI was able to do this by directly editing the PHP files:
Edit to PHP files of Plugin
Add target=”_blank” to following lines
$output .= ‘href=”‘ . WP_Publication_Archive::get_open_link( $this->ID ) . ‘” target=”_blank”>’;
$output .= __( ‘View’, ‘wp_pubarch_translate’ ) . ‘ | ‘;echo ‘ID, $alt[‘description’] ) . ‘”>’ . __( ‘View’, ‘wp_pubarch_translate’ ) . ‘ | ‘;
Is there anyway you could add this as a setting so I do not have to remember to make this edit when updating the plugin?
Not sure if you can specifically restrict a single category but you can allow them access to all categories EXCEPT the one you are trying to restrict…
You would add a supplemental role of Post Editor
Then you would add exceptional roles to allow editing access to ONLY the categories you want them to be able to edit
Post > Edit > Only These > Categories > check off Category (select checkboxes for categories and sub categories)
To allow them to only assign posts to the allowed categories, add this exception:
Post > Assign Term > Only These > Categories > check off Category (select checkboxes for categories and sub categories)Not sure if that is the best answer, but it should work!
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Music won't playuser error
needed to update the links of my song (in the song manager) from the old dev site link to the correct live domain.Forum: Plugins
In reply to: [Fast Secure Contact Form] Radio Button Selection not visible in IEhttps://appitmobile.com/sign-up/
https://appitmobile.com/contact/
https://appitmobile.com/payment-center/I am experiencing the issue on all three of the above pages, each using FS Contact form
Thank you.
Forum: Plugins
In reply to: [CleanPrint] CleanPrint rearranges layout of content in shortcodesJohn,
Your suggestion did work! Thank you so much for the suggestion and the quick timing!
For other users with the same problem, here was how I resolved the issue:
The issue I had with the titles not appearing at all was a spacing issue of the shortcode itself and had nothing to do with the printer plugin. Once I removed the extra spaces in the shortcode the titles appeared.
However, the title of my second toggle shortcode was appearing as the page title and not appearing for the title of that section (in the print view). To solve this I needed to add a class of cleanprint-title to the div that controls the page title in the page template itself.
This div was in my header.php
So I changed this line:
‘<div class=”page_title_content”>’
to this:
‘<div class=”page_title_content cleanprint-title”>’
and voila! My page title shows up at the top of the print page, and my toggle title shows up where it is supposed to!Forum: Plugins
In reply to: [Juiz Last Tweet Widget] & shows as & in feedGeoffrey,
Yes, the 1.2.1 version works! Thank you for resolving this issue.
One question: If I want to make the “Follow @username on twitter” link open in a new window – can you tell me what line of which file I would edit. I found it on the previous version but cannot seem to locate it this time.
Thanks again! Love the plugin. Will make sure I rate it.
Forum: Plugins
In reply to: [Juiz Last Tweet Widget] & shows as & in feed‘∓’ and & is what I tried to convey.
My apologizes, it seems like it is not your plugin but my page templates that are not displaying correctly in IE9.
I am attempting to fix the site in IE9 with an ie stylesheet. After fixing some of the display issues and reactivating the simple background plugin, the background image is still showing up underneath the website content.
For now I am just going to deactivate the plugin and manually add in a background image (that doesn’t resize to the browser window).
If you happen to have some suggestions for resolutions on how to get your plugin to work with my site in IE, I am open.
Thanks,
I have double checked my closing divs and all divs seem to have appropriate closing tags. I even rearranged and placed the “header-wrap” closing div within different places (header.php, home.php, footer.php) to see if that made a difference, but it did not.
The background image looks fine in Safari and Firefox. However, in IE9 the background image is showing up below the website content instead of behind it still.
Any other recommendations?
Forum: Plugins
In reply to: [oik-nivo-slider] Warning Error after upgradebobbingwide – THANK YOU SO MUCH!
Removing the second parameter worked! I did try removing the captions with css styles to no avail but I will try your suggestion, thanks!