Forum Replies Created
-
AuthorPosts
-
January 17, 2015 at 4:38 am in reply to: Insert fullwidth content element to page (content timeline) #381183
Hi!
1.+2.) Versuche die Breite anzupassen mit diesem Code im Quick CSS field:
#top #main .avia-section .template-page { left: -94px; width: 114%; }
eventuell musst du die Zahlen noch ein wenig anpassen.
3.) Verwende diesen Code:
.timeline .item .post_date { width: 56px; height: 56px; }
Gruß,
AndyHey!
I can’t login to your site anymore. Please check the login details.
2. I think I am not sure if I get what you mean. The post title will anyway be shown firstly, then you can add your image into the post and after the image just add your text. You can choose yourself what comes first and second by putting the items in the order you want them to appear.
3. I need access to your website.
Which browser are you using?4. If it does not work for you, then you can just add your image into your post and edit it, then select “custom URL” and link the image to our post.
Another solution could be to add this to your functions.php:add_filter( 'post_thumbnail_html', 'my_post_image_html', 10, 3 ); function my_post_image_html( $html, $post_id, $post_image_id ) { $html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . $html . '</a>'; return $html; }
Cheers!
Andy- This reply was modified 9 years, 10 months ago by Andy.
January 16, 2015 at 9:01 pm in reply to: Blog Feature Images Not Showing on Cell Phones & Tablets. #381072Hey voice903fm!
did you already try to deactivate all plugins to see if one is causing the issue?
Cheers!
AndyHey!
for thousands of people Enfold 3.0.4 is working just perfect with WordPress 4.1. Though if anything is not working well for a few ones, then there could be lots of different other reasons.
Best regards,
AndyHi!
in deiner Warenkorb Seite kann ich den Slider sehen!
Der Avia Layout Builder funktioniert leider nicht bei Artikeln. Das bedeutet, dass du hier den Layer Slider nicht mittel dem Avia Layout Builder aktivieren kannst. Das einzige was mir einfällt wäre, dass du den Layer Slider als separates Plugin nutzt (kaufst) und so in der Lage sein wirst die Slides mittels Shortcodes auch für Artikelseiten einzufügen.Du kannst Kriesi dazu animieren das Shortcodes auch beim integrierten Layerslider in Zukunft funktionieren werden: kriesi.at/support/enfold-feature-requests/
Gruß,
AndyHi!
1. Try this code in Quick CSS field:
header.entry-content-header { text-align: center; }
If there is a conflict you can try this one instead:
.entry-content-wrapper .post-title { text-align: center; } .post-meta-infos { text-align: center; }
2. You can change the blog layout in Enfold->Blog layout
3. Pictures are resizing fine for me. Could you show the issue on a screenshot please? you can use imgur.com
4. You can use this plugin: https://wordpress.org/plugins/featured-link-image/
Best regards,
Andy- This reply was modified 9 years, 10 months ago by Andy.
Hi!
I can’t see the pictures of the people you were showing on your screenshots. Did you remove it from the slider? The picture sizes seem fine to me. Could you fix it?
Cheers!
AndyHi!
I thought you could solve the problem already. I have difficulties to understand you.
Please highlight on a screenshot or show us a mockup of the changes you want to achieve.Enfold 3.0.4 is totally compatible with WordPress 4.1, that is why no extra update was made.
Regards,
AndyJanuary 16, 2015 at 4:12 am in reply to: Accordion Slider won't go fullwidth when I add a fullscreen slider. #380587Hi SeizeTheBeat!
glad it works now. Let us know if you still need help.
Cheers!
AndyHi!
remove this code you posted above and replace it with:
@media only screen and (min-width: 1340px) { #top .page-id-1652 .av-subnav-menu > li > a { padding: 0px 40px 00px 40px; }} #top .page-id-1652 .av-submenu-container { height: 108px; }
However I can’t see any gaps on your page http://justcom-hamburg.de/reparaturen/iphone-reparatur/
Regards,
AndyHey!
1. Try with this code:
a.avia-slideshow-button.avia-button.avia-color-red.avia-multi-slideshow-button { background-color: #3d71a1 !important; }
2. You can control the shadow’s color with this code:
.avia-button.avia-color-red, .avia-button.avia-color-red:hover { border-color: white; }
if you want to remove any color use border-color: transparent
Cheers!
AndyHey!
I can see the issue. I think I will report it to Kriesi, but before I do it could you make sure to deactivate all plugins, to see if one is maybe causing the issue? just to make sure.
Cheers!
AndyHey!
kannst du uns bitte einen Link mit dem Problem zeigen?
Versuche bitte alle Plugins zu deaktivieren, um zu schauen, ob eins einen Konflikt auslöst. Hast du WordPress und das Theme auf die neueste Version geupdatet?Gruß!
AndyHi!
please refer to this post: https://kriesi.at/support/topic/add-image-to-header-in-upper-right-near-social-icons/#post-310712
Regards,
AndyHey denis-lvov!
I think you would get best results using a plugin like this:
http://codecanyon.net/item/online-product-documentation-wordpress-plugin/5653664
https://wordpress.org/plugins/wp-help/Regards,
AndyHey vadi4ek!
I am sorry, but we can’t give support for any 3rd party plugin. However I am not sure what you mean, so please show us what you want to achieve on a screenshot/mockup and include a link to your website.
Regards,
AndyHey LoyaltySolar!
did you already try to deactivate all other plugins?
Best regards,
AndyHi MattiaParla!
You can find the autoresponder subject on includes > contact-form.php. Or use this plugin: https://wordpress.org/plugins/contact-form-7/
Best regards,
AndyHi brutoblo!
I am pretty sure it’s page.php, but you can try single.php or loop-index.php as well.
Regards,
AndyHi!
as I am german I personally use all-inkl.com, which has great support.
Regards,
AndyHey!
well, I am currently located in Peru and Ismael is located in Philippines, so I don’t think it’s any IP problem.
Regards,
AndyHey!
glad it’s working now. Let us know if you have any more questions.
Best regards,
AndyHey!
use this code in your Quick CSS field:
.av_font_icon { display: inline-block; padding-left: 110px; margin-top: 20px; margin-bottom: 15px; }
and adjust as needed.
Best regards,
AndyHey!
please refer to this answer: https://kriesi.at/support/topic/full-screen-slider-responsive/#post-204882
As Devin says in this post the fullscreen slider is made like this. It could crop your images to be able to show them fullscreen.Have also a look into this post: https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/#post-169700
Cheers!
Andy- This reply was modified 9 years, 10 months ago by Andy.
Hi!
do you mean this website: http://kriesi.at/themes/enfold-business-flat/ ? I can’t see any “delay” effect for any special heading. Like Ismael already said please always provide us screenshots. You can use imgur.com to host them.
Regards,
AndyHi!
Glad it worked out for you. Let us know if you have any more questions.
Feel free to make a feature request if you wish support for mobile firefox in the future: kriesi.at/support/enfold-feature-requests/Regards,
AndyHi!
let us know when your website is working again.
Best regards,
AndyHi!
you can use this code so the footer won’t move anymore:
#top .avia-slider-testimonials.avia-testimonial-wrapper { position: absolute; }
and then you might need to have more space between testimonial and footer, which you can increase by using this code:
#footer { margin-top: 30px; }
Regards,
AndyHi!
I can’t see the issue on the website you have posted. Please highlight it on a screenshot using imgur.com. Also clear your browser cache.
Regards,
Andy -
AuthorPosts