Forum Replies Created

Viewing 8 replies - 31 through 38 (of 38 total)
  • Thanks for the latest update of WP Adverts which works fine now! First image is now the main/standard-image used for the list view. Ticket may be marked as “resolved” ??

    Thread Starter dumboxp

    (@dumboxp)

    Thanks for the quick fix! Works well now!

    Thread Starter dumboxp

    (@dumboxp)

    Hi Sven,

    thanks for fixing this so quickly! I really like the simplicity of your plugin!

    Another great thing would be that views&clicks of wordpress-admin-users are NOT tracked. On the other hand, views&clicks of logged in subscribers should be tracked.

    Best: only views&clicks of unauthorized-visitors AND loggedin-subscribers should be tracked.

    Having a separate column vor views and clicks in the list of banners would be useful and beeing able to sort these columns too.

    Best, Roland

    • This reply was modified 6 years, 10 months ago by dumboxp. Reason: added feature requerst regarding the banner statistics
    Thread Starter dumboxp

    (@dumboxp)

    Hi Greg,

    I cleared the “Image Editor Capability” setting of the gallery panel and now new users can edit the images in the 2nd “preview” step of a new ad – thanks!

    Also thanks for the tip to install the plugin “Fix Image Rotation” from Gagan Deep Singh – it seems that it correctly sets the image rotation when saved/changed on a smartphone. ??

    (In times of “mobile first” it is strange that wordpress does not support this in its core)

    Thanks so much!

    Dear KZeni,

    I searched for the same function to mark adverts as “sold” and did the following workaround:

    1. First I manually removed the contact information from the “sold”-adverts and added “SOLD” in red letters to the description text, so that sellers cannot be contacted any more.

    2. Then I added the following CSS-code to WordPress > Customize > Custom CSS to display a rotated “SOLD” stamp on the thumbnail images (in the grid list)

    You have to add the element-ids with the advert-id of all sold adverts to the css code! You find the required post-ids from the links in the adverts list in Classifieds > All Classifieds:

    
    /* mark adverts as sold */
    .advert-id-110 .advert-img:after, 
    .advert-id-108 .advert-img:after,
    .advert-id-109 .advert-img:after,
    .advert-id-24 .advert-img:after,
    .advert-id-11 .advert-img:after {
    	content: "SOLD";
    	display: block;
    	position:absolute;
            font-family: "Times New Roman", Georgia, Serif;
    	top: 90px;
    	right: 2px;
    	width: 85px;
    	text-align: center;
    	padding: 4px;
    	border: 2px solid #bf111b;
    	transform: rotate(-30deg);
    	color: #bf111b;
    	font-weight: bold;
    	border-radius: 5px;
    	text-shadow: -1px -1px 1px #b00, 1px 1px 1px #faa;
    	box-shadow:  -1px -1px 2px #b00, 1px 1px 2px #f88;
            user-select: none;
    	opacity: 0.8;
    }
    
    • This reply was modified 6 years, 10 months ago by dumboxp.

    Thanks, I am also already waiting for the next update ??

    Dear Greg,

    I would also appreciate the possibility to always create a new account permanently when adding a new ad.

    When using your suggested option by setting requires="read", the additional step of a separate registration will cost a lot of users!

    It would be great to have an option to always create a new account for new ads.

    Thanks, Roland

    I have the same problem with the combination of WordPress 3.9 and Soundcloud is Gold Pugin 2.2.1. When Soundcloud Plugin is deactivated, the Visual Editor of WP works again.

    The JavaScript Console shows the following error:

    TypeError: tinymce.dom.Event.add is not a function

    in soundcloud-is-gold_editor.js line 124:

    tinymce.dom.Event.add(soundcloudIGold_editButton, 'mousedown', function(e) {
      var ed = tinyMCE.activeEditor;
      ed.windowManager.bookmark = ed.selection.getBookmark('simple');
      ed.execCommand("soundcloud_Is_Gold");
    });

    It seems that the new version of TinyMCE 4.x used in WP 3.9 does not support tinymce.dom.Event.add of Soundcloud is Gold Plugin any more. (see https://www.tinymce.com/wiki.php/api4:namespace.tinymce.dom)

Viewing 8 replies - 31 through 38 (of 38 total)