Forum Replies Created
-
AuthorPosts
-
Hi David!
Are you using the Visual editor? Please switch to the Text or HTML editor. Upgrade your installation to Enfold 2.3.2.
Regards,
IsmaelHi!
Please remove browser cache then reload the page a few times. Please try it on another browser. If you have a cache plugin, flush the settings. You can post the login details here and set it as a private reply.
Regards,
IsmaelOctober 21, 2013 at 7:39 am in reply to: How to remove the little extra thumbnail on every post with a featured image? #178282Hey!
1.) Just edit the team member element then look for Add/Edit Social Service or Icon Links.
2.) You can use the Color Section element, add a background then set the Background Position to Fixed.
3.) You should have it on your email. Please contact themeforest.
Cheers!
IsmaelOctober 21, 2013 at 5:10 am in reply to: Blog Post content setting Multiple Categories does not work #178264Hi ricap!
Do you have Enfold 2.3.2? Please deactivate all plugins then try again. Please post the link of your website here.
Best regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS to increase the width of the portfolio content table:
.av_table_col.portfolio-entry.portfolio-preview-content { width: 100%; }Remove browser cache then reload the page.
Regards,
IsmaelHey AllPortugal!
Have you tried building the icon list again? I visited the site and icon list shows up fine. What browser are you testing this with?
Regards,
IsmaelHey PPCHound!
Please add this on your custom.css or Quick CSS:
.logo img { max-width: 230px !important; }Best regards,
IsmaelHi!
Upload a larger logo image then select the size that you want before you click “Add image as Logo” button. Add this on your custom.css or Quick CSS:
.logo, .logo a { min-width: 400px; }Adjust the minimum width of the logo according to your logo size.
Cheers!
IsmaelHi radis92!
Please watch this video: https://vimeo.com/64996057
You need to edit config-templatebuilder > avia-template-builder > config > meta.php, find this code:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),Replace it with:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),Regards,
IsmaelHi!
The link you provided has “Internal Server Error”. You can increase the switchWidth value to make the mobile menu appear on larger screens. Find this code on line 87 inside js > avia.js:
switchWidth = 767;Replace it with:
switchWidth = 1024;Remove browser cache then reload the page a few times. Resize the browser to less than 1024px, the mobile menu should show right away.
Regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { .logo img, .logo, .logo a { min-height: 100px; min-width: 400px; } }Remove browser cache then reload the page.
Regards,
IsmaelOctober 21, 2013 at 4:09 am in reply to: Medium-sized image for image post with excerp right #178247Hi!
Please add this on your custom.css or Quick CSS:
.big-preview.single-big { float: left; width: 50%; margin-right: 20px; }Remove browser cache then reload the page.
Regards,
IsmaelHi!
Can you please post the link to your website? You can add the url of the video inside an anchor tag, use the Div / Video field. This will open the video on a lightbox.
<a href="VIDEO URL HERE" rel="lightbox"><img src="IMAGE OR VIDEO THUMBNAIL URL HERE"></a>Best regards,
IsmaelHey!
Unfortunately, that is not possible at the moment. You can use the LayerSlider to insert a video element on a slideshow. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
IsmaelHi!
@zerozendesign: Beautiful website. Looks like a minefield of cuteness. Nice job!Regards,
IsmaelHey cannonballb!
Please post the login details and set it as a private reply. We would like to inspect the page with the gallery, please post the actual link here.
Best regards,
IsmaelHi cyrusis!
1.) Can you please post a link to your website?
2.) Edit css > grid.css, look for any #boxed selectors then increase the width.
3.) Please give us a link to the columns with animations. You can use media queries to target the mobile view.
Cheers!
IsmaelHey yukanl!
There are lots of changes on the theme files and I doubt if Kriesi will have the time to pin point each files that is changed. Please create a “Change Log” to list all of the modifications that you created or you can use a child theme to preserve them.
Best regards,
IsmaelHi Marssolutions!
Did you add a plugin prior to the issue? Please deactivate them. Can you please post a link to the website?
Best regards,
IsmaelHi!
Please post a screenshot of what you’re trying to do. The code above shifted the sidebar to the right essentially removing some space.
Best regards,
IsmaelHey esotEric!
I think this has been fix on the latest update of Enfold. Do you have Enfold 2.3.2? Please download it on your themeforest account.
Best regards,
IsmaelHey!
Have you installed a plugin prior to the issue? Please use this plugin to regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHey!
What OS are you testing this with? The screenshot above is taken from Chrome Windows 7 64bit. Even if I resize the browser, the login doesn’t get out of alignment.
Regards,
IsmaelHi PPCHound!
What do you mean by distorted? IE8 doesn’t support border radius and the round icons on icon boxes will display as square.
Best regards,
IsmaelOctober 21, 2013 at 1:56 am in reply to: How to remove the little extra thumbnail on every post with a featured image? #178207Hi!
You are using a plugin call WP User Frontend and it is creating a wpuf attachments or thumbnail. Please add this on your custom.css or Quick CSS:
.wpuf-attachments { display: none; }Regards,
IsmaelHi!
Let us know if it fix the issue. Please give us a link to your website so that we can inspect it.
Regards,
IsmaelOctober 21, 2013 at 1:54 am in reply to: Imaged not centered on certains devices in layerslider #178205Hi chryseis!
Please check your website here: http://responsinator.com/?url=http%3A%2F%2Fwww.calliframe.com%2F
All layer slider elements are centered on mobile view. Your settings are correct. The Layers Container will create a new container and constrain all slider elements inside. This new container will always be aligned at the middle or center of the Layer Slider.
Best regards,
IsmaelHey franktw!
You can refer to this link: http://codex.wordpress.org/Function_Reference/wp_register
Edit header.php then add the code after the wp_nav:
<a href="http://www.example.com/wp-login.php?action=register">Register</a>Replace http://www.example.com with your domain name.
Best regards,
Ismael -
AuthorPosts
