Forum Replies Created
-
AuthorPosts
-
Hey!
Thanks for the help cyhouz. Let us know if you have any other questions PCD.
Best regards,
ElliottHey Liminalty!
Yes, we recommend the bbPress plugin, https://wordpress.org/plugins/bbpress/.
Regards,
ElliottSeptember 9, 2015 at 3:44 pm in reply to: WooCommerce Product Options in the product overview #500493Hey!
That is going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to contact Woocommerce support to see if there is some kind of extension that does this automatically or to hire a freelancer to help you out.
Best regards,
ElliottHey nickbernauer!
Add this to your custom CSS to change the sizing of the breadcrumb container.
.title_container { padding: 40px 0px; }Best regards,
ElliottHi consult!
So I’m guessing they were hacked? Have them read this, http://codex.wordpress.org/Hardening_WordPress, for making their WordPress installation more secure.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey journey5956!
Download a child theme here, http://kriesi.at/documentation/enfold/downloads/, and do the customization in the child theme functions.php file. This will make sure it stays after you update Enfold.
Cheers!
ElliottHey!
Hmm, you should be getting version 3.3.2 now. Try one more time and extract and view the style.css file to see what version it is. If it’s still showing 3.3.1 then contact themeforest support and let them know about this.
Regards,
ElliottHey cvanwilder!
Yes, it’s the events calendar plugin, https://wordpress.org/plugins/the-events-calendar/. Those pages are created automatically when installing the plugin.
Cheers!
ElliottSeptember 9, 2015 at 3:27 pm in reply to: Hyperlink email address in secondary menu and footer #500481Hi montyburns!
For the header just add a link to it like so.
<a href = "mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>For the footer it looks like your displaying the social icons instead of the menu so try adding it above line 135 in the footer.php file.
</div>Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
September 9, 2015 at 3:21 pm in reply to: Mobile Logo Blurry and Social Media Icon Alignment #500478Hey mvpacific!
1. It looks fine on my end. Are you using some kind of retina screen? If so then try uploading a larger logo. It will still display the same size on your website but on retina screens it will look sharper.
2. It looks like you got this sorted already.
Regards,
ElliottHey jdrakeproductions!
Add this to your custom CSS.
.sort_by_cat a, .sort_by_cat spaan { font-size: 15px !important; }Getting a tooltip to popup when hovering over the image is going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHey!
I’m not sure I understand either. Your referring to a link in your previous post? Your post has not been edited at all (we can see who edits them) so perhaps you just forgot to include the link?
Cheers!
ElliottHey JuergenB!
I see what you mean. I can not reproduce it on my own setup though. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. Activate Enfold instead of your child theme and clear your browser cache.
Best regards,
ElliottHi!
Not sure what it could be. I noticed there is something weird going on with your second color section when the page is loaded. It looks bigger and then shrinks some later. Try deleting that color section to see if it’s what is causing the problem or not.
Regards,
ElliottSeptember 9, 2015 at 2:51 pm in reply to: Disable any alt/title text from showing when hovering over an portfolio ajax image #500461Hi!
When I copied it the single quotes looked weird. I fixed those now.
Cheers!
ElliottHi!
Yes, if you increase the width of the 3/4 column then the play button would go to the next line. What I would do is reduce the font size of the heading just a bit. It’s actually displaying all on one line for me but when I reduce the screen a bit I can see the issue.
Cheers!
ElliottHey!
Hmm, I think that should be working. Try deleting the image and upload a new one with a different name and then clear your cache to see if it updates.
If it’s still not working then try changing line 46 in the /enfold/includes/loop-index.php file from this.
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);To this.
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], 'full');Regards,
ElliottHi Jan!
Try line 796 in the /enfold/js/avia.js file.
duration= data.duration || 1200,The 1200 value is in milliseconds so 1200 = 1.2 seconds.
Best regards,
ElliottHi!
I would try deactivating Wordfence then so we can get in and take a look.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
September 8, 2015 at 5:49 pm in reply to: Individual size of pictures doesn't work in Blogposts #500038Hi!
We have other CSS which sets the height to auto but I’m not sure why it’s shrinking down like that. If you set the height and width in the style attribute though like in my previous post it will override that.
Let us know if you have any other questions.
Cheers!
ElliottHey olofnaucler!
How are you using the video? If your using it as a color section background then it should be autoplaying.
Regards,
ElliottSeptember 8, 2015 at 5:42 pm in reply to: Main menu: change link hover color on current page link #500033Hi!
You can use this CSS to change only the current menu item hover color.
.current-menu-item:hover > a > .avia-menu-text { color: red !important; }Regards,
ElliottHi!
It looks like your using Enfold 3.1.5. Update to the latest version 3.3.2 to fix the list item bug. Be sure to clear your browser cache and any caching related plugins you might have installed.
Best regards,
ElliottHey!
When you edit the Masonry element the second option says “Sortable?”. Set that to “No, do not display sort options” to hide the categories.
Best regards,
ElliottSeptember 8, 2015 at 5:28 pm in reply to: Full screen slider not responsive on phones (Android, iPhone) #500020Hey!
It looks fine to me. When viewing in a portrait aspect ratio the images are still going to be zoomed in a bit with the fullscreen slider (because they go fullscreen). Otherwise they would look distorted. Perhaps what your wanting is to use the fullwidth easy slider instead so the images will display in the same aspect ratio on all screen sizes.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey!
It does not matter. If you have edited the parent theme files then those will be gone after updating. It would be best to do your customizations in the child theme. All of your other settings will be saved but you can create a copy of them in Dashboard > Enfold > Import/Export just in case.
Best regards,
ElliottHi wordsatworkmn!
You can try something like this.
.menu-item a:hover .avia-bullet { position: absolute; z-index: 444; top: 100px; right: 0px; background: red; width: 30px; height: 30px; }To get it to display as a triangle then you can create a image and set it as the background or try this CSS trick out, https://css-tricks.com/snippets/css/css-triangle/.
Regards,
ElliottHi!
I see it’s working fine on my end. Clear your browser cache.
Cheers!
ElliottHi!
Create a new page and then add the stuff in manually without copying / pasting into the debug field. That will let you know which area is causing the problem.
Best regards,
ElliottHey!
I see a couple of columns and images, headings, and text which look like blog posts but they are actually created manually with the other content elements. You do not have a blog page setup either. Which page are you displaying the blog posts on? Send us a link to it please.
EDIT: Ok I see it now. The post meta is being hidden with CSS though. Add this to your custom CSS to display it.
.av-blog-meta-category-disabled .minor-meta.blog-categories, .av-blog-meta-category-disabled .text-sep-cat { display: block !important; }Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
-
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
