Forum Replies Created
-
AuthorPosts
-
Hi!
I finally put the worksite up on the web.
Please resolve the issue soon, as I need to finish this product.
Thank you.Ok, can you advise me how I can make my localhost installation accessible to you?
Ok, you can check the website. I live in berlin germany and work on a Xamp installation. Please do come by and have a look anytime ;) i work on localhost. The website isnt live yet.
If i display an image with a caption, it shows with the caption as an overlay in the middle of the image. I want to move the caption UNDERNEATH the image, as shown in the picture.This did the trick:
#header_main { height: 578px; }
Na, false alarm, as soon as i add content to the site all is ok.
Dammit! That only works on the front page, but ot on any other pages. What am I missing?
Ha! Does help if your are not stupid. This did the trick:
#top #main .sidebar { border-left-style: solid; border-left-width: 1px !important; border-left-color: #696969 !important;} #main > div.main_color.container_wrap_first.container_wrap.sidebar_right > div > main {border-right-style: solid; border-right-width: 2px !important; border-right-color: #696969 !important;}
oops, user role is updated now!
Yes I tried that already and it didn’t help at all.
What can i do?Thank you, I think i can do that, i just wanted to make sure as the description in the other thread was not really detailed.
Thank you, that helped!
And what file do I need to modify in which way?
Could you be so lovely and answer the question?
If i do this, will this add pagination to my magazin element?Hi, i found this post:
Will this add pagination to magazin element?
Hi!
It’s a little script error in the magazine.php file, the shortcode doesn’t have a paginate parameter. please modify the file then look for this code around line 342:
if(!$page || $params[‘paginate’] == ‘no’) $page = 1;
.. replace it with:
if(!$page) $page = 1;
We’ll forward this to Kriesi.
Cheers!
IsmaelNovember 15, 2017 at 6:00 pm in reply to: Post titles "Bleeding" in each other on mobile few #877174I did that, but the problem persists. Is it possible to force breaking of works?
November 13, 2017 at 5:22 pm in reply to: Post titles "Bleeding" in each other on mobile few #876172This reply has been marked as private.Thank you, I didn’t have these files in my directory.
Thank you guys.
I got Duplicator to work and am currently waiting for my hoster to grant me necessary file writing permission to proceed.Yes, thank you, I double checked that before I installed.
I fiddled around with it and installed the Plugin via FTP.Yeah, thank you. I found that article, selected Duplicator and was not able to activate it.
Hence my question.November 10, 2017 at 12:46 am in reply to: Change logo if a certain custom type field exists #874915I was an idiot.
I forgot that I gave my frontpage a ctf for testing purposes.
Works now with this code:function av_change_logo_url($url) { global $post; $logo_change = get_post_meta( $post->ID, 'farbschema', true ); if ( $logo_change ) { $url = "some_logo"; } else { $url = "some_other_logo"; } return $url; }
Solved, I used Plugin Page-links-to
Aye, thank you, I have a few links now.
Problem, I still need to click through to the post to get to the actual article.
Is there a way to click on the title in magazin view and link directly to the link in post content?Thank you
The Template of the site was the culprit. Instead of Standard Layout I picked Sidebar right.
Issue resolved, thank you.
Ok thank you, I will work around it.
Would be great to have an option for the future to have the choice if an element is full width or not.Hi.
I am trying to follow the instructions given in the links you mentioned.
I am looking to replace this line
$link = get_permalink($entry->ID);
with this
$link = get_post_format($entry->ID) == 'link' ? avia_custom_link_content_filter($entry->post_content) : get_the_permalink($entry->ID);
In the following file:
/enfold/config-templatebuilder/avia-shortcodes/magazine.phpBut all I can find is this in line 614:
$link = get_post_meta( $entry->ID ,'_portfolio_custom_link', true ) != "" ? get_post_meta( $entry->ID ,'_portfolio_custom_link_url', true ) : get_permalink( $entry->ID );
Am I right to assume that I just replace this part
: get_permalink( $entry->ID );
and leave the rest alone?
Sorry for the maybe stupid question.Ok, I take it all back. It works with the page list and the widget. I ran into a different issue though.
Widgets underneath the pagelist works fine on all my pages EXCEPT:
See link in private contentThe page has the same settings as all other pages as well.
But the Widget will not be displaied.Any ideas?
October 11, 2017 at 4:55 pm in reply to: Possible to 'lock' cells of different grid rows together? #862960Aye! Now I know what you mean, display the Gridrow version on big screens and the color section version on small screens.
Thank you for your help.
This issue is resolved.
Yeah, I did exactly that workaround (which was tiring to say at least) for the old version of the website.
I was so happy when i saw that enfold does provide this feature automaticly, it is just sad, that I cant use any widget on that side at all or that feature disappears.Thank you!
You are fantastic! -
AuthorPosts