-
Search Results
-
Topic: Loop Problem
hello,
i need a special view of a bunch of articles. therefore i have wrote a template
1:1 copy of page.php, include my own loop
get_template_part( ‘includes/loop’, ‘serie’ );
my old code does not work anymorea fter last update.
would you please so kind and help me?take the category_id 217, only title and excerpt,
the custom_field series_excerpt. list it in a divbis dann, marco.
Hi,
I’ve managed to successfully add the code to functions.php to display social toolbar at the bottom of each page. Although I followed directions here, I was not able to display the toolbar only on portfolio entries and it appears on all pages.
I also wonder how can I position it inside my “avia_textblock” of each entry, after all the texts, therefore having a narrow set of icons, easily accessible.Thanks for the help.
Hi,
I’ve try to load Fontello font but this is the error:Couldn’t add the font.
The script returned the following error:
Fatal error: Class ‘ZipArchive’ not found in /web/htdocs/www.prontoconsiglio.it/home/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 107I read other topic with the same problem but I can’t find a solution (php and zip are ok).
Can you help me please? Thank you.Anna
Topic: Apple Touch Icon
the one thread to which it might be concernded is closed so here a new Topic:
i managed a new input field for the Apple Touch Icon by changing some code in (function-set-avia-frontend.php ; register-admin-options.php and header.php)
Everything works fine but there is only one cosmetic issue:http://abload.de/img/bildschirmfoto2014-06s7oov.png
http://abload.de/img/bildschirmfoto2014-066so84.png
http://abload.de/img/bildschirmfoto2014-06vkbc6.pngas you can see in the source-code there is no line-break between the two image-links.
How do i obtain this line-break in/* * outputs a favicon if defined */ if (function_exists('avia_favicon')) { echo avia_favicon(avia_get_option('favicon')); } /* * outputs a appleicon if defined */ if (function_exists('avia_appleicon')) { echo avia_appleicon(avia_get_option('appleicon')); }Topic: Blog feature image
Hello,
When i created a new blog post i have noticed that the big feature image is not shows as well ( it appears smaller than it should be with white spaces)
I wrote you about it 5 days ago and this was your answer:
Thank you for the update.
You can edit functions.php, find this code on line 117:
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
Change the width and height attribute then set the crop parameter to false to prevent wp from cropping the featured image:$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>1500, ‘height’=>540, ‘crop’=> false); // big images for blog and page entriesand page entries
Regenerate the thumbnails or upload it again.I did the changes and the problem was solved but as you can see it suddenly came back again. Please advice me how to fix it.
Thanks,
Topic: easy slider image id call
Hi, I am trying to figure out how to figure out how to use php for the call to the av_slide id
I have also tried creating a variable like av_slide id=’$myimage’
Cant seem to get the slide to show, and I tried to find av_slide id but cant locate it in any of the theme files.
does av_slide id wrap the slide id in php already?

