Forum Replies Created
-
AuthorPosts
-
Hi,
Edit a portfolio, look for Featured Image then click “Set featured image”.
Regards,
Ismael
Hi,
Maybe you are doing it wrong.
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"E714";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"E714";}Check this link http://www.entypo.com/characters/. Look at the first icon, which is a telephone. The code is U+1F4DE. If you want to apply that, you can use this.
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}Please replace the original code on base.css. It is not working on custom.css.
Remove browser cache then hard refresh your page to see the changes.
Regards,
Ismael
Hi,
Import the Dummy data. Check the dimension of the layers on LayerSlider WP. The slider “Enfold – most beautiful theme ever” is a nice example of a responsive slider. Suggested background image size 1600x470px.
Regards,
Ismael
May 26, 2013 at 4:10 am in reply to: Yoast SEO conflict with Enfold – Not showing sitemap urls #121240Hi,
The Advance Layout Editor, in some parts, is a bit unstable at the moment but Kriesi is doing his best to fix the issue. It seems that the problem exist to those who have third party plugins installed. Please deactivate them then reactivate them one at a time, see if the problem persists. Can you still access the page on the frontend?
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.logo img {
max-width: 300px !important;
}Regards,
Ismael
Hi,
I already reported the issue to Kriesi.
You can put the EasySlider inside a column, I think that’s the other workaround when using the EasySlider.
Regards,
Ismael
Hi,
Refresh your page a few times.
These are the steps you can do
– Deactivate all plugins then reactivate them to check which plugin is interfering with the Screen Options.
– Switch back to TwentyTwelve theme, see if the button works.
– Re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?
– Increase the memory available on your PHP.
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M. If your line shows 64M try 128M
memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)
2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ’64M’);
4. Talk to your host.
Regards,
Ismael
Hi,
Sometimes, the best way to get sharp thumbnails is to create thumbnails that fits exactly on the container. This is why we need to change the thumbnails sizes on functions.php. Can you give us a link to your website?
Regards,
Ismael
Hi,
Can you give us a step by step instruction on how you end up with this kind of page? We would like to recreate the page and fix it.
Regards,
Ismael
Hi,
Suggested image size for that kind of layout is 666x539px. You can change this line on functions.php
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
Regenerate the thumbnails.
Regards,
Ismael
Hi,
Please add this on your custom.css to change the menu color
.main_menu a {
color: white !important;
}To change the active page color, use this
.current-menu-item > a {
color: black !important;
}For the submenu hover, you can use this
.header_color .main_menu .menu ul li a:hover {
background-color: white;
color: orange !important;
}Regards,
Ismael
Hi,
Create a new test site. Import the dummy data then go to LayerSlider WP. Copy the code under Export sliders. Go back to your site, again, go to LayerSlider WP > paste the code under Import sliders, click Import.
Regards,
Ismael
Hi,
Just edit your homepage, look for “Header Settings”, select “Don’t display the Header”.
Regards,
Ismael
Hi,
Is Desktop Wallpaper a category for your portfolio entries? Please make it a category then do Dude’s code above. This will only work if you are not using the Advance Layout Editor for your portfolio items.
Regards,
Ismael
Hi,
1.) The sidebar expands when there are widgets present. It has no definite height. You need a javascript of some sort to make the sidebar inherit the height of the content area. A simple solution is to define a minimum height for the sidebar but this is not flexible and may not be appropriate for all types of pages. Add this on your Quick CSS or custom.css
#top #main .sidebar {
background: red;
min-height: 600px;
}2.) You can add this on your custom.css or Quick CSS.
.widgettitle {
border-bottom: 1px dotted red;
padding-bottom: 10px;
}3.) To add a bottom separator, you can use this
.widget {
border-bottom: 1px solid black;
}Regards,
Ismael
Hi,
Glad they are fixed.
For the header background, please follow these links.
https://kriesi.at/support/topic/mega-menu-bug#post-108100
https://kriesi.at/support/topic/header-background-image-2
Cheers,
Ismael
Hi,
Sorry for the delay.
I tested your website using Chrome, I added a red text “Add add add” and I saved it successfully. It does took a long while. Please try to disable the plugins then activate them one at a time. Check if they have something to do with the slider.
I didn’t remove the red text. Please remove it.
Regards,
Ismael
Hi,
Create a page, go Advance Layout Editor. Under Content Element > Insert the Blog Posts element. You can change the layout under “Blog Style”. Look for Blog Content length, choose Excerpt with Read more link.
Regards,
Ismael
Hi,
You can change the image size on functions.php
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columnsThe code above are thumbnail size for 2,3 or 4 column portfolio. Regenerate the thumbnails after.
Regards,
Ismael
Hi,
Please edit your homepage, look for Portfolio Grid. Edit it then find Post Number, select the number of items that should be displayed.
Regards,
Ismael
Hi,
You don’t need to build different pages for your videos. Just create a page, insert columns, on each columns insert an image which is linked to a video url.
You can insert videos on LayerSlider WP.
Regards,
Ismael
-
AuthorPosts