Forum Replies Created
-
AuthorPosts
-
Hi!
I can’t open your screenshot http://dev2.addaconcierge.com/wp-content/uploads/2014/12/Screen-Shot-2014-12-09-at-9.57.04-AM.png
Anyway it doesn’t stop for me on Mac OSX 10.9.5 with Chrome and Safari 7.1
Please check on other computers as well.Cheers!
AndyHi!
you can control it with this code in Quick CSS:
#top #header .avia_mega_div .sub-menu { width: 80%; }
Just adjust “80%” as needed.
Cheers!
AndyHey!
wenn du im WordPress backend bist, klicke auf Enfold->Social Profiles
Bei Social Icon wähle “Special: Email Icon” und unter Social Icon URL setze das hier ein:mailto:DeineE (Email address hidden if logged out)
Bezüglich deines Logos habe ich dir eine Email geschickt.
Liebe Grüße,
AndyHi!
@media only screen and (max-width: 825px) { .main_menu { right: -240px !important; }}
eventuell musst du “max-width: 825px” anpassen, damit es für die Browsergröße passt, die du benötigst. Gleiches gilt für “-240px”.
Gruß,
AndyHey!
hmm … versuche diesen code:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if( is_tag() ) $layout = 'single-small'; return $layout; }
RSS Feed im Header ist hard-coded, daher geht es nicht so einfach mit CSS. Hast du bereits probiert den Code in den functions.php einzufügen?
Cheers!
AndyDecember 10, 2014 at 2:24 am in reply to: Zeilenumbruch AviaLayoutArchitekt Textblock funktioniert nicht #365782Hi!
vielen Dank @Flikk
@yogabewusstsein
Wenn du noch Fragen hast, sind wir gerne für dich da.Liebe Grüße,
AndyHi!
ich habe Kriesi und meinen Teamkollegen bescheid gegeben. Bitte warte ein wenig auf eine Antwort.
Liebe Grüße,
AndyHey!
kannst du bitte bitte einen Screenshot von deiner functions.php hier zeigen, damit wir uns den Fehler genau anschauen können? um die Zeile 510 herum.
Vesuche diesen Code stattdessen:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if(($context == 'archive') || ($context == 'tag')){ $layout = 'single-small'; } return $layout; }
Anschließend leere deinen Browser Cache und refresh deine Seite einige Male.
Wenn das noch nicht reicht, dann öffne bitte tag.php und suche in Zeile 38 nach:
$blog_layout = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'tag'); if($blog_layout == 'blog-grid')
und ersetze diese mit:
$avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'tag'); if($avia_config['blog_style'] == 'blog-grid')
Anschließend wieder Browser Cache leeren und hoffentlich klappt es dann :).
Um den RSS Feed zu deaktivieren, benutze diesen code in functions.php:
function remove_comments_rss( $for_comments ) { return; } add_filter('post_comments_feed_link','remove_comments_rss');
Dieser müsste dafür sorgen, dass zwar dein RSS Feed funktioniert, aber nicht mehr oben im Header angezeigt wird.
Um den RSS Feed vollständig zu deaktivieren, verwende diesen code:
//Disable RSS Feeds functions add_action('do_feed', array( $this, 'disabler_kill_rss' ), 1); add_action('do_feed_rdf', array( $this, 'disabler_kill_rss' ), 1); add_action('do_feed_rss', array( $this, 'disabler_kill_rss' ), 1); add_action('do_feed_rss2', array( $this, 'disabler_kill_rss' ), 1); add_action('do_feed_atom', array( $this, 'disabler_kill_rss' ), 1); if(function_exists('disabler_kill_rss')) { function disabler_kill_rss(){ wp_die( _e("No feeds available.", 'ippy_dis') ); } } //Remove feed link from header remove_action( 'wp_head', 'feed_links_extra', 3 ); //Extra feeds such as category feeds remove_action( 'wp_head', 'feed_links', 2 ); // General feeds: Post and Comment Feed
Cheers!
AndyHi!
use this for the circle:
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon { height: 50px; width: 50px; }
Adjust “50px” to your needs.
Best regards,
AndyHi!
try to add !important into Yigit’s code:
@media only screen and (max-width: 767px) { .responsive #top .cart_dropdown { top: 20% !important; } #advanced_menu_toggle, #advanced_menu_hide { top: 20% !important; } .widget_shopping_cart_content { display: none; }}
After putting it in clear your browser cache.
Regards,
AndyHey!
please try to clear browser page and then refresh your page a few times.
Regards,
AndyDecember 9, 2014 at 4:06 am in reply to: wish to add separators between words in the main menu #365133Hey!
glad it worked out for you. Let us know about your other problem in a new ticket. We are happy to assist you.
Cheers!
AndyHey!
please remove this code from your CSS:
.header-scrolled #avia-menu li a { line-height: 50px !important; } #avia-menu li a { line-height: 330px !important; }
After removing it should be automatically replaced by this code:
#top .av-main-nav ul a { line-height: 23px; }
Regards,
AndyHey!
could you please post a link to your website? would be easier to assist you.
Try to add this for right-, bottom- and top-space:
.inner_sidebar { margin-right: 20px; margin-bottom: 20px; margin-top: 20px; }
Cheers!
AndyHey!
I think the size of your lightbox depends on the size of the images you have uploaded.
Best regards,
AndyHey!
“1. The orginal Enfold theme has no problem with the gallery images and it loads the popups just fine” -> So there is no problem anymore?
2. The pop up images are loading fine for me. Which browser are you using? please clear browser page and then refresh your page a few times.
3.+4. = Same as 2.
Cheers!
AndyDecember 9, 2014 at 3:22 am in reply to: Background video does not loop on Safari 8 Yosemite (With sample) #365116Hi!
I have Mac 10.9.5, but I will flag Yigit for this because I think he has Yosemite.
Best regards,
AndyHi!
I think you need to adjust max-width:
img, a img { max-width: 60%; }
Try to play around with the number until you find what you need.
Hope that helps.Regards,
AndyHey!
mit dem Befehl
.main_menu { right: -130px !important; }
kannst du bestimmen in wieweit das ganze Menü nach rechts an den Rand verschoben wird. Spiele ein wenig mit der Zahl “-130” herum, bis du etwas passendes für dich findest.
Welches mobiles Gerät verwendest du? Für u.a iPad verwende diesen Code:
@media only screen and (max-width: 767px) { .main_menu { right: -60px !important; }}
Aber ich glaube fast Logo und Menü könnten sich überlappen oder? Sag noch mal bescheid.
Gruß,
AndyDecember 9, 2014 at 1:16 am in reply to: Background video does not loop on Safari 8 Yosemite (With sample) #365092Hey!
webm videos are not supported by apple, so you need to upload your video in other formats as well. Please refer to this post: https://kriesi.at/support/topic/webm-video-background-on-color-section-does-not-play/#post-363860
Cheers!
AndyHey!
einen transparenten Header kannst du einstellen, wenn du eine Seite editierst und dann rechts runterscrollst bis zu “Header visibility and transparency”.
Füge folgenden Code ins Quick CSS ein:
Den Menübalken:
.main_menu { background-color: white; height: 25%; top: 55px; width: 70%; right: -130px !important; }
Die Menüpunkte:
.av-main-nav li { top: -55px; }
Hoffe das hilft.
Liebe Grüße,
AndyHi!
smaller circle:
#top .iconbox.av-no-box .iconbox_icon { width: 50px; height: 50px; line-height: 50px; }
yellow section:
.av_font_icon.av-icon-style-border .av-icon-char { width: 50px !important; heigth: 50px; margin: 70px auto; }
dotted line:
Yes, It hink that’s normal.Regards,
AndyDecember 8, 2014 at 4:24 am in reply to: Wie kann ich Bildergröße nach Import von Plugin voreinstellen? #364423Hi!
da das Instagrate pro Plugin ein externes ist, können wir dazu nicht viel sagen. Am Besten du erfragst das beim Author/Support dieses Plugins.
Wenn du eine Änderungen in den Einstellungen vorgenommen hast, dann versuche zunächst deinen Browser Cache zu leeren.
Best regards,
AndyHey GOWD!
Sorry for the delay.
Please use this in Quick CSS:
To align the logo/menu and to have bigger gap between menu and main content:
#header_main { left: 55px; padding-bottom: 100px; }
To stretch the menu:
.html_header_top.html_bottom_nav_header .main_menu { width: 113%; }
To make a gap between breadcrumb and content:
.page-id-44 .stretch_full.container_wrap.alternate_color.dark_bg_color.title_container { margin-bottom: 20px; }
Hope that helps.
Regards,
AndyHey!
have you got any idea why it’s happening again? Which changed did you make?
I think you might need to get another fresh copy of Enfold to override it via FTP like Ismael mentioned.Best regards,
AndyHi!
Enter this code in Quick CSS:
main menu:
.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: red; }
sub menu:
.main_color .header_bg, .main_color .main_menu ul ul, .main_color .main_menu .menu ul li a, .main_color .pointer_arrow_wrap .pointer_arrow, .main_color .avia_mega_div, .main_color .av-subnav-menu > li ul, .main_color .av-subnav-menu a { color: red; }
Hope that helps.
Cheers!
AndyDecember 8, 2014 at 1:08 am in reply to: Webm video background on color section does not play #364374Hey!
awesome! again thanks for sharing.
Best regards,
Andy -
AuthorPosts