Forum Replies Created
-
AuthorPosts
-
Hi Trent!
try to activate a default WordPress theme and check again if the code is working for you. Let us know about your results.
Regards,
AndyHey!
was meinst du mit “liegen ICONS”?
Du kannst weitere Icons auf fontello.com finden (wie im Tutorial erwähnt).Gruß,
AndyHi!
du hattest in deinem vorigen Post auch nicht nach der Bildgröße gefragt, sondern danach wie man es zentrieren kann.
Gruß,
AndyOctober 29, 2015 at 3:17 pm in reply to: How to center align the submit button in a contact form element? #526833Hi!
1. Use this code in Quick CSS field:
input.button { background-color: green !important; } and for hover: input.button:hover { background-color: blue !important; }
2. Use this code:
input.button { font-family: ALEF; }
3. Not sure what you mean, but try this:
#top .avia_ajax_form .select { background-color: rgba(0,0,0,0.8); }
You need to change hex code (#00a59b) to rgb code.
4. I think this dropdown selector is not controlled by the theme, but by browser and in this case it won’t be easily possible.
Would be best to open separate tickets for different questions in the future. Thank you!
Regards,
AndyHi!
this question would be best asked in WooCommerce Support, as they know their plugin best. However, try this code in your (child’s) functions.php:
function wp_get_attachment( $attachment_id ) { $attachment = get_post( $attachment_id ); return array( 'alt' => get_post_meta( $attachment->ID, '_wp_attachment_image_alt', true ), 'caption' => $attachment->post_excerpt, 'description' => $attachment->post_content, 'href' => get_permalink( $attachment->ID ), 'src' => $attachment->guid, 'title' => $attachment->post_title ); } global $product; $attachment_ids = $product->get_gallery_attachment_ids(); echo '<div class="flexslider"><ul class="slides">'; foreach( $attachment_ids as $attachment_id ) { echo '<li>'; echo "<img src=".$image_link = wp_get_attachment_url( $attachment_id, 'large').">"; echo '<p>'; $attachment_meta = wp_get_attachment($attachment_id); echo $attachment_meta['caption']; echo '</p>'; echo '</li>'; } echo '</ul></div>';
Cheers!
AndyOctober 29, 2015 at 2:58 pm in reply to: Do you have a related post or portfolio item feature or can you recommend plugin #526799Hi!
refer to this thread: https://kriesi.at/support/topic/how-do-i-add-related-posts-in-enfold/
Regards,
AndyHi armoniaph!
have a look at this tutorial: http://gerhardpotgieter.com/2014/01/24/woocommerce-remove-product-description-from-single-product-page/
Would be best to ask WooCommerce support about those questions, as they know their plugin best.
Regards,
AndyHi!
sorry, better try this code:
.sub-menu .current-menu-item > a { color: red !important; }
Regards,
AndyHi wsnider28!
try this code in Quick CSS field:
.current-menu-item > a { color: red !important; }
Best regards,
AndyHi!
versuche es mit diesem Code:
img.ls-l.ls-preloaded { top: 20px; left: 20px; }
und passe selbstständig an bis es für dich passt.
Gruß,
AndyHi Andreas!
folge dazu diesem Tutorial: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Liebe Grüße,
AndyHey!
you could try this code:
li#menu-item-213 { margin-right: -25px !important; }
and adjust as needed.
Best regards,
AndyHi!
ich denke das ist eher ein Caching Problem. Versuche deinen Browser Cache zu leeren und hard refresh einige Male.
Gruß,
AndyHi!
super! Danke, dir ebenso.
Lass uns in einem neue Ticket wissen, wenn du Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne.
Gruß,
AndyHi gb!
unfortunately there is no such option for that and if you really need this function you can hire a freelance developer here. Feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/
Best regards,
AndyOctober 29, 2015 at 2:13 pm in reply to: Widget: Sidebar Menu (How to make it into drop down List or Accordion) #526752@allyson2
Send us a precise link, where we can see the issue showing in your screenshot. We would need admin access as well, you can post login details here as private reply.If you have any troubles or questions about the 3rd party plugin for your menu, then please feel free to ask plugin’s author about it.
Regards,
AndyHey!
what do you mean with:
you can swing only on ipad and mobile?
?
If you need some more media queries adjustments, then check out this link: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Cheers!
AndyHi!
I think you could achieve exactly that using the tutorial Yigit provided to you. Maybe this thread could be helpful to you as well: https://kriesi.at/support/topic/how-to-create-a-new-page-template/
Otherwise I think you would need to hire a freelance developer for this job.
Cheers!
AndyOctober 29, 2015 at 1:55 pm in reply to: Full Width Slideshow Below Header So Top Of The Photos Arent Cut Off #526741Hi!
can you provide us admin access, so we can take a closer look please? post login details here as private reply.
Best regards,
AndyHey!
use this code:
.page-id-19318 div#bsap_2159 { padding-top: 30px; padding-bottom: 0px; padding-left: 30px; padding-right: 0px; }
and adjust as needed.
Cheers!
AndyOctober 29, 2015 at 1:19 pm in reply to: White Line under slider element muliple browsers issue #526722Hi!
sorry for the late response. I inserted this code inside your Quick CSS field and now it works fine for me:
.avia-slideshow.avia-slideshow-4.av-control-hidden.avia-slideshow-no.scaling.av_slideshow.avia-builder-el-17.avia-builder-el-no-sibling.avia-slide-slider { top: 1px; } .avia-slideshow.avia-slideshow-3.av-control-hidden.avia-slideshow-no.scaling.av_slideshow.avia-builder-el-15.avia-builder-el-no-sibling.avia-slide-slider { top: 1px; }
Can you confirm please?
Cheers!
AndyHi!
you can increase sidebar height by using this code (then sidebar border will increase as well):
#top #main .sidebar { height: 1010px; }
and adjust as needed.
Regards,
AndyOctober 29, 2015 at 12:57 pm in reply to: Avia Layout Builder – Color Section Bleeds Into The Next Sections #526716Hey!
I saved your about page as a template and loaded it in a new page (see link in private content), which works fine now. I think you can remove the color section in question, update your page and then rebuild it.
I hope it will work fine for you!Best regards,
AndyOctober 29, 2015 at 12:49 pm in reply to: Variable Products – Show weight and dimensions on Additional Information Tab #526713Hi!
we can’t help you with adjusting or changing any 3rd party plugins, because we simply have no idea how it’s working. We are specialized in Kriesi themes and you would need to ask the ones who have knowledge about any other plugin.
However, after googling a bit I found this: https://docs.woothemes.com/document/adding-dimensions-and-weights-to-products-for-shipping/Hope this helps!
Regards,
AndyHi!
sorry for the late reply. You could try to put the image in question inside a color section, because a color section will always be full size.
I hope this helps! and if not please provide us admin access, so we can take a deeper look into it. You can post login details here as private reply.
Regards,
AndyHi!
sorry for the late response. I am still not sure what you mean and it sounds to me as a general WordPress issue and not a theme related one. If you want to add more links to a WordPress menu you can do so by going to Appearance->Menu->”Custom Links” and choose any URL you want to add.
Hope this helps.
Best regards,
AndyHey!
sorry für die späte Antwort und bitte verwende diesen Code im Quick CSS Feld, um die Reiter-Überschriften wieder sichtbar zu machen (Farbe zu ändern):
.main_color .sidebar_tab, .main_color .tabcontainer .tab { color: black !important; }
Best regards,
AndyHi!
also ich kann dir anbieten, dass du uns einen Link zu einer Testseite schickst, wo wir das Problem sehen können. Dann können wir versuchen dich darin zu unterstützen, damit du diesen Fehler beheben bekommst.
Gruß,
AndyHi!
bei mir werden sie normal dargestellt. Konntest du es wieder beheben? Leere deinen Browser Cache und hard refresh einige Male.
Gruß,
AndyHi!
you can control when mobile menu will appear by using this code:
@media only screen and (min-width: 1024px) { a#advanced_menu_toggle { display: block; } nav.main_menu { display: none; }}
Adjust the “min-width” value of the media query as needed.
Cheers!
Andy -
AuthorPosts