Forum Replies Created
-
AuthorPosts
-
Hey!
You can add another column on the grid. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */ __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', /* __('5 Columns', 'avia_framework' )=>'5', */
Replace it with:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */ __('2 Columns', 'avia_framework' )=>'2', __('3 Columns', 'avia_framework' )=>'3', __('4 Columns', 'avia_framework' )=>'4', __('5 Columns', 'avia_framework' )=>'5',
You can now select 5 columns.
Cheers!
IsmaelSeptember 19, 2013 at 4:26 am in reply to: Enfold, Theme Update, 2013 September 18 – Version 2.2 #163339Hey!
@akhilz: The link color on your footer is white. Which of theme elements do you want to change and to what color?Regards,
IsmaelHi!
Hey, you’re using a very old version of the theme. Please download Enfold 2.1 then update to WordPress 3.6.
Cheers!
IsmaelHey Semel!
Did you translate your website in German? Can you give us a link to the website?
Regards,
IsmaelHi Eleina_Shinn!
You can add this on your custom.css or Quick CSS:
#top .social_bookmarks { float: right; top: 50px; position: relative; } .social_header .phone-info { top: 100px; position: relative; }
You can adjust the top position. Unfortunately, there is no easy way of adding your own icons. You can refer to this link: https://kriesi.at/support/topic/youtube-icon/
Best regards,
IsmaelHello!
Edit js > avia.js, find this code:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com"] , a[href*="screenr.com"]'
Replace it with:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="screenr.com"]'
Remove browser cache then reload the page.
Regards,
Ismael-
This reply was modified 11 years, 5 months ago by
Ismael.
Hey!
I tested this on my end using a child theme and the Styling tabs works ok. Have you tried selecting a “predefined color scheme”? See if it works.
Regards,
IsmaelHey!
Can you please re-install WordPress and start from scratch? You should increase php memory limit on wp-config.php file, add this:
define('WP_MEMORY_LIMIT', '128M');
Cheers!
IsmaelSeptember 19, 2013 at 3:28 am in reply to: Blog Posts "Excerpt with Read More Link" replaces post title #163282Hey Jamie Wyant!
I tested this on my end and both blogs are fine. This is what I have:
Best regards,
IsmaelHello!
You use the Gallery element but you didn’t choose which images to show. It doesn’t work like the default wp gallery where you just upload image and insert the shortcode.
Regards,
IsmaelHi omakad!
Please add this on your custom.css or Quick CSS:
.logo, .logo a { height: 100%; height: auto\9; max-height: 100%; }
Regards,
IsmaelHi rothenflue!
Please add this on your custom.css or Quick CSS:
#advanced_menu_toggle, #advanced_menu_hide { right: 50px; }
You can adjust the right position.
Cheers!
IsmaelSeptember 19, 2013 at 3:07 am in reply to: WooCommerce Layered Navigation / Avia Integration #163274Hello King Minolta!
I visited the shop page and it looks fine except for the missing product images. Can you give us a screenshot of the thing you want to fix?
Cheers!
Ismael-
This reply was modified 11 years, 5 months ago by
Ismael.
September 19, 2013 at 3:05 am in reply to: Pricing table: Different colors on each collumn header #163271Hey,
You can add this on your custom.css or Quick CSS:
.single-post .single-small.with-slider .small-preview { left: 65px; }
Regards,
IsmaelHey,
Are you using the “Image” post format? It should open the image on lightbox.
Regards,
IsmaelSeptember 18, 2013 at 6:31 am in reply to: Problem with viewing 'Enfold – most beautiful theme ever' to edit it. #162777Hi,
Please increase php memory limit.
http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHey,
I tested this on my end and yes the code doesn’t work when you place it on the child theme’s function.php. Let me tag Kriesi. Anyway, you can decrease the sidebar width using css modifications. You can increase the size of the content to push the sidebar.
@media only screen and (min-width: 1340px) { .responsive_large .container .nine.units { width: 900px; } } @media only screen and (min-width: 1140px) { .responsive .container .nine.units { width: 690px; } } .container .nine.units { width: 700px; } @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .container .nine.units { width: 520px; } }
Regards,
IsmaelHey,
You can remove the icon on top of the post using this on your custom.css or Quick CSS;
.post-author-format-type { display: none; }
Regards,
IsmaelHi,
I really don’t see the issue on my end. I’m using Google Chrome, same as yours. Please remove browser cache then reload the page a few times.
Regards,
IsmaelHi,
You can edit a layer then go to Attributes panel, give it a unique ID. You can then declare a google font on Enfold > Styling > Quick CSS. Let’s say for example you give it an id called “layer-google-font”. You can use this:
#layer-google-font { font-family: 'Open Sans', sans-serif; }
Regards,
IsmaelSeptember 18, 2013 at 6:11 am in reply to: My portfolio sorter work not good and how to turn off search? #162768Hi,
2.) You can remove the portfolio title link using this on your custom.css or Quick CSS:
.grid-content .grid-entry-title.entry-title { pointer-events: none; }
3.) You need to hire a freelance developer if you want to modify how the portfolio sorting effects work.
4.) You need to fill in the content to avoid having an issue on the socket. You can choose not to display them by editing the page, look for Layout > Footer Settings.
Regards,
IsmaelHey,
@chadlewine: Please check https://kriesi.at/support/topic/pricing-table-different-colors-on-each-collumn-header/Regards,
IsmaelSeptember 18, 2013 at 5:25 am in reply to: Blog (original: en) does not show in second (de) and third (fr) language #162757Hi,
You need to configure both languages. You need to switch to the other language then set the blog on Enfold > Theme Options > And where do you want to display the Blog? option.
Regards,
IsmaelHey,
That’s how it works. The caption title will slide from the left while the caption text will slide from the right. You can only change the caption position but not the caption transition.
Regards,
IsmaelHi,
Yes, that is the only available transition for the Layer Slider’s layers. You can also check the Slide Options > Transitions, there are lots of effects that you can choose from. You can rotate objects using the Rotation field under Transition properties. You should probably import the dummy data to learn more about the plugin. Watch this short video: http://www.youtube.com/watch?v=ZY9SxVyugx4
Regards,
IsmaelSeptember 18, 2013 at 5:10 am in reply to: Blog posts text rendering in mobile devices with Avia Layout Builder #162752Hey,
I search some of the forums and they say that this happens if your device is nearly out of memory and then has to allocate a huge amount e.g. for sites that have some big javascripts running and loading data over ajax. Try closing all running apps Task Manager > Double click then home button and reload the page again.
Let me tag Kriesi and Devin. :)
Cheers,
Ismael-
This reply was modified 11 years, 5 months ago by
Ismael.
-
This reply was modified 11 years, 5 months ago by
-
AuthorPosts