Forum Replies Created
-
AuthorPosts
-
my solution was – that awhile back i had inserted a custom code in the functions.php of the child them – to reduce the size of my sidebar. however in 3.0.1 – the option is included in the theme itself – so the code was messing with that.
when i deleted the custom function – everything was good….
okay – i removed the following code from my theme functions file
/* * Decrease sidebar width */ function avia_decrease_sidebar_size() { global $avia_config; $avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'one alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha', 'sidebar' => 'two alpha', 'meta' => 'one alpha', 'entry' => 'nine alpha'); } add_action( 'init', 'avia_decrease_sidebar_size', 1); /* * Decrease sidebar width */
and it resolved it — so now my issues is – how can i make the sidebar width smaller?
October 12, 2014 at 3:30 pm in reply to: [SOLVED] I have Update to 3.0.1 and the Sidebars dont show #334500How did you solve – i am having similar issues on only chrome though
@ismael
check out the link https://www.dropbox.com/s/ejmgslxeyh331kf/Screenshot%202014-10-07%2006.50.20.png?dl=0as you can see the social icons dont show
If i remove one of the menu link – then the icons show up – strange…
This reply has been marked as private.HELP!!!
when i added that – it broke the theme!!
i cannot do anything it just shows a blank page – current the site is up because of cloudflare.
Ha i figured it out how to figure out what number that is….
okay so even though i am using the child theme – i modified the main theme function file – i replaced xing’s icon number. and it worked out…however when the new update comes out – i would have to do it again.
is there a code i can put in the child theme function file?
thanks
okay – so i want to keep the standards fonts that came with the theme – however seeing how i will never use xing social icon – i want to replace it with list-add
but when i replaced the ue923 in theme function file – it just showed a circle on hover.
i am using the child theme – so how do i change ONLY the xing icon to the list-add icon (its from fontello, and from the standard library the theme uses) if that makes any sense….like how is the theme referencing ue923 icon???
cool – i see it now. so basically in the function code that you provided – you found the page id, and all the link on that page will open in new tab?
is there way to add a option to specific portfolio category? if not then this will be fine for now…i have submitted a feature request – as i think this will benefit a lot of people.
thanks
Yigit,
thank you for your help – but am i specifically looking at? when i go to that site, it still opens in same tab. and when i open up the portfolio – i am not sure where the option is to set new tab…
This reply has been marked as private.okay i added that – then what?
i am unable to do that – because in my wand the column option does not show, 2ndly – when i switch from the advance page builder view to the default (visual or text) nothing shows up – it just stays blank.
man you guys are fast! i am totally impressed!
that fixed the height issue – is there some code to add to put some space between them?
This reply has been marked as private.nope – when i added that – it didn’t do anything.
September 25, 2014 at 10:46 pm in reply to: Remove Portfolio Page – Feature Image Automatic Insert #325312yeah – that doesnt work – the other one does….thanks
@yigit – sorry…
September 25, 2014 at 8:38 pm in reply to: Remove Portfolio Page – Feature Image Automatic Insert #325249I am assuming i need to add this to the custom css?
.single-portfolio .wp-post-image {
display: none!important;
}`This reply has been marked as private.Anyway to make it the image responsive?
My image is getting cut off on mobile devices.
would this also work for the fullscreen image?
anyway to fix it on the mobile layout? https://www.dropbox.com/s/b2x8w32ap3rm37c/IMG_0544.PNG?dl=0
seems like it is cutting off – and the image is not responsiveFirst of all you guys are amazing in support!
I got it this far – https://www.dropbox.com/s/y5wi85eu6lpnd80/Screenshot%202014-09-25%2013.43.14.png?dl=0
Now last thing – how can I add the buttons on top of this image – similar to your demo site – transparent menu
thanks for the help – i got the video part – but what setting are you talking about in the page option?
i added the color section but the image does not cover the header.
oh man that is a pain – maybe in the future releases you can have this option built in on the page?
I actually did not import the dummy – because my menu kept getting messed up.
I am using the child theme – but would you be able to tell me how to do that? is there a help guide? also does it play video?
-
AuthorPosts