Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter astandera

    (@astandera)

    SOLVED, hardcored πŸ™‚ If you are interested, how to. I changed my theme a bit instead of changing the plugin, but easily, to get the plugin post to the right position in template, which was nonwidget area.

    1. Enabled PHP functionality to work from a plain Text/HTML widget, the guide is here and easy, no plugin reuired:
    http://www.emanueleferonato.com/2011/04/11/executing-php-inside-a-wordpress-widget-without-any-plugin/

    2. Cut PHP code of my Sidebar Menu hardcoded by the autor in nonwidget area πŸ™ from the menu-secondary.php file in template folder and this code I Pasted into normal Text/Html widget (with the PHP code enabled in the point 1.).

    3. This TXT/HTML widget was dragged in the right order in Widgets.

    4. I was playing with plugin setup and my own CCS rules to format it.

    So that, i can have Posts in sidebar under my webcam here, top left blue rectangle with an icon. Icon is small pic 25 px of width enabled in plugin as Show Thubnails.

    http://www.skidestne.cz/

    Thanks to the author and community for keeping plugin alive it’s very useful.

    Alois

    Thread Starter astandera

    (@astandera)

    IMPORTANT EDIT:
    After some testing it seems, that – the built-in EM Search form – it’s Search field – searches ONLY in the text content of events. It ignores, which category it is in (its name), also Time/Date numbers. But searches at the same plase generated name of the Location πŸ™‚

    If you search the word “Name one of your categories” or “29” (nr. of day), it ignors that although the Event’s detail page has “Name one of your category” and “29.11.2013” in the content.

    But if you search word “Studio”, which is the Location generated beside the Time/Date and Category name, it will find it πŸ™‚ Strange.

    That may be caused that it search through only that part of text, which is written by the author and not in dynamicly generated information: Time, Category, Place at the very begining of the page.

    Example category: Color
    A Test event in category Color – with a word “color” in the content = Yes, it will be in the search results list.

    An event Test in category Color – without a word Color in the content
    = No, it will be not in the Search results.

    But both have assigned category Color and 29.11.2013 in the Event’s detail page.

    Is it a bug? Maybe. Be aware of it not to miss an event with users searching without Detailed serching option shown, where it is possible to search through categories – and it works ok.

    Regards
    Alois

    Thread Starter astandera

    (@astandera)

    Dear … support πŸ™‚
    You puzzled it out! After some testing – Yes. Adding = copying whole text of properly searched events /from Color.ID event/ helped my problematic event to be in the search result. Great!
    BUT
    Then I tried to shorten the text – just as a test for you/me – what will happen. After I deleted all added images from the added dummy text(the text content was the same, only images went out), that event come to be hidden again from the search result (now it is). Try (event link with only added text, no more added images): http://www.studiowella.cz/test/?event=wella-basic
    AND
    Try to search category name as a word Barva in EM search field.

    The problem, I guess is somewhere … in the air. Too short text is ignored by EM search form despite the event is properly created and has given a proper category and tag and should be in the search result.

    Puzzling, but you helped me. I must correct this in the amount of words/content of event. It is a bug at the moment.

    In spite of this, thank you and all the community as well as for the plugin. Really.

    Alois

    Dear Paul,
    I have an interesting folloving trouble with your nice plugin.
    Last version instaled (plugin and WP 3.6.1), backup folder path 0:/www/wp-content/backupwordpress-fc5f598722-backups/ (CHMODE 755).
    Site: http://www.hasicidestne.onet.cz/, login

    WP Menu > Tools > Backups set to ONLY DATABASE and the list properly shows them = plugin works ok.
    BUT
    in the backup folder there are also complete backups (huge!) (all backup files in .zip CHMODE 644) = list in menu does not show them and does not respect DATABASE ONLY option chosen.
    + VERY BAD
    it is not possible to delete them even via FTP (other wp folders/files it is, only this is … blocked.
    +
    it is not possible (only here) to change the CHMODE.

    This was so bad also with previous WP version 3.5.x I upgraded today, so WP is out of game, probably.

    Many thanks for an advice in advance

    Alois
    Czech Republic

    Thread Starter astandera

    (@astandera)

    Oh, I forgot the (temporar) link: http://www.studiowella.cz/test/?page_id=228
    PS: In some time that will be on main domain: http://www.studiowella.cz

    Tested in: IE7 (not transparent title, I do not care), FF, Chrome, Opera.

    Good luck

    Alois

    Thread Starter astandera

    (@astandera)

    Dear John,
    my hat goes down. It works great. With using WP thumbnails (simplier) gallery looks better.

    For those, who find the way how to format css with titles over thumbnails to avoid grid not to be disaligned from rows because of l o n g titles, there is a CSS code. Take it as is, made by me, amateur πŸ™‚

    Before taking an affect, put in your Gallery (Portfolio) static page the code [portfolio thumb="thumbnail"] and Publish it. Then put this CSS code below either to theme’s or plugin’s CSS file:

    .arconix-portfolio-grid li {position:relative; max-width: 220px; float: left;}/* format pluginu galerie Acronix Portfolio */
    .arconix-portfolio-grid .arconix-portfolio-title {
    position: absolute; bottom: 2px; left: 4px; padding: 0.2em; max-width: 146px; max-height: 3em; overflow: hidden;
    line-height: 0.8em !important; font-size: 80%; text-align: left; word-wrap: break-word; word-break: break-all; color: white;
    background: white;
    	background: rgb(0, 0, 0);
    	/* RGBa with 0.6 opacity */
    	background: rgba(0, 0, 0, 0.6);
    	/* For IE 5.5 - 7*/
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    	/* For IE 8*/
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
      }
    .arconix-portfolio-grid .arconix-portfolio-title code {padding: 0;}

    Background property is only to make the Title box transparent, remove it, if you decide.

    Thank all the community and especially to John and his helpfulness and I hope this make you as happy as me.
    Yep πŸ™‚
    Alois

    Thread Starter astandera

    (@astandera)

    Whether you are a boy or a girl, you are g o l d e n! You were (of courese) right. It works πŸ™‚
    Thank you, really.
    Alois

    Thread Starter astandera

    (@astandera)

    Hi,
    thank you for the toilsome, but working help πŸ˜‰ It works.
    Is the content (text, images) kept from the Reccuring events list after detaching? It means changing one will influence all detached events?

    If not, it seems it is also possible to make a plain (not recurring) event, then Duplicate it, change the date and so on = copy/change/publish.

    It might be more user friendly to add a button: Add date … maybe … in future editions.

    Otherwise the plugin looks great.

    Thank you

    Alois

Viewing 8 replies - 16 through 23 (of 23 total)