Forum Replies Created

Viewing 30 posts - 331 through 360 (of 1,120 total)
  • Author
    Posts
  • in reply to: add content form to the bottom of all portfolio items #1004400

    that’s great I will check it out!

    UPDATE: I don’t need the button code anymore as I can do it better with a widget in the sidebar :)
    but I was getting this:
    Your PHP code changes were rolled back due to an error on line 265 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again.

    Cannot redeclare avia_add_contact_form_seven_to_portfolio() (previously declared in wp-content/themes/enfold-child/functions.php:246)

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: add content form to the bottom of all portfolio items #1004395

    I updated my comment above

    in reply to: add content form to the bottom of all portfolio items #1004388

    thanks I will try that – sound easy enough

    one related question:
    Is there a way to add a button shortcode to the top of every portfolio page as well?
    something like this:
    [av_button label='BOOK HERE' link='manually,#bookhere' link_target='' size='large' position='right' label_display='' icon_select='no' icon='ue800' font='entypo-fontello' color='dark' custom_bg='#444444' custom_font='#ffffff' av_uid='av-14vrx59' custom_class='' admin_preview_bg='']

    cheers!
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: add content form to the bottom of all portfolio items #1004369

    Hi Dude
    Yes I just saw that – looks great – thanks!
    can I ask you another question?
    Is is possible to exclude certain pages from showing that form?
    There are a few where we need a different one.

    best
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.

    HI Victoria
    I should be running phh 7.1
    I think I have worked out most of the bugs on the site now.
    These notices appeared after I updated Enfold via ftp. I’m not sure if I need to pay attention to them or not:

    Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 468 Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 471 Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_gallery/masonry_gallery.php on line 472

    Notice: Undefined index: index in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 421

    thanks
    Nancy

    in reply to: Error – class-avia-font-management-base.php on line 429 #1003104

    I am also having this issue!

    in reply to: display portfolio tag title #1003077

    thanks!
    That worked just fine.
    best
    Nancy

    in reply to: display portfolio tag title #1002688

    Hi Peter
    Excellent, thanks!
    Do you happen to know how to get rid of the extra title container on the page that is giving me all that white space at the top? Or to add some space below the grid?
    Best
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: display portfolio tag title #1002655

    Hey Dude
    Thanks that worked great! There seems to be an “empty” title container above the one with the tag title – can that go away?
    Is there any way to further edit that archive page template? I found where to set the sidebars, but would like to change some other setting.
    I’d also like to have the excerpts show on the portfolio grid instead of just the title, if possible.

    thanks for your help
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: Portfolio tags linking error, tag placement #1001852

    Hey Dude
    your magic code worked! Have no idea what it’s about but thanks so much.
    Working just great now – you can close this thread.

    you rock
    Nancy

    in reply to: portfolio tags styling, links #1001851

    yes you did, thanks so much! you can close this thread

    in reply to: Portfolio tags linking error, tag placement #1001760

    Hi Dude,
    Great! Thanks very much! That works fine.
    Can anyone help me to move the tags to the bottom, or underneath, the trip info, instead of them displaying at the top?
    thanks for your help
    Nancy

    in reply to: Portfolio tags linking error, tag placement #1001738

    Hi Victoria
    thanks for looking (again) at this issue. I started a new thread since I am using a different code now. I am running php 7.1.

    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: portfolio tags styling, links #1001632

    I don’t write code and don’t understand what that means. All the tags are link back to the parent page right now. They should lead to the different tag categories.

    I looked at another thread https://kriesi.at/support/topic/tags-in-portfolio-dont-link-to-corresponding-tag-archive/#post-840434 which gave this code instead of the one you gave me for the portfolio tags for someone having the same problem.

    function avs_show_portfolio_tags_func() {
    	global $post;
    	$the_tags = get_the_tags( $post->ID );
    	$output = '';
    	foreach($the_tags as $tag) {
    		$taglink = get_tag_link($tag->term_id);
    		$output .= '<span class="portfolio_tag"><a href='.$taglink.'>'.$tag->name.' </a></span>';
    	}
        return $output;
    }
    add_shortcode('portfolio_tags', 'avs_show_portfolio_tags_func');

    It seems to work – as it links to the portfolio tags now – but there are no items coming up on those pages. Can you check this please on the page below?
    thanks
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: HTTP vs HTTPS for google font error #1001570

    Hi Victoria – sorry I think that was in response to another thread you are on with me: https://kriesi.at/support/topic/portfolio-tags-styling-links/#post-1000071

    The portfolio tags there are not working as they should.
    You can close this thread.

    in reply to: portfolio tags styling, links #1001270

    Hi again

    That looks better but the links are still not working correctly – they are all leading back to the same page instead of to the tag categories.
    Can you please check it?
    Thanks for your help
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: portfolio tags styling, links #1001108

    Hi victoria,

    thanks- but that code is giving me this error on this line:
    $the_tags = get_the_tags( $post->ID , ‘portfolio_entries’);
    the & is in the code for the > ($the_tags = get_the_tags( $post-&GT;ID , ‘portfolio_entries’);)

    Your PHP code changes were rolled back due to an error on line 109 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again.

    syntax error, unexpected ‘&’

    is there something wrong in the code?
    thanks for your help
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: HTTP vs HTTPS for google font error #1000789

    UPDATE this was supposed to be on another thread, sorry

    ok – I will try that

    can you look at the problem I am having with the tag links – they are not working correctly.
    thanks
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.
    in reply to: HTTP vs HTTPS for google font error #1000397

    should that go in the functions.php just like that?

    in reply to: portfolio tags styling, links #1000361

    Hi VIctorica
    thanks for the help! Is it possible to put a “/” between the tags as well?

    Can you also look at the 2nd issue – the links that are attached to the tags do not lead to a list/gallery of items for that tag, but back to the same page. I don’t think that’s how it’s supposed to work, right? Is there something wrong in the function code above?

    Best
    Nancy

    • This reply was modified 6 years, 2 months ago by Munford.

    Hi MIke
    Thanks for your reply. I knew I had that code somewhere but missed it down at the bottom of the functions. I have already set up the menu to show/hide items, it’s just a bit confusing with such a big menu.
    Regarding the menu items font styling – is there a way to target just those coloumn titles that I put tags on?

    best
    nancy

    in reply to: update 4.31 messed up gallery load #963069

    not yet but I will try it on a test site. thanks

    in reply to: update 4.31 messed up gallery load #962042

    It was happening on all the pages that had a masonry gallery. I reverted to the last version of enfold until I am sure this issue is fixed.

    in reply to: magazine element out of alignment #953880

    that worked, thanks!

    was all this the result of the mag element styling files moved with the new update?
    It’s pretty disconcerting that an element that I rely on changes on the update without any reason/warning.
    How to avoid this in the future – wait to update until all the glitches are worked out?
    This update caused multiple issues on my sites.

    thanks
    Nancy

    • This reply was modified 6 years, 6 months ago by Munford.
    in reply to: Logo area heading background problem #953805

    I am having a similar problem. My header image has disappeared with the recent update.

    in reply to: magazine element out of alignment #952405

    cache was cleared

    in reply to: magazine element out of alignment #951580

    Hi Ismael,
    Thanks but that did not change the spacing for me
    see below
    ??

    in reply to: magazine element out of alignment #950600

    HI Victoria
    I fixed the code in a new magazine.php file and now it’s working fine. Also, by adding this code:

    time.av-magazine-time.updated{
    display:none!important;
    }

    I got rid of the /byadmin and that also fixed the image frame issue and the member shortcode problem, though I’m not sure why. The only issue I see now is in the sorting categories where there is no spacing around the separators. (ie it looks like: All/ADD-ONS/ROUNDTRIPS and is hard to read.) Can you help me fix that?

    thanks
    Nancy

    • This reply was modified 6 years, 6 months ago by Munford.
    in reply to: magazine element out of alignment #949463

    HI Basilis
    I have not changed any plugins – but as a test I deactivated them all and did not see any changes to the mag element. I have added login below if you want to take a look at the back-end/plugins.
    thanks
    Nancy

    • This reply was modified 6 years, 6 months ago by Munford.
    in reply to: magazine element out of alignment #949133

    Hi again
    still can’t find out why my magazine element has changed. I am getting an author line (not there before), out of aligment text, wrong size image border, and the sorting categories at the top are not working anymore. Any ideas?? I also have a [member] / [nonmember] shortcode on the mag elements like this:

    [member][av_magazine link='portfolio_entries,261,317' items='10' offset='0' tabs='aviaTBtabs' thumbnails='aviaTBthumbnails' heading='' heading_link='manually,http://' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top' custom_class='' av_uid='av-3cuuz8'][/member]

    [nonmember][av_magazine link='portfolio_entries,261,262' items='10' offset='0' tabs='aviaTBtabs' thumbnails='aviaTBthumbnails' heading='' heading_link='manually,http://' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top' custom_class='' av_uid='av-vqzewk'][/nonmember]

    which worked fine but now it looks like both elements are showing on the page. see below in private.
    ???
    thanks
    Nancy

    • This reply was modified 6 years, 6 months ago by Munford.
Viewing 30 posts - 331 through 360 (of 1,120 total)