Forum Replies Created

Viewing 15 posts - 31 through 45 (of 64 total)
  • Posted in:
  • in reply to: Navi-Searchform broken with permalinks activated #19209
    thosch71
    Member
    Post count: 89

    you truly rock, guys! thanks for the A1 support!!!

    in reply to: Permalinks not working #19076
    thosch71
    Member
    Post count: 89

    Hi jaberize,

    I also had to alter the htaccess-file….

    this is what it should look like to make pretty permalinks work (at least that’s how it worked for me 😉 ):

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Hope this helps,

    thosch

    in reply to: Social follow me for authors #18790
    thosch71
    Member
    Post count: 89

    nice one, grok 🙂

    in reply to: Navi-Searchform broken with permalinks activated #18501
    thosch71
    Member
    Post count: 89

    Yes, I know this one is a bit weird… as it really works once. that’s why I looked at other flexform sites in the showcase thread.

    I disabled all but one plug-in and the bug still remained. i even disabled built-in plugins like revolution slider, contact form 7 etc. the only one i didnt disable was the yoast seo-plug-in, cause when switching off and on again, yoast tends to wreak havoc on page titles… the site is up and running in live mode, and we have already potential customers visiting our site, so i’d rather leave it like that, instead of botching it up.

    maybe someone comes up with a fix or an idea why this happens,

    thanks in any case, cosmin, for the quick answer and best greetings,

    thosch

    in reply to: Navi-Searchform broken with permalinks activated #18287
    thosch71
    Member
    Post count: 89

    OK… after switching to FF 1.5 (my fault… before complaining, i shouldve updated in the first place 🙂 ), the navbar searchform seems to work. But only once on the same page!

    If I click it and close without performing a search and then click it again, nothing happens. For me this is a rather minor problem, as most of the users probably won’t do that. Just to let you know. I also saw this happen on some sites in the show-your-site sticky thread, e.g.

    http://liverealtygroup.com/atlanta/neighborhoods/

    http://www.azuz.it/

    http://tripleheadvisuals.com/

    http://flypluz.com/

    thosch71
    Member
    Post count: 89

    Same here with embedded videos set to full page width. I have set the vids to 3/4 width, which is ok for me. Full width would be nicer, though.

    thosch

    in reply to: Navi-Searchform broken with permalinks activated #17900
    thosch71
    Member
    Post count: 89

    Hi Melanie,

    youre right… doesn’t work with default links either. Which means it doesnt work at all… :/

    Anyone else who has this problem? Somehow I feel like the incompatible-plug-in-banshee haunting poor me again 🙁

    Greetings,

    thosch

    in reply to: Flexform Showcase – Show us your site #17475
    thosch71
    Member
    Post count: 89

    Nice site, Azuz!!!

    My site: http://www.jjk.de

    Enterprise site for a company that offers software solutions and process-optimization-oriented consulting for the newspaper publishing industry. Also quite a lot of custom CSS in it 🙂
    I still have to eliminate some quirks actually, but web-dev is an organic process that never stops, innit? 😉

    Flexform rocks!

    in reply to: Portfolio – a couple of things #10657
    thosch71
    Member
    Post count: 89

    Hi guys,

    I have put in my portfolio page here an example of what you might want to have. Just scroll down to the bottom end of the red product icons. Works alright for me. You can also switch to video-lightbox in the thumbnail options, if you dont want to acess the detail-page.

    Mind, I have out-coded the red hover-thingy actually, cause it doesnt fit into my portfolio design.

    Greetings,

    thosch

    in reply to: Portfolio – a couple of things #10641
    thosch71
    Member
    Post count: 89

    Hi there,

    if you choose ‘image’ from the thumbnail options and upload a featured image, this image can have any aspect ratio. Hope this helps.

    Best greetings,

    thosch

    in reply to: Map not showing the right location #10341
    thosch71
    Member
    Post count: 89

    Same here. Updated theme to 1.4.3, threw away the old map, inserted a new one (with swift page builder), saved the page, cleared browser cache, reloaded page:
    Same as before…. only it now shows ‘The Aventine at Oakhurst North’ instead of ‘Chalet Sunset’ on a blue sea background.

    Tested on Firefox, IE (Windows) and Safari (Mac)

    http://wp.smartbomb.de/?page_id=29

    in reply to: Add Read More to Portfolio #10330
    thosch71
    Member
    Post count: 89

    Hi mw,

    for the read more-link, you can use the custom-excerpt-box.
    Just put an anchor-tag with
    href="?portfolio=your_portfolio_item_here"
    or the whole permalink of the item in the custom-excerpt box of your portfolio item.

    Can be seen in action
    here
    (Scroll down page till you see red icon with ‘JJK produktion’ underneath)
    Actually this link leads to a PDF (which is not present right now 😉 ), but you can insert any URL in the anchor tag.

    Best greetings,

    thosch

    PS: I have no solution for changing the header-link, but maybe the read more is sufficient enough

    in reply to: Solution for full-width-text arrow glitch in FF #10160
    thosch71
    Member
    Post count: 89

    Just an update for the CSS-Triangle-Border-Firefox-Bug:

    I found out, how to eradicate this little bugger for good:

    Basically the Mozilla render engine seems to have a problem with the ‘transparent’-value in the border-construct which generates the triangles. So I added


    .full-width-text:after {
    border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
    }

    in the Custom-CSS box and voilà… annoying grey border in Firefox is gone.

    Best greetings,

    thosch

    in reply to: Accordion: Icon before the tab name? #10157
    thosch71
    Member
    Post count: 89

    Cosmin!

    You made my day!

    Thanks a lot for pushing me in the right direction…. i already tried out sth. similar, but it didn’t work out!

    Top notch support, guys….

    Best greetings,

    thosch

    in reply to: Accordion: Icon before the tab name? #9962
    thosch71
    Member
    Post count: 89

    Hi Ben,
    you are right, if I want to have the same Icons in every other accordion section. If I have another accordion on another page with different icons, then this solution doesn’t work.

    Best greetings,

    thosch

Viewing 15 posts - 31 through 45 (of 64 total)