Digital experiences for all disciplines
Forum Replies Created
-
-
you truly rock, guys! thanks for the A1 support!!!
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
nice one, grok 🙂
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
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.
August 27, 2013 at 7:39 am in reply to: Full page width now offset (pushing off screen) – URGENT! #18285Same 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
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
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!
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
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
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)
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
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
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
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
-