Forum Replies Created
-
AuthorPosts
-
Hi Mwilks,
Yes, please, provide temporary admin access to your website.
Best regards,
VictoriaMarch 19, 2017 at 10:28 am in reply to: Image with Zoom In effect when hover and getting cut off #763155Hi fcp,
You could use here masonry gallery also and just display these three items and you would get the effect you want out of the box. It is the easiest solution I see now.
If you want us to take a closer look, please provide us temporary admin access to your website in the private content box.
Best regards,
VictoriaHey casewonderwall,
You can put these styles to enfold-child/styles.css
#top.page.page-id-1012 .fullsize .template-blog .post-title { padding: 2px 0 20px 0; } #top.page.page-id-1012 .fullsize .template-blog .blog-meta { float: left; display: block; width: 180px; text-align: center; z-index: 1000; margin-right: 30px; } #top.page.page-id-1012 .fullsize .template-blog .blog-meta .small-preview { width: 180px; height: 180px; }Let us know if you have any more questions.
Best regards,
VictoriaMarch 17, 2017 at 8:13 pm in reply to: Blog – how to display author comments date etc under blog title? #762705Hi Harvinder,
In order to achieve this you’ll have to modify two templates:
-single.php
-includes/loop-index.phpYou have to find where the meta info for the post is rendered and copy that to where you want to put it.
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
If that’s something you really need you can always try to hire a developer for the task.
Let us know if this was helpful.
Best regards,
VictoriaHi Freek,
I did not find any control to turn off the music, I think you should give your users that option.
Best regards,
VictoriaHi Freek,
Please edit enfold/avia.js find this function:
$.fn.avia_activate_lightbox = function(variables)and replace
image: { titleSrc: function(item){ var title = item.el.attr('title'); if(!title) title = item.el.find('img').attr('title'); if(!title) title = item.el.parent().next('.wp-caption-text').html(); if(typeof title == "undefined") return ""; return title; } },with this
image: { titleSrc: function(item){ var title = item.el.attr('title'); if(!title) title = item.el.find('img').attr('title'); if(!title) title = item.el.parent().next('.wp-caption-text').html(); if (!title) title = item.el.find('div.av-masonry-entry-title.entry-title').html(); if(typeof title == "undefined") return ""; return title; } },Just one extra line added there.
Let me know if this was helpful.
Best regards,
VictoriaHey pelgrimrat,
It’s hard to say like that. You could give us temporary admin access to your website in private content box below so that we would be able to give you a more informed answer. Also, specify the page, where you set up the table.
Best regards,
VictoriaHey dondela,
You can add this rule to Enfold > Quick Css
#header .six.units { width: 615px; }Let me know if this was helpful.
Best regards,
VictoriaHey draig,
This function displays the excerpt
the_excerpt(). You can remove it from your archive.php and the excerpt will not be there any more.
Let me know if this was helpful.
Best regards,
VictoriaHi,
Ninja Kick plugins are adding conflicting css.
Best regards,
VictoriaHi simagald,
Could you please specify the pages, where you’re having those issues.
Best regards,
VictoriaMarch 17, 2017 at 4:47 pm in reply to: Video Backgrounds mixed results in different browsers #762580Hi yani12,
In FireFox on Mac videos are playing. Could be network issues or lost connection to Vimeo. Also try cmd+r or ctrl+f5.
Here on Content Security and frame src
http://stackoverflow.com/questions/30023608/how-to-use-frame-src-and-child-src-in-firefox-and-other-browsersLet us know if you have any more questions.
Best regards,
VictoriaHey WaveToys,
You can go to the text mode of the editor and find attribute in volume slider element code
aria-valuenow="80" aria-valuetext="80%"and set it to 100.
Let me know if this was helpful.
Best regards,
VictoriaHey haydaw,
You can try a solution provided here https://kriesi.at/support/topic/automatic-resized-upload-images-become-more-kb-than-the-original/#post-761007
Let me know if this was helpful.
Best regards,
VictoriaMarch 17, 2017 at 2:58 pm in reply to: Connect post slider to subdirectory installation of WordPress #762517Hey jabbler,
The posts are stored in database. If you want to have all or certain posts from old site, just export what you need and import to the new site. Directory structure here is irrelevant.
Let us know if you have any more questions.
Best regards,
VictoriaHi Mariusz,
Can you elaborate on the problem on the main page? The slider looks ok.
As for the fitness page, we will need temporary admin access to your site to investigate it further. Can you, please, provide it in the private content box.
Best regards,
VictoriaHi Momentummediaab,
That’s not good.
Here are two pages where you can learn more on how to proceed.
https://www.wordfence.com/learn/has-my-site-been-hacked/
https://codex.wordpress.org/FAQ_My_site_was_hackedLet me know if this was helpful and you will be able to get your site back up and running soon.
Best regards,
VictoriaHey marcell-schmidtgrafisk,
Sorry for such a late reply. Our normal response time is between 12 to 24 hours, but our request queue is quiet long at this time.
This page you provided is not working. If you still need our help, please, provide temporary admin access to your site in the private content box and specify the page where you’re experiencing this problem.
Best regards,
VictoriaHi M,
Here is the code you can put in Quick Css filed in Enfold > Enfold Theme Options > General Styling:
#top .post-entry.post-entry-type-page.post-entry-7040 .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos-content { vertical-align: bottom; text-align: right; }Don’t forget to press ctrl+f5 or cmd+r when reviewing changes on your page.
Let me know if this was helpful.
Best regards,
VictoriaHi Karl,
I found this in enfold-child/style.css
#top .fullsize .template-blog .blog-meta { display: none; }It hide the preview image in Author Single small preview, and styles for .small-privew are different in layout.css.
So the changing mode works, it’s just different styles are applied. Now you have to decide, what you need and apply necessary styles.
Let us know if you have any more questions.
Best regards,
VictoriaMarch 16, 2017 at 9:07 pm in reply to: Google indexes my enfold blog category and tag pages also, what do to? #762206Hey pimroll,
Here are a few good articles on the topic:
http://www.wpbeginner.com/beginners-guide/how-to-stop-search-engines-from-crawling-a-wordpress-site/
Let us know if you have any more questions.
Best regards,
VictoriaHey MichaelAlbany,
Normally, by design images for sliders are made of the same size. Even if the image will not push the content down, it might overlay and cover content. What’s the point?
You can try to put a gallery on a different layer, above or below with LayerSlider WP.
Let us know if you have any more questions.
Best regards,
VictoriaHey mjakubicek,
Before saving, go to Text mode, clean out all the extra HTML and after
<pre>add
<code>and the same with closing tags.
Best regards,
VictoriaMarch 16, 2017 at 8:32 pm in reply to: Add the search icon from header into a full width submenu? #762173Hi Sebastian,
The solution provided by Mike is totally valid for your case, just put that php function call
<?php get_search_form();?>wherever you need and style it properly.
Let us know if you have any more questions.
Best regards,
VictoriaHi Wolf,
I checked in Firefox it was playing that movie, than I hit cmd+r, and after reload I could not reproduce it any more, in Chrome and Safari – all good.
Try cmd+r and let us know how things are.
Best regards,
VictoriaHi wschaefer1,
I think you should put a hidden small logo in header main container and make it visible when invisible disappears. Normally this is where logo is placed.
Let us know if you have any more questions.
Best regards,
VictoriaHey NetphoriaInc,
Set the background attachment of the image in that color section to scroll.
Let us know if you have any more questions.
Best regards,
VictoriaHey NetphoriaInc,
What is the element in question? What are you trying to add styles to?
Best regards,
VictoriaHi Martin,
The breakpoints are defined in grid.css, this one on line 85.
You can try to make font scale and decrease line-height as the window scales.
Let us know if you have any more questions.
Best regards,
VictoriaHey NetphoriaInc,
The functionality to create as per your design is available with the LayerSlider WP. You can put text overlays and buttons with it.
Let us know if you have any more questions.
Best regards,
Victoria -
AuthorPosts
