Forum Replies Created
-
AuthorPosts
-
September 4, 2015 at 7:12 pm in reply to: Table Element – Not working properly in responsive mode #498569
Hey!
It depends on how you build the table. Make sure the headings line up with the data cells. For example if you have one blank heading cell at the start then it will create an offset on mobiles. See here, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/#post-387990.
Regards,
ElliottSeptember 4, 2015 at 7:08 pm in reply to: Mansory Posts – "Load more" calls for secured passward-protected page. #498565Hey!
I didn’t see any pagination, only the load more button.
Regards,
ElliottHi!
Download a child theme and add it to the functions.php file in the child theme folder, http://kriesi.at/documentation/enfold/downloads/.
Besides that there is also the “Template” big blue button in the layout builder which you can use to save copies of your content and then load it on another page.
Best regards,
ElliottHi!
It seems to be linking ok on my end. What browser and operating system are you using?
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi Alicia!
Set the layout to stretched and then add this to your custom CSS.
#main .container { max-width: 90%; } #main #footer .container { max-width: 100%; } #main #socket .container { max-width: 100%; }Regards,
ElliottHey devynspirit!
Can you send us a link to your page so we can take a look? Also paste the code your using here in the private content section.
Regards,
ElliottHi andrewlasher!
I’ve been seeing that also. Your using Chrome right? I don’t think it’s a theme issue because it happens also for me when the default theme is activated. Must be a quirk in the latest Chrome version.
Found this, https://code.google.com/p/chromium/issues/detail?id=527657.
Regards,
ElliottHey Lauren!
Have you contacted Woocommerce support about this? What happens in the default theme?
A white screen is usually a PHP error. Check your server error logs for any useful information.
Be sure to deactivate all plugins while testing.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey Edna!
What’s the zoom setting at in Chrome? What’s the resolution your currently using in Windows 10?
Regards,
ElliottSeptember 4, 2015 at 6:16 pm in reply to: open Image in post in a new window not gallery/light-box view #498544Hi mocablue!
So you want to create a link to display an image in a new tab instead of in a lightbox correct? When you type your HTML out add a class of “noLightbox” to the link like so.
<a href = "URL to your image" class = "noLightbox">Click me</a>Cheers!
ElliottHi envapk2!
Add this to your functions.php file.
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4); function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta) { $link = wp_get_attachment_image_src($attachment->ID, "full"); return $link; }Regards,
ElliottHey ccharell!
When you selected your featured image did you make sure to use the full size and not a thumbnail? Right now it’s being resized to 710 x 200.
Best regards,
ElliottHi MarieAn!
How are you trying to edit it? You can change the styling for the blog page and the archives in Dashboard > Enfold > Blog Layout.
Regards,
ElliottHi melangeur!
I’m sorry but I’m not sure I understand. Can you send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea?
Best regards,
ElliottHey Mike61!
Add a color section to your page and add the image as a background for the color section. You can set it to not repeat and it’s position to right top to look the same as you currently have.
Cheers!
ElliottSeptember 4, 2015 at 5:42 pm in reply to: Automatically using blog posts in Content Slider, Easy Slider or #498525Hey mdehart1!
There is a post slider element you can use to display posts in a slider. Switch to the “Content Elements” tab and drag it to your page content to use it.
Best regards,
ElliottSeptember 4, 2015 at 5:40 pm in reply to: What is the html/css code for the Special Heading? #498523Hey kgbrooklyn!
Try this out.
<p style = "font-family: "Lato" !important; font-size: 3em !important; font-weight: 300; color: #222; line-height: 1em;">Text</p>Cheers!
ElliottHey rink87!
I see what you mean. I noticed the WYSIWYG for the Visual editor is not displaying and you cannot switch to the Text editor either. It’s like javascript is not executing but I did not see any errors. Not sure what’s going on there.
I would try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Did this start happening recently? Did you just do a WordPress update?
Regards,
ElliottHi Dustin!
Which page is it? Have you tried deactivating all of your plugins? It looks like you have quite a few.
Cheers!
ElliottHi kgbrooklyn!
Your link is timing out for me. Contact your hosting provider and check to see if everything is ok.
Cheers!
ElliottSeptember 4, 2015 at 5:17 pm in reply to: theme shortcode button looses target "_top", but "_blank" works #498507Hey Stephan!
It only accepts the current window or a new window.
If you need to use _top then you can right click your page and view source and copy the button HTML and then paste it into a codeblock element and change the target that way.
Best regards,
ElliottHey xxtita!
I don’t think there is anything we can do there. If you force the gallery down with CSS then the images will look distorted. If you still want to try it then the CSS would look like this.
.avia-slideshow-gallery.av_slideshow.avia-slide-slider, .avia-slideshow-inner, .avia-slideshow-inner img { min-height: 800px; }Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi ar13860!
Send us a link to your page and paste the full code you need to use and we’ll see if it’s possible.
Regards,
ElliottHi Bettina!
Hmm, not sure what it could be. You could try changing their font size via CSS to see if it scales correctly. Send us a link when you go live and we’ll take a look.
Cheers!
ElliottHi sjwmobile!
On line 126 in the /enfold/functions.php file try switching it to this.
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => true); // images for fullscreen masonryYou may need to regenerate your thumbnails afterwards to see the changes, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi Kyzoe!
You can use this CSS to hide it or move it around.
.onsale { display: none; position: absolute !important; right: 30px !important; top: -40px !important; }The “display: none” portion hides it.
Best regards,
ElliottHey narif!
If you link to the youtube video in an actual link element then it will open up in a popup.
<a href = "your youtube URL goes here">Click me</a>You can use do it with our button shortcode also.
Cheers!
ElliottSeptember 4, 2015 at 4:36 pm in reply to: Individual size of pictures doesn't work in Blogposts #498481Hi patrickmueller!
The image your using there is 24 x 154. Are you trying to get it to display in it’s original dimensions?
Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi 500Webmaster!
It’s a limitation with the plugin. Search engines will still see all of your content on the front end just fine.
Cheers!
ElliottSeptember 4, 2015 at 4:24 pm in reply to: Insert media(Image) in entry does not show up the Media library, only a part of #498475Hi anokmarg!
I logged in and created a draft post but I see all of the images in your media library from all of your other posts. Try deactivating Jetpack and view in another browser.
Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
-
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
