Tagged: Parent page, text widget, thumbnail
-
AuthorPosts
-
April 20, 2014 at 9:36 pm #253617
Hi,
Could you please help me with the next three things:
1) I would like to block some pages (parent and subpages) in the header menu but I don’t know where to change the code or add it to quick css.
2) I found a thread where it is described how to edit the gallery thumbnail height but I can’t do the same with width. I want to set thumbnails to 60x60px as well as to block hover and fade over them.
3) How to center a title of the text widget? I’m using <p style=”text-align: center;”>text here</p> for center alignment of text but can’t do the same with title.Thank you in advance.
April 21, 2014 at 12:42 am #253639Anyone,please?
April 21, 2014 at 11:29 am #253716I found this thread https://kriesi.at/support/topic/enfold-gallery-thumbnail-sizes-and-proportions/ for editing height of a thumbnail, but how to set its width?
April 21, 2014 at 5:22 pm #253937Please guys..
April 22, 2014 at 2:10 pm #254322Any idea? Sorry for bothering, but it’s really important.
April 22, 2014 at 6:44 pm #254526Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-#menu-item-2829 { pointer-events: none; }
You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
2-Can you post the link to your website so we can take a look?
3-.widgettitle { text-align: center; }
Cheers!
YigitApril 26, 2014 at 12:33 pm #256554Hi Yigit,
thank you for your response.
1) When I enter the code you gave me, I can’t see the rest of my dropdown menu. To be more precise, I want to unlink a Parent page and some other pages in my Dropdown Menu so that they appear, but I don’t want them to be clickable.
2) As I still work on my localhost, unfortunately I don’t have a link to my site. In few words, when I enter .avia_transform .avia-gallery-thumb img { height: 125px; } , my thumbs become 125px high but I can’t set their width which goes too wide.
Thank you in advance!
Cheers!
April 26, 2014 at 12:50 pm #256561Hi!
1- Please go to Appearance > Menus and add your menu item as a new link with # for URL so it will not be clickable http://i.imgur.com/9I3QF9j.jpg
2- Can you post a screenshot and show the issue you are having?
Regards,
YigitApril 27, 2014 at 3:09 pm #256796Hi Yigit!
Thank you for the Menu, works great!!!!
Below is a screenshot of my thumbnail issue. I want to make small thumbails which represent some brands.
http://imgur.com/eQ0gA10And, just one more thing. Is it possible to make thumbnails as in the link: http://imgur.com/QT6LoxR ?
I would like them to appear black&white and when you pass across them to make them colorized?Thank you once again!!
Cheers!
April 28, 2014 at 8:37 am #256929Hey!
Thank you for the update.
You can use this to set the width of the gallery thumbnails:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 125px !important; }
The default width is 20%, also, depend on the number of columns that you set on the gallery options. Note that specifying the width using pixels might break the layout on smaller screens.
Use this to convert the thumbnails to grayscale:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a img { filter: url(filters.svg#grayscale); filter: gray; -webkit-filter: grayscale(1); } #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a:hover img { filter: none; -webkit-filter: grayscale(0); }
Best regards,
IsmaelMay 18, 2014 at 3:13 pm #266309Hi guys!
Thank you for your answer and sorry for the delay in my response, I didn’t have time to work on my page.
You are really amazing! You solved all my problems and I have only one more, I hope.
Is there a code for centering a gallery in my layout element? I’ve put eight thumbnails in my gallery and they are left aligned. I want them to be center aligned.
I’m sending you a pic of the issue so you could visualize it easier: http://i58.tinypic.com/2jbr4af.jpg.
Hope to hear from you soon and thanks once again!!
Best regards
May 19, 2014 at 1:42 pm #266790Hey!
It looks like you are using the element to display partner logos. You can simply use Partner/Logo element in Avia Layout Builder
Regards,
YigitMay 20, 2014 at 8:34 am #267158Hi Yigit!
Thank you for your quick response!
I know that there is a Partner/Logo element but I want to make it as a gallery so I could hyperlink logos to their pages.
Is that possible?
Kind regards,
May 22, 2014 at 8:24 am #268478Hi!
By default the gallery images can’t link to external websites. However you can use a third party plugin to apply custom links to gallery images. If you want to use it with Enfold follow the instructions here: https://kriesi.at/support/topic/adding-links-to-a-gallery/#post-224832
Regards,
PeterJune 2, 2014 at 9:19 pm #273498Hi guys!
Your answer worked, Peter, thank you!
As my page is finished on local host, I would gladly know if is there a way in which I could easily put it on server?
Thank you in advance!
Best regards!
June 3, 2014 at 2:03 am #273660Hey!
Glad we could help.
In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Cheers!
IsmaelJune 3, 2014 at 9:33 am #273792Hi Ismael!
Thank you for your quick response.
I took a look at your tutorials and everything looks fine except the media.
How could I import it from development to production?
Thank you in advance.
Best regards!
June 3, 2014 at 12:29 pm #273835Hey!
You should import sql file to phpMyadmin. Please see this video tutorial – http://www.youtube.com/watch?v=CrpOAtDlQxk#t=372
Regards,
YigitJune 3, 2014 at 1:37 pm #273868Hi Yigit!
Thank you for your prompt reply.
That tutorial shows how to migrate the theme but not the media such as pictures, slider etc.
Any idea about that?
Thanks!
June 3, 2014 at 4:18 pm #273961Hi!
They are saved on your database so when you import sql file they should be added as well
Best regards,
YigitJune 4, 2014 at 12:36 am #274330Hi Yigit!
Unfortunately, the plugin doesn’t migrate the files.
Here is a FAQ from their site:
Does the plugin migrate files as well?
No, it only operates on the database.Any idea how I could move the media?
Thank you!
June 5, 2014 at 1:06 am #274874Please guys, any idea?
Do I just have to copy-paste the uploads folder on ftp server after using WP MigrateDB or WP MigrateDB PRO?
Thank you in advance.
Cheers!
June 5, 2014 at 5:12 am #274936Hey!
Thank you for the update.
Yes, just copy and paste the uploads folder from the dev site to the production site. :)
Cheers!
IsmaelJune 9, 2014 at 10:16 am #276371Hi guys!
I’ve managed to transfer all the files thanks to the tutorial that you mentioned.
I have one question.
My gallery appears in Chrome and IE but doesn’t appear in Firefox. Any idea?
My site is and the gallery I’m talking about is below the large blackboard on the homepage.
Thank you in advance!
June 10, 2014 at 5:52 am #276849Hey!
Glad it worked.
I may not be reviewing the the thread well but I don’t see any hint of the website url even on the screenshots. Mind posting the website url here so that we can inspect the gallery on Firefox? On what OS are you testing this and what version of Firefox?
Cheers!
IsmaelJune 10, 2014 at 9:07 am #276906Hi Ismael,
I thought I have written the page but anyway, here’s the address: http://www.pohit.hr .
I’m working on Windows 8, and my Mozilla is version 29.0.1.
Also, is it possible to make an outer glow effect over menu items in header when using transparency?
Or maybe to set different menu font colors on different slides when using transparent header?
I’m planning to use avia layerslider and as some slides are dark and others are light, I would gladly set header colors different according to that.
Thank you in advance!
June 11, 2014 at 10:13 am #277453Hi guys,
sorry to bother you once again but since my site is active, I would really appreciate your soon reply.
Thank you in advance.
Best regards!
June 13, 2014 at 12:10 am #278385Hi guys!
Any idea on resolving my issue?
Also, is it possible to reduce portfolio preview to 495px*400px?
Thank you in advance.
Cheers!
June 16, 2014 at 8:02 am #279276Hi!
1) This custom css code breaks the gallery for Firefox users – please remove it:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a img { filter: url("filters.svg#grayscale"); }
2) Yes, you can use this generator: http://css3gen.com/text-shadow/ to create the css code and then use:
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a{ text-shadow: 4px 4px 2px rgba(150, 150, 150, 1); }
to change the styling of the transparent menu items. Different colors per slide are not possible.
Best regards,
PeterJune 26, 2014 at 8:37 am #283947Hi guys!
I didn’t find a problem which you couldn’t solve yet, thank you!
Just one thing, I can’t get my contact form working.
I have tried different e-mail adresses and I didn’t get any message there.
Any idea?
Thank you in advance.
-
AuthorPosts
- You must be logged in to reply to this topic.