-
AuthorPosts
-
January 21, 2015 at 3:11 pm #383017
http://www.diefleischerei.at/business/blog-3/
Hi, is it possiblt to show the “video-icon” in the center ot the image?
and i cannot change the permalink name of my blog to “http://www.diefleischerei.at/business/blog-3/” But there is not other page who use that name? can you help me out with a trick?
January 21, 2015 at 3:43 pm #383045Hi diefleischerei!
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
#top .av-icon-display.av-masonry-media { top: -145px !important; }
If you want to limit it to the given page:
.page-id-2590 #top .av-icon-display.av-masonry-media { top: -145px !important; }
Cheers!
GünterJanuary 21, 2015 at 5:19 pm #383144/* Icon Grafik zentriert in Blog Übersicht anzeigen – z.B: Video Icon */
#top .av-icon-display.av-masonry-media {
top: -130px !important;
}Mit 130 wirkt es zentriert, vielen Dank. Aber was genau meinst du mit LIMIT to the page? Was bezweck das? Danke :)
January 21, 2015 at 5:19 pm #383145Und hättest du einen Tipp für mein Permalink Problem?
January 21, 2015 at 5:44 pm #383172Hey!
limit to one page heißt, dass es nur für eine einzige Seite gilt (die mit der spezifischen Page-id).
Permalinks:
Gehe im WordPress Backend zu Settings->Permalinks und klicke auf “Save changes” um die Permalinks zu aktualisieren. Wenn das nicht hilft, dann lies dir bitte das hier durch: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_ProblemsGruß,
AndyJanuary 21, 2015 at 8:41 pm #383330Ok, danke dass klappt nicht; aber ist egal dass soll sich ein Programmierer ansehen wenn sonst alles passt :) Danke für den Support.
Zur den Kundenrezesionen hätte ich noch eine Frage. http://www.diefleischerei.at/business/portfolio-item/die-gruenen-wahl-portraits/
Wie kann ich das runde Icon mit dem Kopf doppelt so gross machen und die Aussenlinie des Kommentars deaktivieren und das Hintergrundgrau der Kommentarbox etwas abdunkeln?
Danke ;)
January 22, 2015 at 9:09 am #383555Diese CSS snippet sollte helfem:
.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image { margin: 0 10px 0 0; width: 80px; height: 80px; } #top .avia-slider-testimonials .avia-testimonial-content, #top .avia-slider-testimonials .avia-testimonial-arrow-wrap .avia-arrow { border: none; background: #ddd; }
January 22, 2015 at 11:48 am #383605Fast perfekt vielen Dank. Kann ich jetzt den Pfeil beim Kundenavatar noch mittig positionieren? dann sieht es gut aus!
Thank you. CLOSED.
- This reply was modified 9 years, 10 months ago by diefleischerei.
January 22, 2015 at 12:14 pm #383621Hey!
Versuche das folgende:
.avia-slider-testimonials .avia-testimonial-arrow-wrap { left: 37px !important; }
Cheers!
GünterJanuary 22, 2015 at 12:16 pm #383623;) Perfekt. Danke.
-
AuthorPosts
- The topic ‘Blog Settings’ is closed to new replies.