Forum Replies Created
-
AuthorPosts
-
Hey launchmoxie!
move your tag cloud widget into the correct sidebar (Sidebar Pages). Make sure that the correct sidebar is chosen when editing your homepage.
Best regards,
AndyHey!
you are using a caching Plugin (WP Rocket), so go into plugin’s settings and choose to switch off caching. Afterwards deactivate this and all other plugins, clear browser cache and hard refresh a few times.
Regards,
AndyNovember 10, 2015 at 8:19 pm in reply to: Farb-Section Hintergrund-Verhalten für Mobilegeräte ändern #533643Hi!
super, das freut mich. Ich lass den Thread mal offen, weil ich mir vorstellen kann, dass noch die ein oder andere Frage folgen könnte bei dem was du vorhast.
Gruß,
AndyHi!
I am confused by what you are saying:
when someone clicks on the picture nothing should happen
I already provided you here (see 1.) ) a solution for this.
By the way this IS the AJAX Portfolio: http://dns.d.pr/1bvjW/4YYLrrvl
So no idea what you want now.
Cheers!
AndyHey!
glad it’s working for you.
Cheers!
AndyHey!
ich habe noch mal dein Backend gecheckt und wieder gesehen, dass das Caching in deinem Caching Plugin immer noch aktiviert ist!
Gruß,
AndyHey!
I think it would be best to use a plugin for such a function. I am pretty sure Yoast SEO plugin has such a function and other breadcrumbs plugins will have it too.
Cheers!
AndyHi!
not sure what you mean. Did you add the code? and does it work for you? Let us know if you still need help with this issue.
Regards,
AndyHey!
I checked your site on mobile and desktop. Both are looking good for me and they are loading fast as well. Could you fix the issue?
Cheers!
AndyHi!
can you provide us admin access, so we can take a closer look into it? post login details here as private reply.
Best regards,
AndyHey!
did you clear browser cache and hard refreshed a few times? Try a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/ to change image sizes and let us know if it works with it.
Regards,
AndyHey!
move them up using this code:
ul.noLightbox.social_bookmarks.icon_count_4 { margin-top: -16px !important; }
Regards,
AndyHey!
I can see “Montag” on desktop as well. Could you fix it?
Use screenshots to highlight your intentions. You can use imgur.com or dropbox.Regards,
AndyNovember 10, 2015 at 6:07 pm in reply to: Spacing at Top of Page Different between Advanced and Default Blog Editor #533513Hey dominiquehurley!
not sure what you mean. Using ALB for blog posts will cause that you have to do everything from scratch. If you want to save your blog post build with ALB then simply save it as a template and load it when adding a new post.
Best regards,
AndyHey!
1. I can see the sidebar in question on your blog page.
2. blog categories and tags are opening fine for me.
3. Can you provide us a link showing your portfolio category?
4. This is already shown on your blog page. Could you fix it?
5. Seems you have already achieved that too.
6. I see read more links everywhere.
7. Use this code in Quick CSS field:
nav.pagination { display: none; }
Best regards,
AndyHey!
it is already bold. You can change it to normal with this code:th { font-weight: normal; }
Regards,
AndyHi!
dann benutze nur einen von beiden Werten in meinem code. Also entweder width oder height.
Gruß,
AndyHi!
seeing “Enfold(shared on wplocker.com)” in your backend is an interesting thing.
As already said: please completely delete all theme files via ftp and then install a fresh copy from your themeforest account by yourself. Let us know when you are done with it.Best regards,
AndyHey!
du kannst keine Bilder auf 600×600 skalieren und hoffen, dass sie nicht verzerren, wenn sie nicht auch schon vorher quadratisch waren.
Gruß,
AndyHi!
border color:
tr, td, th { border-color: red !important; }
font for table header:
th { font-size: 10px; color: blue; }
and for table content:
td { font-size: 12px; color: yellow; }
Cheers!
AndyHey!
wenn du diesen Code verwendest, bekommst du alle Bilder im Layerslider auf 600×600:
img.ls-l { width: 600px !important; height: 600px !important; }
Gruß,
AndyHi!
of course it won’t work for all devices. You would need to work with media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Regards,
AndyNovember 10, 2015 at 4:54 pm in reply to: i-pad problem when in landscape and portrait mode + (nexus landscape) #533442Hi!
glad it’s working for you now. If you want to adjust more then one element to this code, I would recommend to use a unique css class for all of the elements in question. Check if there is a Section-ID available when editing this element in ALB. If not, then turn on custom css class for all ALB elements: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
AndyHi!
Ich weiß nicht genau wie es aussehen soll für dich. Könntest du und eine Skizze zeigen von den Resultaten, die du dir wünscht?Ich kann nicht sehen, dass du diesen Code in deinem Quick CSS verwendest. Füge dort außerdem noch ein !important mit ein:
img.ls-l.ls-preloaded { top: 20px !important; left: 20px !important; }
und passe die Werte an, so wie du es brauchst. Deaktiviere alle Plugins, währen du am testen bist.
Gruß,
AndyHi!
can you provide us admin access please? so we can take a deeper look into it.
Cheers!
AndyHi!
in diesem Fall empfehle ich euch doch in jeder Reihe einen Titel zu verwenden. Auf Desktop könnt ihr die dann verbergen, sodass sie nur noch auf mobile angezeigt werden:
@media only screen and (min-width: 1024px) { #menu-item-1118 .mega_menu_title, #menu-item-1119 .mega_menu_title { display: none; }}
Ab einer Bildschirmgröße von 1024px werden die beiden Titel nicht mehr angezeigt.
Hoffentlich hilft das!
Gruß!
AndyNovember 10, 2015 at 3:59 pm in reply to: i-pad problem when in landscape and portrait mode + (nexus landscape) #533370Hi!
I checked your website again and still see the same result as shown in my screenshot.
Try this code instead:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .flex_column.av_one_fourth.flex_column_div.avia-builder-el-5.el_after_av_three_fourth.el_before_av_three_fourth { display: inline-table; width: 90%; left: -45px; top: 15px; }}
Regards,
AndyHey!
unfortunately not. Use media queries for different behaviors on different screen sizes:
@media only screen and (max-width: 736px) { #socket .copyright { position: relative; left: 10%; }}
and adjust as needed.
Best regards,
AndyHey!
try to use this code instead:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .av-parallax.avia-full-stretch.enabled-parallax.active-parallax { background-position: 0px 100px; }}
and adjust the background-position values, so you will notice the changes.
Best regards,
AndyHi!
try to delete all theme files completely via FTP before getting a fresh copy from your themeforest account. Don’t use any plugins while testing and make sure cache (also plugin’s cache!!) is cleared.
Best regards,
Andy -
AuthorPosts