Forum Replies Created
-
AuthorPosts
-
Hey Suny!
Navigieren Sie zu Dashboard – > LayerSlider WP -> Ihre Slider -> Slider -Einstellungen – > Layout und die erste Option, die Sie sehen, sollte die Breite sein . Wenn Sie es haben wollen Fullscreen legen Sie es dann auf 100%. Ansonsten nur eine Pixelbreite eingestellt .
Sehen Sie hier für das Hinzufügen neuer Skins zum LayerSlider , http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html#skinsupport .
Mit freundlichen Grüßen ,
ElliottHey Hyperdevbox!
I also noticed that the page title “Forum” is missing on mobile. Not sure what would be causing that. Have you tried deactivating all of your other plugins?
The forum software we recommend to use is bbPress, have you considered using that plugin instead?
Best regards,
ElliottHey!
To do that you would use HTML like so,
<a href = "http://vimeo.com/1084537" rel = "lightbox">Click me to open a video</a>
That will open the video in a popup as shown in the website you linked to.
Best regards,
ElliottHi zchristos!
HTML and shortcodes should work in the product description. Go ahead and send us a link and paste the code your using here and we’ll take a look.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi webdesignIO!
Try adding this to your custom CSS,
.product-sorting { display: none !important; }
If that’s not working then send us a link and we’ll take a look.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 4, 2014 at 9:09 pm in reply to: How to display post excerpts instead of full post contents #346112Hey sasusc!
Try opening up /enfold/includes/loop-index.php and on line 55 you should see this,
$current_post['content'] = str_replace(']]>', ']]>', apply_filters('the_content', $current_post['content'] ));
Add this on the next line,
if (is_archive()){ $current_post['content'] = get_the_excerpt($post->ID); }
Regards,
ElliottHey tonyska!
You need to remove the color section surrounding your content. That will make it display full width and above your sidebar.
Best regards,
ElliottHey Flemming!
I think this is what your wanting, http://stackoverflow.com/questions/14829040/facebook-sharer-popup-window.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey djshortkut!
Try adding this on line 59 in /enfold/header.php;
<?php echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true); ?>
And then add this to your custom CSS,
#wrap_all > .logo { display: none; } .show_mobile_menu > .logo { display: block !important; position: relative; z-index: 2000; margin: 0px auto; }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 4, 2014 at 7:53 pm in reply to: Adding an intro text/pic to the top of the blog post #346049Hi!
For some reason that page is not updating at all. Your other pages are fine though. Try deleting that page and recreate it.
Cheers!
ElliottHi!
For the image shortcode you can have WordPress resize it. When you select the image from your media library look to the right and there will be a size setting where you can select a size such as thumbnail, medium, full size, etc etc. If you do that for all of your images then they should display the same size.
Cheers!
ElliottHey!
Looks like it’s coming from this,
<link rel="stylesheet" href="http://184.154.1.124/~fwadevel/wp-content/uploads/sass/wc_quotes_orders.min.css" type="text/css" media="screen">
If the plugin authors do not have information on removing it then you can also try logging into your server via FTP and edit the file manually to remove all of the CSS.
Cheers!
ElliottHi!
It looks like the problem is that your getting a 404 on tinyMCE which is causing javascript errors,
"NetworkError: 404 Not Found - http://182.160.153.36/~wosld0dl9jufj/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4104-20140822"
This is not a theme issue because the error displays even in the default theme. Did you recently update WordPress? I would try creating a backup and reinstall WordPress to see if the error goes away.
Cheers!
ElliottHey!
It looks like you set them to absolute path, http://neue-wordpress-homepage.de/teams/, and they are working fine on my end now. What errors are you referring to? If your still having issues then send us a link to the page in question and we’ll take a look.
Be sure to clear your browser cache and any caching related plugins you might have installed.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 4, 2014 at 6:56 pm in reply to: Editing Woocommerce single product page and customer emails. #346014Hey!
Send us a link to one of your products and we’ll take a look. You can mark your reply as private if you wish.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey RachelIdentify!
It looks like they are using custom code and images for that. You may be able to find a plugin that does this but I do not know of any that I can recommend.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 4, 2014 at 6:47 pm in reply to: The main menu drop down is hanging too far below the main menu. #346004Hey!
When you activated a child theme you have to recreate the WordPress menus in Dashboard -> Appearance -> Menus.
Regards,
ElliottHi!
Try adding this to a text block in the or if your using the default editor switch to the Text tab and add this to the bottom,
<style type = "text/css"> div .av_two_fifth { margin-left: -3.5% !important; } </style>
Best regards,
ElliottHi!
I don’t recommend it. It would be best to stick with one. I would check out, https://wordpress.org/plugins/wordpress-seo/, it’s a pretty powerful SEO plugin. It also has a bulk editor which makes it so you can quickly change SEO.
Best regards,
ElliottHi Marie!
Enfold already has a responsive menu for mobiles which is the button in the top right hand corner. Are you wanting to disable that and keep your regular menu?
Best regards,
ElliottHi mar10nlund!
This is the CSS he used to create that effect,
#header { background-color: transparent; background-image: none, linear-gradient(to top, rgba(7, 15, 25, 0.75) 0px, rgba(7, 15, 25, 0.8) 10px, rgba(7, 15, 25, 0.86) 20px, rgba(7, 15, 25, 0.9) 30px, rgba(7, 15, 25, 0.94) 40px, rgba(7, 15, 25, 0.98) 50px, rgba(7, 15, 25, 0.99) 60px, #070f19 70px); background-position: center top; background-repeat: repeat; border-bottom: medium none; box-shadow: 0 1px 0 0 rgba(5, 38, 57, 0.05); } #main { background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 5px, rgba(255, 255, 255, 0.86) 10px, rgba(255, 255, 255, 0.9) 20px, rgba(255, 255, 255, 0.94) 30px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px); background-position: center top; background-repeat: repeat; background-size: auto auto; box-shadow: 0 -1px 0 0 rgba(5, 38, 57, 0.05); }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Go ahead and take a screenshot and highlight inside your screenshot exactly what your trying to do so we can get a better idea.
Regards,
ElliottHi!
Under the “Element Title and Excerpt” option you can have them display on hover instead of always visible. Or if you set the size setting to “Flexible Masonry” then the title and excerpt will display beneath the image so they are more visible on mobiles.
I recommend trying out those two options.
Cheers!
ElliottNovember 4, 2014 at 6:11 pm in reply to: Full Width Easy Slider – How to we have text positioned on Top Left? #345975Hey koala!
Try adding this to your custom CSS,
.slideshow_align_caption { display: block !important; }
When using the left frame or left position caption.
Regards,
ElliottHi Atelier_interaktiv!
1. Try adding this to your custom CSS,
.responsive .logo a, .responsive .logo img { max-height: 100px !important; height: 100px !important; max-width: 100px !important; width: 100px !important; }
And then play around with the values to change it’s size.
2. Navigate to Dashboard -> LayerSlider -> Your Slider -> Slider Settings -> Layout and make sure you don’t have the “Hide on mobile” option checked.
3. Are you trying to just change the blog title font? Go ahead and send us a link and let us know exactly which elements your trying to change.
4. It looks fine on my end. Take a screenshot of what your seeing so we can get a better idea of what’s going on.
5. Are you just wanting to make this image bigger? Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
6. I’m not sure I understand. Is this the “Angebot” area? If so then you currently have three columns setup with buttons in each column and text below them. You would just need to move the buttons around if you want to re-order them.
Cheers!
ElliottNovember 4, 2014 at 5:36 pm in reply to: Right sidebar not working in blogposts and no list of latest blogposts #345946Hi Effektid!
1. You can use the Blog Posts element to display your blog posts. It has 4 different styles you can use. You can also use the Masonry element to display blog posts as well.
2. Go ahead and update Enfold to 3.0.2 and let us know when your done and we’ll take a closer look.
Cheers!
ElliottHey famewebdesign!
When you edit your slide there is a “Select Transitions” button which you can use to change the slide transitions.
Best regards,
ElliottHi!
You currently have a coming soon template setup so we will need an admin login to take a look.
Best regards,
ElliottHey!
I’ll go ahead and flag this for the rest of our team to take a look.
Regards,
ElliottHey ThomasNorden!
I don’t see the separator anywhere in your source code. I noticed you got the google map to go full width though. Is this what you were trying to do?
Cheers!
Elliott -
AuthorPosts