Forum Replies Created
-
AuthorPosts
-
Hey jend_onesource!
please refer to this answer: https://kriesi.at/support/topic/avia-youtube-video-autoplay/#post-195675
Regards,
AndyHey!
so you want to get rid of opacity of the fly-out menu, right? normally you could just use this code:
.av-main-nav ul li { background-color: rgba(0,0,0,1); }
which controls the rbg color and opacity, but somehow it’s stays transparent. Which code are you using to customize your menu? We might need admin access, to have a deeper look into it. Post login details here as private reply.
Cheers!
AndyHi oestergaardn!
do you mean something like this?
https://wordpress.org/plugins/wordpress-23-related-posts-plugin/
Here a list of plugins like this: http://winningwp.com/best-related-post-plugins-for-wordpress/Regards,
AndyHey oestergaardn!
please refer to this post: https://kriesi.at/support/topic/editing-the-error-404-page/#post-123076
or this: https://kriesi.at/support/topic/how-to-style-error-404-page-not-found-page/#post-191508Are you using WPML for translations?
Cheers!
AndyJuly 3, 2015 at 1:42 pm in reply to: Custom post type not showing in the Portfolio Grid or Masonry elements #467979Hey Tameez!
please post admin access, so we can take a closer look into the issue. Make sure to use newest theme and WordPress versions. Deactivate all plugins and check again.
Best regards,
AndyJuly 3, 2015 at 1:41 pm in reply to: Cannot create any content after upgrade to latest version #467977Hey!
in a previous post Rikard told you to overwrite theme files. Now you could try to delete ALL theme files via FTP and get a fresh copy from you themeforest account. This should fix the issue finally, as it is working for us and thousands of others as expected.
Best regards,
AndyHi!
you could try to add you own custom fonts: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
However, I don’t think it would be very easy to do exactly like this, as it would need some additional jquery. You could hire a freelancer for this job.Regards,
AndyJuly 3, 2015 at 1:27 pm in reply to: Pretty Photo Video displaying very small size on mobile #467972Hi kelsangchodor!
how did you implement the video? did you use a link like this?
<a href="http://vimeo.com/8245346" rel="prettyPhoto"><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>
Please add a class to it:
<a href="http://vimeo.com/8245346" rel="prettyPhoto" class="vimeo-mobile"><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>
Then you can call this class via CSS for mobile:
@media only screen and (max-device-width: 736px) { .vimeo-mobile { width: 150px; }}
Hope this helps.
Cheers!
AndyHi djshortkut!
use this code:
#top .av-custom-form-color .button:hover { border-color: #018db0 !important; }
Regards,
AndyHi!
was genau möchtest du erreichen? kannst du uns das bitte noch etwas genauer erklären? Screenshots, die zeigen was du letztendlich erreichen möchtest, würden uns sehr helfen. Du kannst imgur oder Dropbox verwenden.
Gruß!
AndyHey!
try to delete the image element in ALB and update your page. Afterwards rebuild it and check again. Does it happen when you create a new page as well?
Best regards,
AndyHey!
the link from your first post does not work for me and I get redirected to a “nothing found” page. I could not find another masonry gallery on your website. Can you provide us a another link showing your masonry gallery please?
Best regards,
AndyJuly 3, 2015 at 11:27 am in reply to: Masonry Gallery loading all links on the page in the lightbox #467918Hi!
please refer to this thread: .tax-product_cat .sidebar.sidebar_right.three.units
Note the last reply in this thread as well.Best regards,
AndyHi!
please provide admin access, so we can take a deeper look into it and check if you implemented everything correct. Post login details here as private reply.
Cheers!
AndyHi!
this is not theme function and you would need to search a plugin for it. Maybe something like this could help you:
https://wordpress.org/plugins/custom-header-images/
https://wordpress.org/plugins/custom-header-extended/Regards,
AndyJuly 3, 2015 at 11:12 am in reply to: fullwidth slider slightly underneath transparent header problem #467909Hey!
use this code:
.ls-inner { height: 109% !important; }
and adjust as needed.
For you logo you could use this:
strong.logo { bottom: -30px; }
but then it won’t work with your sticky header. For this job you would need to hire a freelance developer.
Cheers!
AndyHey siteit!
you are using quite an old version of the theme. Please upgrade to Enfold v3.2.2.
Best regards,
AndyJuly 3, 2015 at 11:02 am in reply to: Jump in rendering when exceeding the Maximum Container width #467904Hey!
id does not happen for on Chrome (Mac). Did you try on another computer as well?
Regards,
AndyHi!
I could not reproduce the issue neither (I am on safari and OSX as well). Please try on another computer as well. make sure to use newest theme and WordPress version. Try to deactivate all plugins. Clear browser cache.
Best regards,
AndyHi!
Beitragsbild is just your featured image, which should not be the place to upload your images for masonry gallery. But not sure what the problem is though. Can you give us admin access, so we can take a deeper look into the issue? what are the exact steps to reproduce the issue? Post login details here as private reply
Regards,
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
Hi!
not sure what you are trying to do, as it is difficult to imagine what you write. Could you provide us screenshot showing what you want to achieve please? you can use imgur or dropbox.
If you want to have control over the position of your submenu use this code:ul.sub-menu { margin-left: 18px; }
and adjust as needed.
Cheers!
AndyJuly 3, 2015 at 10:46 am in reply to: Can't edit Post Slider, Blog Posts, Magazine or anything related to "posts" #467897July 3, 2015 at 10:42 am in reply to: Border on Full Width site, only reach maximum container width/Header Back Respon #467896Hey!
it is responsive and you just need to define how you want the responsiveness to behave. I think Ismael’s solution is the best solution, but if you really want your header image to be 100% (width and height) all the time, then replace the code with this one:
.header_color .header_bg { background: #ffffff url(//gl.dyndns-ip.com/coles/wp-content/uploads/2015/06/headerback.jpg) top center no-repeat scroll; background-size: 100% 100%; }
Regards,
AndyHi!
the code Rikard provided to you is working and I would decrease the size to maybe 50% and add some margin, so the text is not too close to the image:
@media only screen and (max-width: 767px) { .page-id-3801 .av_textblock_section a { max-width: 50% !important; margin-right: 10px !important; }}
For the second image use this code:
@media only screen and (max-width: 767px) { img.size-full.wp-image-5116.alignright { max-width: 50%; }}
Cheers!
AndyJuly 3, 2015 at 10:29 am in reply to: Mobile Menu on desktop & laptop (breakpoint and close button), move search button to top bar #467892Hi!
adjust this code Ismael provided to you for your mobile menu:
@media only screen and (max-width: 1100px) {{ #advanced_menu_hide {display:block !important; } }}
Basically you need to change the (max-width) value, which says for which browser size you want the following code to work. You could use (min-width) as well, e.g.:
@media only screen and (min-width: 800px) {{ #advanced_menu_hide {display:block !important; } }}
Which search icon does disappear? I can’t find one on your website. Screenshots would help I think (imgur, dropbox).
Cheers!
AndyHi!
uf, wow, super dass du den Fehler bemerkt hast und danke, dass du uns mitteilst woran es letztendlich lag.
Lass wieder von dir hören, wenn du eine Frage oder ein Problem bezüglich des Themes hast.
Schön, dass jetzt alles klappt für dich!
Lieben Gruß,
AndyHey itchybrain!
this is no theme feature and you would need to search a plugin for this function. Maybe this one is right for you: https://wordpress.org/plugins/contact-form-7/
Best regards,
AndyHey gtj007!
Both websites look different to me, so not sure what you are trying to achieve. You can use a plugin like https://wordpress.org/plugins/wp-migrate-db/ to make sure settings are the same :)
Best regards,
AndyHi!
you are using a very old version of the theme. Please upgrade to Enfold v3.2.2.
Cheers!
Andy -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts