Forum Replies Created
-
AuthorPosts
-
Hey!
please see this: http://kriesi.at/documentation/enfold/change-the-sort-order-of-blog-posts-elements/
You can also try this plugin: https://wordpress.org/plugins/post-types-order/
Best regards,
AndyHey cormie!
I can’t reproduce the issue, as the underlines are still fine for me when I use this code to remove magnifying glass
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }
However you can control the underline using this code:
.avia-menu-fx { width: 120%; left: -5px; }
width = length of the line
left = position2.) Could you please try to deactivate all plugins to see if one is causing the issue? Cause normally it shouldn’t move at all. Did you add some spacing to above the text of some testimonials?
Do you mind providing us admin access if the issue remains?Best regards,
AndyHi tech500!
I don’t think there is any QUICK solution for it, but I will contact Kriesi for this issue. Please kindly wait for a reply (it will take a while to find a fix I think).
Regards,
AndyJanuary 12, 2015 at 5:35 pm in reply to: Bug? Shopping cart icon on mobile screen showing, but page not published yet… #378393Hey RobWu!
could you please post a link to your website showing the issue?
I think it’s normal behavior that a cart icon is showing up, doesn’t matter if there are products in it or not.Cheers!
AndyHey David!
after an update you will loose the codes you have implemented, because the files get replaced. Did you put the code provided by Dude again into masonry_entries.php?
Regards,
AndyHi!
I am sorry, but firefox is not supported for mobile devices owing to a lack of demand.
Best regards,
AndyHey!
also mein Kollege Josue hat nun einen Code für dich herausgearbeitet. Versuche das hier in die functions.php einzusetzen (am Besten in dein Child Theme oder via Functionality, damit nach einem Update nicht alles wieder verschwindet):
function fix_sidebar_issue(){ ?> <script> (function($){ $(window).load(function() { if($("#after_layer_slider_1 .container").length) $("#after_layer_slider_1 .container").append($(".sidebar").detach()); }); })(jQuery); </script> <?php } add_action('wp_footer', 'fix_sidebar_issue');
Ich hoffe das hilft.
Lieben Gruß,
AndyHey!
you can control height of the menu by using this in Quick CSS:
#header .avia_mega_div { height: -150%; }
adjust as needed.
Best regards,
AndyHi!
please refer to this post to check your page id: https://kriesi.at/support/topic/changing-a-specific-page-with-quick-css/#post-223394
Cheers!
AndyHi Fiachra!
1. Which iPhone does your client use? I can’t reproduce the issue (like you said it’s fine on emulator and Android). I will tag Yigit for it, as he has an iPhone. Please kindly wait for his answer.
2. As you can see in “Enfold->Header->Header behavior” it says for “Shrinking Header” that this function is ignored on mobile devices. You can use this in Quick CSS field to control the logo size for smartphones:
@media only screen and (max-width: 767px) { .responsive .logo img { width: 200px; }}
Best regards,
AndyHi moliri!
auf deiner Seite erscheint kein Slider, sondern “Es konnte leider nichts gefunden werden”.
Welchen Slider möchtest du verwenden?Bezüglich deiner doppelten Kategorien versuche bitte alle Plugins zu deaktivieren und schau, ob es sich dann verändert.
Gruß,
AndyHi!
ich bin auch bei all inkl und das mit dem Memory Limit klappt einwandfrei. Man muss nur ein mal kurz bescheid geben, dann richten die das ohne Probleme ein. Super Service haben die auch!
Gruß!
AndyHey!
bitte versuche bevor du etwas postest selbstständig hier im Forum nach einer bereits formulierten Lösung zu suchen. Bezüglich der Kommentarfunktion, die du abstellen möchtest gibt es z.B. bereits diesen Post hier: https://kriesi.at/support/topic/kommentarfunktion-auf-medienseite-deaktivieren/#post-295840
Und bezüglich des Vorschaubildes, das du unterdrücken möchtest, gibt es bereits diesen Post hier:
https://kriesi.at/support/topic/how-to-remove-featured-image-inside-single-post/#post-117978Gruß,
AndyJanuary 11, 2015 at 1:44 am in reply to: Seitenbearbeitung incl. Slider funktioniert nicht mehr #377870Hey!
super, dass es nun funktioniert. Lass uns wissen, wenn du noch Hilfe benötigst.
Gruß,
AndyHi!
ich kann auf seiner Seite mehrere Slider sehen. Welchen meinst du? der oberste ist mit dem Layer Slider gestaltet.
Sag bescheid, wenn du noch Hilfe benötigst und danke @set_carsten fürs Aushelfen.Gruß,
AndyHey!
.av-share-box { margin-left: 150px; }
Gruß!
AndyHi!
Um die Breite zu kontrollieren, nutze das hier:
.av-share-box { width: 600px; }
600px müsste genau die Breite sein, die auch bei deinem Blog eingestellt ist.
Für die weiteren Sachen, müsstest du ein extra Ticket aufmachen, allerdings möchte ich dir auch ins Bewusstsein rufen, dass wir vom Support da sind, wenn Probleme mit einem unserer Themes auftauchen. Du hast bereits sehr viel im Forum gepostet und wenn du weiterhin lediglich individuelle Anpassungen für deine Seite haben möchtest statt Probleme/Bugs gelöst haben willst, dann würden wir dich bitten in Zukunft envato.com oder werkpress.com zu verwenden.
Gruß!
AndyHi!
wir sind dabei nach einer Lösung zu suchen. Sorry, dass es so lange dauert. Der WordPress Login den du gepostet hattest besitzt keinen Admin Zugang. Kannst du uns bitte einen Admin Account einrichten?
Gruß,
AndyJanuary 10, 2015 at 5:01 am in reply to: Txt color of my woocommerce cart is not visible in enfold theme #377707Hey jalmz!
you can control it using this:
dl.variation dt { color: red; } dl.variation dd { color: blue; } .dropdown_widget .quantity { color: pink; } #top .dropdown_widget .total { color: violet; }
Best regards,
AndyHi Welmoed!
can you post a link to the website please? also admin access would be helpful.
Please try to deactivate all plugins to see if one is causing the issue.Cheers!
AndyHi klaaba!
use this in Quick CSS field to control the font size:
.avia-promocontent p { font-size: 13px; }
Cheers!
AndyHi Jon!
if you want to reduce opacity (transparency) for this:
.header_color .header_bg{background-color: rgba(255,255,255,0.5);}
you need to adjust the last value, for example to:
.header_color .header_bg{background-color: rgba(255,255,255,0.1);}
For your glassy header use this in Quick CSS and adjust as needed:
#top .av_header_glassy.av_header_transparency #header_main { background-color: rgba(255,255,255,0.1); }
Regards,
AndyHi James!
I have never heard about this issue. Could you post the link of the website please? Does it happen on another iPad as well?
Regards,
AndyHey eNVyDesigns!
this issue is not a theme related one, but you can try to put this in your robots.txt:
User-agent: * Disallow: /cgi-bin Disallow: /wp-admin Disallow: /wp-includes Disallow: /wp-content/plugins Disallow: /wp-content/cache Disallow: /wp-content/themes Disallow: /*?* Disallow: /*? Allow: /wp-content/uploads
I think this will give you better google results.
Cheers!
AndyJanuary 10, 2015 at 3:55 am in reply to: Product & Featured Image Zoom Needed ~ Any Suggestions? #377675Hey voice903fm!
I personally have no experience with any zoom plugin, but please refer to this thread: https://kriesi.at/support/topic/zoom-magnifier-woocommerce-product-plugin/#post-215041
Best regards,
AndyHey!
könntest du bitte deinen Browser Cache leeren und deine Seite dann noch einige Male neu laden? Leider habe ich selbst keinen 21 Zoll Bildschirm, aber der Code sollte funktionieren. Ansonsten versuche noch ein !important hinzuzufügen:
@media only screen and (min-width: 1800px) { .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry { width: 33.3% !important; } }
Könntest du uns sagen was in deiner robots.txt drin steht? Dieser Inhalt sollte in deiner robots.txt sein (für optimale SEO Ergebnisse):
User-agent: * Disallow: /cgi-bin Disallow: /wp-admin Disallow: /wp-includes Disallow: /wp-content/plugins Disallow: /wp-content/cache Disallow: /wp-content/themes Disallow: /*?* Disallow: /*? Allow: /wp-content/uploads
Gruß!
AndyHey cr3epy!
ich kann auf deiner Seite kein Dropdown sehen. Was genau meinst du? Bitte zeige uns Screenshots, die du z.B. auf imgur.com hochladen kannst.
Gruß,
AndyHey!
Also ich kann bei mir nur noch bei deinen Portfolio Seiten die Social Share Buttons sehen :).
Wenn es bei dir noch nicht angezeigt wird, dann leere bitte deinen Browser Cache.Gruß,
AndyJanuary 9, 2015 at 6:48 pm in reply to: Change default hover color on social icons in secondary menu? #377533Hey dalboslampen!
try this in Quick CSS field:
li.social_bookmarks_linkedin.av-social-link-linkedin.social_icon_1 { background-color: #2997ab; } [data-av_icon]:before { color: white; }
Cheers!
AndyHi!
ersetze den Code mit diesem:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('portfolio')) { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }
damit die Funktion zusätzlich nur auf deinen Portfolio Seiten angezeigt wird und sonst nicht.
Gruß,
Andy- This reply was modified 9 years, 10 months ago by Andy.
-
AuthorPosts