Forum Replies Created
-
AuthorPosts
-
Hey,
Glad the solution worked. The template-builder is a bit tricky. Please try this:
Edit template-builder.php, remove everything then paste this code: http://pastebin.com/QDsWKWPP
Regards,
Ismael
July 24, 2013 at 9:45 am in reply to: Issues with "pre" tagged content placed in tabs using the safari browser #131084Hi,
Please switch your Advance Layout Editor to debug mode. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You’ll be able to see the actual shortcode below the Advance Layout Editor. Please increase the php memory limit to 128M or higher.
Edit wp-config.php, add this code
define('WP_MEMORY_LIMIT', '128M');
Regards,
Ismael
July 24, 2013 at 9:38 am in reply to: Featured Image works on every page except my "Frontpage" #130570Hi,
Please send the login details on ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHi,
I visited the website, looks like you manage to use Media Queries to adjust the menus.
Regards,
Ismael
Hi,
Can you give us a link to the website? No, it is not a known issue. How did you add the button?
Regards,
Ismael
July 24, 2013 at 2:48 am in reply to: margin or padding for all contents including the header, title, and sliders #129371Hi,
Have you tried using the Enfold > Styling > Use stretched or boxed layout? > Boxed Layout? I think it will solve all your problem. The layer slider width is too big, I don’t understand why you need 5000px on the slider.
Regards,
Ismael
July 24, 2013 at 2:05 am in reply to: Dropdown navigation suddenly became huge and spreads across the page #130536Hey,
Upgrade to Enfold 1.8.2.
Did you add any plugins prior to this issue? Please deactivate them, see if the slider works.
Increase your php memory limit to 128M or higher. Make sure you’re using wordpress version 3.5 up.
Edit wp-config.php, add this code:
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Regards,
Ismael
July 23, 2013 at 6:33 am in reply to: Woocommerce – hide top right cart icon unless logged in… #130685Hi,
You can specify the Layers Container width on LayerSlider WP > Slides > Global Settings > Basic > Layers Container. Specify the width (px).
(px) This feature is useful if you are using a full-width slider and you want to avoid stretching your layers across the full viewport horizontally. Just specify a custom width in pixels, and the slider will create a centered inner area to place your content into that. Note that this feature is working only with pixel-positioned layers, but you can still use the value '50%' if you want centered positions.
Regards,
Ismael
Hi,
Sorry for that. You should leave the theme version number or you’ll lose the theme settings configuration. We’ll update it for you.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
#prayerengine_notifyme {
min-width: 13px;
min-height: 13px;
}Can you give us a screenshot of what you see on IE?
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
.ls-playvideo {
display: none;
}Regards,
Ismael
Hi,
I visited your site ht tp://flop side.tech core.com.au/~jbolger/word press/, the menu looks ok. I tested it on this site and the you can see that the menu looks fine. http://responsinator.com/?url=http%3A%2F%2Fflopside.techcore.com.au%2F~jbolger%2Fwordpress%2F
Regards,
Ismael
Hi,
Please give us a link to your website. Let us inspect the issue.
Did you import the dummy data and work on the default Layer Slider?
You might want to increase the wordpress php memory limit. Edit wp-config.php, add this code
define('WP_MEMORY_LIMIT', '128M');
Probably it has something to do with your host. You should consider upgrading.
Regards,
Ismael
Hi,
You can use this plugin: http://wordpress.org/plugins/wp-google-fonts/
You can also manually edit includes > admin > register-admin-options.php, go to lines 204-308. You can add Heading font after this code:
'Yellowtail'=>'Yellowtail',
and body font after this one:
'Lora'=>'Lora',
Regards,
Ismael
Hey,
Glad you found it.
You can watch this video: https://vimeo.com/channels/aviathemes/67651241
Regards,
Ismael
Hi,
You can find it on framework > php > class-form-generator.php.
You can use plugins like Contact Form 7 and Gravity Forms.
You should probably use http://wordpress.org/plugins/wp-smtp/, configure it according to your mail server.
Refer to this link: https://kriesi.at/support/topic/contact-form-does-not-work
Regards,
IsmaelJuly 23, 2013 at 5:44 am in reply to: Portfolios always show "you are here: home/Portfolio 3 Column Ajax/… " #130985Hi,
Did you import the dummy data? You must be working on the “Portfolio 3 Column Ajax” page. Go to Pages tab, change the name of the page.
Regards,
Ismael
July 23, 2013 at 5:42 am in reply to: Dropdown navigation suddenly became huge and spreads across the page #130534Hey,
Please send it on //…
Include the word “Kriesi” on the subject. Add the login details and the link of this thread on your email.
Regards,
IsmaelHi,
This will require a lot of modifications. Example for the pages, you need to edit page.php or template-builder.php (if you’re using the Advance Layout Editor). Create a page using the default editor, set a Right Sidebar. Edit page.php, find the code that renders the sidebar:
<?php<br /> <br /> //get the sidebar<br /> $avia_config['currently_viewing'] = 'page';<br /> get_sidebar();<br /> <br /> ?>
Place it on top of the loop’s container:
<div class='template-page content <?php avia_layout_class( 'content' ); ?> units'>
Add this on your custom.css:
#top #main .sidebar {<br /> float: right;<br /> width: 269px;<br /> }
And this one to make sure it is visible on mobile devices
/*<br /> Mobile Styles<br /> ================================================== */<br /> /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */<br /> <br /> @media only screen and (max-width: 767px) {<br /> /* Add your Mobile Styles here */<br /> .responsive #top #main .sidebar {display:block; }<br /> }
We’re only talking about the Page made using the Default editor. You still have posts, products, portfolios and pages with Advance Layout Editor. And it might require some Media Queries to correct the layout for screen widths.
Send me an email on //…
Regards,
IsmaelHi,
Please send it on ///.
Include the work “Kriesi” on the subject. Add the link of this thread and the login details on your email.
Regards,
IsmaelHi,
You can use this plugin:
http://wordpress.org/plugins/no-right-click-images-plugin/
It works a treat. :)
Regards,
Ismael
Hey,
Sorry for that. Try this instead.
foreach($sorted as $key => $post_type)
{
if(isset($post_type_obj[post]->labels->name))
{
$output .= "<h4>Articles</h4>";
} elseif(isset($post_type_obj[$key]->labels->name))
{
$output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
} else {
$output .= "<hr />";
}Regards,
Ismael
Hi,
If you’re saying the problem is the Color Section.. You should know that the color section only works in Full Width layout.
No, we don’t understand your problem. Please be more specific.
Regards,
Ismael
Hi,
Edit config-templatebuilder > aviashortcodes > portfolio.php, find this code on line 342:
//get all categories that are actually listed on the page
$categories = get_categories(array(
'taxonomy' => $params['taxonomy'],
'hide_empty'=> 0
));Replace it with:
$categories = get_categories(array(
'taxonomy' => $params['taxonomy'],
'hide_empty' => 0,
'orderby' => 'name',
'order' => 'ASC'
));You can refer to this link for more order parameters:
http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
http://codex.wordpress.org/Function_Reference/get_categories
Regards,
Ismael
-
AuthorPosts