Forum Replies Created
-
AuthorPosts
-
Thanks Ismael :)
I noticed in the js > prettyphoto folder there are 5 different themes for prettyphoto. Is it also possible to activate any of these themes?Actually: I’ve done a bit more research on this. PrettyPhoto (which you are using in Enfold) comes with Facebook, Twitter and Google+ share buttons since version 3.1.1:
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/Is there a way of activating them in Enfold??
February 27, 2014 at 9:19 pm in reply to: Transparent padding between submenu items so that background shows through #230265Thanks Ismael! This really helped a lot and indeed got me started!
(I had tried the .main_menu ul style before, but had missed to put .header_color in front of it).I think I can manage the rest myself. Thanks again!!
February 23, 2014 at 11:16 pm in reply to: Large centered logo (300px square) above centered navigation (on all devices) #228241Cool – thanks for your confirmation (I thought I was doing something wrong because margin didn’t work). Will calculate manually ;)
February 23, 2014 at 1:22 pm in reply to: Transparent padding between submenu items so that background shows through #228116This reply has been marked as private.February 23, 2014 at 12:44 pm in reply to: Icon content elements not inline with rest of page grid #228114yes, each icon element is inside its own 1/3 layout. I know about the media queries css, but even in the “standard” width, the icons don’t fit the grid (see 1st screenshot link in my previous post).
Is this maybe a fault/bug in the theme’s css? (Looks like it’s got something to do with margin/padding).
Cool – works great, thanks Yigit!
:)February 21, 2014 at 6:11 pm in reply to: Yoast SEO Plugin makes some pages go missing… incompatibility? #227595Very strange: I’ve tried editing a page again _before_ adding your code snippet, and today it worked.
(I did try a few times last time, and because my site is on a shared server, I made sure I definitely give my site enough time to bring up the Avia Builder).
Anyway – I’ll keep your code snippet handy in case I run into problems again.Thanks for your awesome support!
This reply has been marked as private.February 21, 2014 at 6:03 pm in reply to: WooCommerce Product Grid with tags instead if categories? #227585Hi Josue,
Thanks very much for pointing me into the right direction! Before you read the rest of my reply, I’d like to say that
1) I am not a programmer
2) I have _A LOT_ of respect for programmers, and I know that good programming takes a lot of skills!
3) in the past I’ve sometimes (not always) managed to find ways of doing things by a little “trial and error” programming. That’s why I thought I would give it a try to modify some of the php files, although I really don’t have much of a clue ;)My modifications didn’t work, but I think I _nearly_ got there… Maybe someone from the Kriesi team can help out? I’m pretty sure I’m not the only one who has a need for a product slider (and product grid) which displays tags instead of categories…
Anyway. Here’s what I have done
1) I’ve duplicated productslider.php and named it productslider_tags.php
2) in productslider_tags.php, I’ve searched & replaced all instances of “av_productslider” and renamed it to “av_productslider_tags” (Code lines 10, 15, 17, 25, 30)
3) replaced all instances of “product_cat” with “product_tag” (which according to WooCommerce Codex is for the “tags” taxonomy)The result:
There is now a “Productslider Tags” shortcut in the Avia Visual Editor, and when I drag it into my layout, I can choose a tag instead of a category from the list. Great!
But on the front end, it says “No products found which match your selection.”It’d be great if you could help with this – or maybe even better: add it to a future update :)
Thanks a lot for your support!
February 21, 2014 at 5:09 pm in reply to: Large centered logo (300px square) above centered navigation (on all devices) #227567Thanks, Yigit. It works – but not for all screen widths unfortunately. Is there some kind of “margin: 0 auto;” solution (like it works for the logo) – or do I need to really manually calculate the percentage for each @media style?
February 19, 2014 at 2:31 pm in reply to: Yoast SEO Plugin makes some pages go missing… incompatibility? #226181I’ve noticed another problem:
When I want to edit my ‘home’ page (which features a layerslider), I can’t see the Avia builder. As soon as I disable the Yoast SEO plugin, the avia builder works fine.February 19, 2014 at 2:10 pm in reply to: Large centered logo (300px square) above centered navigation (on all devices) #226172Thanks, Ismael!
Any idea for centering the navigation as well? (Type “Header with social icons and bottom navigation”)It’s a fixed with navigation: 4 menu items at 150px width each. I tried this but it didn’t work:
.main_menu { width: 100%!important; } .avia-menu { width: 600px; margin: 0 auto!important; }
February 19, 2014 at 5:35 am in reply to: Large centered logo (300px square) above centered navigation (on all devices) #225946Forgot to say: The header type “Header with social icons and bottom navigation” would also be an option…. as long as I get the logo & nav centered.
To get the logo centered I tried
strong.logo { width: 300px; margin: 0 auto !important; }
… no luck :( Same for the .avia-menu div (all menu items should be fixed width, which shoud make it even easier :(
.avia-menu { width: 600px !important; margin: 0 auto !important; background-color:#b0e0e6; } .avia-menu li { width: 140px !important; padding: 10px !important; }
again – not working :(
February 19, 2014 at 12:05 am in reply to: Large centered logo (300px square) above centered navigation (on all devices) #225821I’ve just tried the following code, and it does center everything, including mobile sizes. (I went to a slightly smaller 290×290 px logo)
#header_main .container { height: 290px !important; width: 290px !important; } .logo img, .logo a { max-width: 100%!important; }
The only problem: It also narrows the navigation to a maximum width of 290px. So I tried the following:
#header_main { height: 290px; } #header_main .container .logo { height: 290px !important; width: 290px !important; } #header_main .container .main_menu { width: 400px !important; line-height: 400px !important; }
but this moves the logo back over to the left, and the navigation to the right :(
I think I’m close to solving the problem, but need some help here.In case it matters, or makes things easier: I’d like to have 4 menu items at a fixed with of 140px each….
February 18, 2014 at 8:45 pm in reply to: Large centered logo (300px square) above centered navigation (on all devices) #225729That’s really bad news :(
Do you have a rough time-schedule for the next release? Will it be available before the end of March?I’ve found this site here in the Enfold showcase thread – it has the logo nicely centered. Unfortunately the custom.css is empty, though :(
February 18, 2014 at 6:43 pm in reply to: Large centered logo (300px square) above centered navigation (on all devices) #225654This reply has been marked as private.February 18, 2014 at 3:47 am in reply to: Large centered logo (300px square) above centered navigation (on all devices) #225305Hi Yigit,
I haven’t put the site online yet – at the moment I’m just trying things out using a local dev environment. (I haven’t purchased the 2nd license yet anyway)
As I said: the logo is 300×300 pixels, and all navs & logo should be centered for all screen widths, with the fixed-size-logo in between the top and bottom nav.
Do you think that’d be possible to achieve?February 6, 2014 at 7:30 pm in reply to: Remove part of the features to increase site speed? #220625One a similar note / in order to increase performance & page ranking:
I’ve just run a few tests via webpagetest.orgIn all the tests, this file here had a long server wait time of nearly 1 second:
wp-admin/admin-ajax.phpIn day-to-day theme admin, this doesn’t matter much to me. But: Doesn’t this affect search engine page ranking? And why is it that website speed tests can even access that file? I thought it’s only for backend admin, and not for page users….
February 6, 2014 at 6:51 pm in reply to: Remove part of the features to increase site speed? #220598D’oh…. true – I forgot about the fact that WordPress started out as a blogging platform :(
How about WordPress Plugins? I know they slow a site down. But if I don’t want to use a plugin anymore (or if I’m not sure about it….): is it good enough to disable it? Or is it better to uninstall?
January 23, 2014 at 6:05 pm in reply to: Yoast SEO Plugin makes some pages go missing… incompatibility? #214002Hi,
Thanks for your answer. I tried increasing the memory limit (also spoke to my host about this). The problem still persists. I have posted on the Yoast forums – in case you’re interested, the thread is here:
https://github.com/Yoast/wordpress-seo/issues/599Thanks a lot!
Thanks Yigit,
(Sorry for the late thank you :)
I actually found a free SEO tool (WordPress SEO) which does exactly what I need ;)Thanks for your help Ismael!
I found it was actually my mistake: a few lines in my .htaccess file were wrong :(
Lesson learnt ;)Thanks very much, Peter!
Vielen Dank! Dann schau ich mir die mal etwas genauer an :)
Thanks, Yiligit!
Works great. For other people reading this: I kept the code from my initial question and then added Yigit’s code. This makes the column with the thumbnail images look a bit nicer, and the thumbnails are centered in the column.
Hi Peter,
Ich zerbrech mir nun schon seit 1-2 Tagen den Kopf darüber, wie ich die Produkt-Beschreibung doch irgendwie über die komplette Breite laufen lassen könnte.
Irgendwie muss das gehen, denn sogar bei den Standard WordPress-Themes (Twenty-Twelve, Twenty-Thirteen) ist das Layout so, daß oben das Bild & die Produkt-Variation, und darunter – über die komplette Breite – die Produkt-Beschreibung stehen.Ich habe bereits mal bei den Leuten von Werkpress.com nachgefragt. Deren Angebot war wirklich jenseits von gut und böse… Zumal es, wie gesagt, bei den standard-Templates ja geht.
Ich bin zwar kein Programmierer, aber solang ich weiß, wo ich schauen muß, könnte ich mir den php Code irgendwie “zusammenbiegen” denke ich mal…
Hättet Ihr vielleicht einen groben Tip, wo ich nachschauen sollte? Im PHP von WooCommerce, oder im PHP vom Template?Vielen Dank schon mal im Voraus!!
- This reply was modified 11 years ago by BelIblis.
This reply has been marked as private.Works great – thank you very much!
Is it possible to also make it impossible to “click” the image, so the lightbox doesn’t open.Site is still under development, here’s a preview of a product page with the Magic Zoom plugin enabled:
http://www.bjornholland.com/product/badland-hoodoos/ -
AuthorPosts