Forum Replies Created
-
AuthorPosts
-
thanks Rikard and by the way – there is a new google font look and feel:
try first if you got an email if on wordpress login you requested a new password.
If this does not work – the contact form 7 will not work too!
In my case above the customer got an own xampp Server at home and e-mail sending via php was not possible – so smtp sending helped me to get out that thing.hard to say without the livecontent. I did not found the site with that form element allthough it is easy to get your site via google. – your logo is evident
i know it with 3 values and a color
.your-custom-class * { text-shadow: 2px 3px 4px #000000; }
the first is the x-shift the second the y-shift the third is blur-value and the color is evident
-
This reply was modified 9 years ago by
Guenni007.
990 px is a bit to small. It looks bad on ipad so i decided to set the gate at 1024px
Thanks ismaelJune 8, 2016 at 5:47 pm in reply to: Hide columns and cells on mobile devices will not work with WP Rocket #644973i suppose that this is a problem by minifying a media querry advice.
something like this here:
@media only screen and (max-width: 1024px) {.responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet { display: none !important; } }
some minifying tools lost some important brackets here etc.
by the way – how do i set up the “hide on mobile devices” because on ipad these option has no effect even if i setup on header/mobile menu the option on 990px
i only could set up that option on quick css by:
@media only screen and (max-width: 1024px) {.responsive #top .av-hide-on-mobile, .responsive #top .av-hide-on-tablet { display: none !important; } }
yesterday i got a problem too on a customer installation.
I have never had problems with php email sending and enfold before but the server of my customer seems not to like email php sending.
so i decided to give a chance to wp-mail-smtp. but this does not give at first attempt a success.
I had to deinstall all my e-mail encryption plugins !
After that e-mail sending works ! BTW i found another encryption tool ( and this seems to be much better than the others) that works with that combination: email-encoder-bundle.by the way: if you want the icons to be black on hovering on top-navigation:
#top #wrap_all .social_bookmarks li:hover a { color: #000 !important; }
but this is not the original Enfold Created Button. Isn’t it?
how do you put in that background image ? via CSS ?
i think that there is no exact line from top to bottom in the half (see your arrow in the image) seems to be because you choose on one column (space between columns) and on the other not
And btw: you should place only once an id. You got two color sections with same id.
if you haven’t it allready activated you can put in your functions.php of your child-theme :
add_theme_support('avia_template_builder_custom_css');
than you can set a class for most of the alb elements.
You can set on css more than one class for different divs-
This reply was modified 9 years, 1 month ago by
Guenni007.
the space between those flex-columns is not set by a padding or margin – there is a “placeholder” div between – so try to play with width of that container:
#top .av-flex-placeholder { width: 1%; }
but i see you set those columns often in a different way like on cooperatie there are some – this comes from setting “equal hight”
some of them are not set to equal hight – than placeholder is missing
by the way you can set both min and max:
@media only screen and (min-width:769px) and (max-width: 1023px)
and with f.e. aspect-ratio you can set specified rules for retina display or not etc..
very nice feature on CSS.this is part of Media Querries
for example :
@media only screen and (max-width: 480px) { body { font-size: 14px; } }
this will work for screen only and underneath a width of 480px
you see on that link that you can set a lot of options – maybe you only want to set print font size :@media print { body { font-size: 14px; } }
but if you like to overwrite some rules on enfold you have to think about the class: “.responsive” which is added if you are beneath the width you set for mobile behaviour on enfold options dialog.
etc. pp.btw. it is often recomended that you set those rules to !important
-
This reply was modified 9 years, 1 month ago by
Guenni007.
can you show us an example page/post of what you mean? because here
http://kriesi.at/themes/enfold/2014/04/20/week-in-review-what-we-got-right-in-the-lifestyle-section/
i only see the single “P” for pinterest
maybe you see on demo-sitethe hover color of the buttons is set for each social link but you can overwrite it by f.e:
.av-share-link:hover a { background-color: #ddd !important; }
and on top you can overwrite specified instruction by:
.social_bookmarks li:hover a { background-color: #aaa !important; }
-
This reply was modified 9 years, 1 month ago by
Guenni007.
June 2, 2016 at 8:58 am in reply to: Is there a guide/documentation for the available shortcodes? #641909i do not know if this will work at all.
in avia-templatebuilder/avia-shortcodes folder there is the masonry.php and perhaps relevant for that too the helper-masonry.php
there you can see some more infomation about this shortcode.i’m not a good coder but maybe you see something could help you.
f.e. i see on helper-masonry that “ids” is set to false …yes vinay – this is a fast way !
.comment-entry.post-entry { display: none; }
btw. for what is that class “slide-meta-del” i can’t find it
i think the later setting of wordpress to get rid of commenting posts does not erase the former setting of an existing post with comments.
so i think that every new post is without these commenting option but older entries with existing comments do have this.First you can goto Dashboard an erase all existing comments. And for all those posts with the permission of commenting you can edit this by open the post and kill that marker at the bottom
if you do not see those markers – on top of the wordpress editor there is a hidden option window – open it an mark comments and discussions.
Then you see on bottom of the post these fields.i often use enfold in a combination of wp-supercache and bwp-minify to increase site-speed. On some hosters there are a few conflicts – but it can be fixed then.
June 1, 2016 at 2:44 pm in reply to: Body Background Color shows incorrectly when I open the website in the browser. #641525so activate the layout with background again.
Change the background color on body background again to your color: #ac7f54Then reactivate your normal layout.
May 31, 2016 at 9:00 pm in reply to: Body Background Color shows incorrectly when I open the website in the browser. #641077silly question on that post:
the color definition is #ac7f54 not # ac7f54 ?
no space between ?And Ismael – this is not the thing i’m requesting.
I want to close the infowindow of previous marker – if i click the next marker (on a map with multipel markers).
So only show one infoWindow at a time (this was the standard of map api v2thanks but the old behaviour of api v2 seems to be so complex to realise on maps api v3 that a lot of requests even in the google community doesn’t really help.
can be closed in a few days because i will give me a chance to manage it myself and make a message here.-
This reply was modified 9 years, 1 month ago by
Guenni007.
you see in the link above that i managed it in a different way. The thing is that i can’t understand where the square and limitation comes from.
i thought that it comes from here – because square is defined as the 180px square image ://avatar size filter $avatar_size = apply_filters('avf_testimonials_avatar_size', 'square', $src, $class);
from testimonial.php – but remove it has no effect on size limitation of 180px
can be closed – so i let me die stupid :wink
-
This reply was modified 9 years, 1 month ago by
Guenni007.
you see above that kurzen and reinhold are in non square dimensions allready.
but what do you think about my suggestion not to use the square option on testimonial images?
-
This reply was modified 9 years, 1 month ago by
Guenni007.
i did upload the images after i changed the testimonial.php and after setting up wordpress to not cropping the thumbnail size.
i will try your advice now.
-
This reply was modified 9 years, 1 month ago by
Guenni007.
oh wow – i do not expect this could be solved. Thanks again for that solution.
May 23, 2016 at 7:41 pm in reply to: Image "starting balloons" from demo – I want to use it for my website #637034if you like to find an image on the web you can use google image search:
this is the german site but i think every language has its own.
you only have to know the url of the seen and wanted image. Insert it and google tries to find the image or similar images.May 23, 2016 at 7:39 pm in reply to: Image "starting balloons" from demo – I want to use it for my website #637032on envato:
http://photodune.net/item/hot-air-balloon/689880?sso&_ga=1.259120586.1995908885.1464024464
-
This reply was modified 9 years, 1 month ago by
Guenni007.
hm nice to ask for help in this way ? … :lol:
btw. have you ever looked into the zip file you downloaded from envato?
or do you have a nulled version from elsewhere ? :winka hint: enfold/includes/admin/demo_files/
-
This reply was modified 9 years ago by
-
AuthorPosts