Forum Replies Created

Viewing 15 posts - 31 through 45 (of 45 total)
  • Author
    Posts
  • in reply to: Define image size for blogposts #192043

    You really suggest to edit the functions.php of a parent-theme ??

    in reply to: Custom Post Type with Portfolio functions #191705

    what???
    after more than 20 hours of work on it??
    is that what you call support??
    Just suggest “start from scratch”?? No explaination about the backround! Not even a hint nor an educated guess? Just “start again”??

    Since hours i find bugs after bugs after bugs and i dont like to say that but Enfold is a helluva mess.

    It might be fine for Apple-Users who just want to “drag & drop” a bit around like they are used to.
    Or you have to be a 110% nerd.

    But if you just know enough php to get along with most themes and you want to do some customizations Enfold is pita!
    That theme is so far off any WP-standards that you cant do almost nothing except stay put with the functions it serves.
    But thats far away from usability for owners.
    Even usually very simple things like changing the image-size of post-images in the list-view of a blog needs hours of research.
    Always permalinktrouble (specially in breadcrumb), no proper documentation, Enfold takes archive.php for a single-view!!!! and so much more issues that i really think stop it and ask Themeforest for a refund and look for a Theme which does a good job.

    in reply to: Transparent MegaMenu #191651

    tranparency:
    #top #header .avia_mega_div > .sub-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 2px;
    display: table;
    padding: 20px 30px 30px;
    }

    This reply has been marked as private.
    in reply to: Child-theme does not call /config-templatebuilder/config.php #191577

    Hi Devin,
    we already did that and it works.

    But i am not talking about shortcodes.
    We are talking about making the Advanced layout builder work in custom page types.
    Therefore we need to call the meta.php in our childtheme

    All the thing said in our last post is about this topic.

    in reply to: Child-theme does not call /config-templatebuilder/config.php #191441

    Hi
    thanx for you help.
    We followed your advices and did:
    1: we noted require_once( ‘config-templatebuilder/avia-template-builder/php/template-builder.class.php’); in the functions.php of our childtheme and got this error:
    Fatal error: Call to undefined function av_icon_css_string() in /usr/www/users/axella/wordpress/wp-content/themes/enfold/css/dynamic-css.php on line 672

    Can you please tell us how to solve that?

    regards axel

    PS: we tried also to do this:
    require_once( ‘config-templatebuilder/avia-template-builder/config/meta.php’
    But this threw out this error:
    Fatal error: Class ‘AviaHelper’ not found in /usr/www/users/axella/wordpress/wp-content/themes/enfold-child/config-templatebuilder/avia-template-builder/config/meta.php on line 196

    and a warning:

    Notice: Use of undefined constant THEMENAME – assumed ‘THEMENAME’ in /usr/www/users/axella/wordpress/wp-content/themes/enfold-child/config-templatebuilder/avia-template-builder/config/meta.php on line 178

    • This reply was modified 11 years ago by kaMai.
    in reply to: excerpt length – where to define? #191392

    Hi Ismael
    thanx for your reply – buts thats too much retro / old school.
    i am seraching for the location in php where i can truncate the post-length.

    thanx for helping
    regards axel

    in reply to: Demo content has been Indexed #191193

    Oh, there is no need to… (although DC sometimes is a malus but i think in that case it doesnt matter)
    I just thought that the threadstarter wants them to be removed.

    if not …just leave them, put a robots.txt in your domainroot or just make an appropriate setting in WP and see them vanish by time.
    But dont forget to let searchengines onto your website when you finished it.

    in reply to: Demo content has been Indexed #191174

    1: Delete them
    2: Use your Google WMT account and the URL-removal-tool if you are in a hurry

    If the same code works fine in the parents function.php this might help:
    1: search for empty lines on the beginning / end of your php
    2: make sure that you save as UTF-8 without BOM and upload again
    axel

    • This reply was modified 11 years ago by kaMai.
    in reply to: Second custom post type with advanced layout builder #188397

    Yep, but this uses a plugin.
    we want to do that without plugins by editing functions.php (and so on)

    in reply to: what file is generating the homepage? #188281

    Hey
    we use the “dark-blue” style but i definitely need to remove the blue bar on top (<div class=”stretch_full container_wrap alternate_color dark_bg_color title_container”>.)
    but only for the homepage.
    Fo all other pages / posts / cats that <div> should still exist

    regards axel

    in reply to: what file is generating the homepage? #188128

    Hi Devin, i know..

    But i am not talking about controlling my content.
    I am talking about editing the mark-up.

    in which php-file do i edit the mark-up for the front-page if i have choosen a page as homepage?

    regards axel

    in reply to: We need different Icons – how can we make that #187181

    Solved

    in reply to: How to use featured images from a custom field #183350

    Alrighty, thanks Ismael!

Viewing 15 posts - 31 through 45 (of 45 total)