-
Search Results
-
I’ve followed the instructions at
http://vimeo.com/channels/aviathemes/64996057I cannot get the Advanced Editor to appear for custom post types. I have tried by adding the CTP using WP-Types and by adding CPT manually as advised the WP-Types support here: …
I’m using WP 3.6 and the latest versions of WP-Types and Enfold Theme.
I’m using a child theme and have tried making the changes to meta.php, both in the parent and in the child theme folders – separately, of course.
Still no Advanced Editor.
Any Advice?
Please advise
Hi, first of all, Gret job you have done here.
However I have some small issues.
1. How to enlarge the height of the picture inside the scrollable area. Gave it large paddings but still it’s smaller then in a demo.
2. Before purchased the theme I was sure I can add a CTA text and button inside this area(from 1.) like in this one http://themes.webcreations907.com/ninezeroseven/revolutionslider/
It’s very very important for me!
Now, how complicated could it be to do this, by my self (not much knowledge of PHP)?
Are you planing to add this feature on your next update?
BTW: Using the provided child-theme. But for now only changed some CSS in it.
p.s It’s also ma be helpful to give an option of font-size for the texts and headings from the admin panel.
Hi everyone,
In my Website http://culturalinfusion.org.au I have a small issue, when I zoom in my frontpage, the names and contents of 3 columns superpose themselves and can’t be read. When you zoom enough you get to the mobile devices presentation which is fine. Here you can see what I want to fix
Here are the short codes I used to create those three different text blocks
What should i do to fix this problem?
Hi guys,
I upgraded ShareThis plugin to latest 7.0.4 version together with Enfold 1.9.1.
The ShareThis buttons now shows up on the bbPress forum pages and also in the forum category tables too.
I know I can manually place this line: – <?php if (function_exists(‘sharethis_button’)) { sharethis_button(); } ?>
in the template but I’m not sure which file and where should I insert them so they will only show on single post and multiple post listing pages.
How can I remove these bad boys from my Shop page, Category page(s) and Product pages? I’ve tried adding the following to my functions.php file but apparently none of these work with the new version of WooCommerce.
remove_action( ‘woocommerce_after_main_content’, ‘woocommerce_catalog_ordering’, 20 );
and
remove_action(‘woocommerce_after_shop_loop’, ‘woocommerce_catalog_ordering’, 20 );
and
remove_action(‘woocommerce_pagination’, ‘woocommerce_catalog_ordering’, 20 );
Here’s a link to screenshot of what I’m talking about.
Any help would be appreciated!
Topic: Version 1.7.1 bug?
I use the Google Maps Widget and above that it there are a couple of error messages. The widget is working, the map is displayed. Message displayed after having Debug set to true in wp-config.
Notice: Undefined index: width in /var/username/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1073 Notice: Undefined index: height in /var/username/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1073 Notice: Undefined index: icon in /var/username/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1073
Topic: Image sizes functions.php 2
You closed the topic too click Dude :-)
I have this code at the moment for my child functions.php
<?php
function avia_change_image_size_array() {
global $avia_config;
$avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
$avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs
$avia_config = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider
$avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
$avia_config = array(‘width’=>495, ‘height’=>330 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>260, ‘height’=>173 ); // images for portfolio 4 columns
$avia_config = array(‘width’=>710, ‘height’=>474 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
$avia_config= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider
if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
{
$avia_config = array(‘width’=>845, ‘height’=>564 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
$avia_config= array(‘width’=>1210, ‘height’=>807 ); // images for fullsize pages and fullsize slider
}
}
add_action( ‘init’, ‘avia_change_image_size_array’);
But you can see that the thumb nail is the wrong size:
$avia_config = array(‘width’=>260, ‘height’=>185 );
My child function has this
$avia_config = array(‘width’=>260, ‘height’=>173 );
Here is the link see image two thumb:
http://chriswardphotography.net/galleries/fashion-and-portraits/
Any ideas?


2