Forum Replies Created
-
AuthorPosts
-
October 20, 2014 at 7:51 am in reply to: Can you please explain dynamic_avia/enfold_child.css #338158
Ok. Thx for the reply. I think that makes sence.
I had no issue with your theme css but i am using The Events Calendar plugin that you recommend and i had to to do quiet a bit of custom styling and a lot of the custom css that i had in my child style sheet has ended up in the dynamic_avia folder css sheet.
Am i supposed to edit that dynamic_avia style sheet now?http://centralcoastmeditation.org/calendar/
Thx
Thank you.
As my link above shows i have been using google maps in prettyphoto with no problems until you updated to magnific poipup which i would prefer to use now. I have enabled prettyphoto in the mean time while i try to get it to work.Can you share any other info please.
Thank you.
I have been trying to get it to work but with no luck.
I can open a image with the following code, but not iframe google maps. I have found you have modifidy other peoples function.php file to get youtube iframe videos working.
Open popup
google map example..
<iframe src=”https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26641.42542802056!2d151.4388963!3d-33.418598749999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b72ca14f00b74e5%3A0x5017d681632df40!2sWamberal+NSW!5e0!3m2!1sen!2sau!4v1409640314305″ width=”600″ height=”450″ frameborder=”0″ style=”border:0″></iframe>Could you please help me with the code.
Thx- This reply was modified 10 years, 2 months ago by khedrubje.
Hi Devin..
Yes i know i can continue to use prettyphoto as i have installed the plugin and got it working again. I think you didn’t understand my question.
My question was i would like to change to the new lightbox. Can you please share please share an example to make it work.
ThxThank you. It worked. I don’t know why i over thought it and tried to edit the grid.css file.
Unfortunately it is not that simple.:)
I tried that first off and it makes no difference.
When i add the recommended code it removes all sidebar info.
<?php//get the sidebar
$avia_config[‘currently_viewing’] = ‘page’;
get_sidebar();?>
EDITED PAGE.PHP
<?php//get the sidebar
$avia_config[‘currently_viewing’] = ‘page’;
<?php if ( ! tribe_is_event_query() || ( tribe_is_event_query() && is_singular() ) ) get_sidebar(); ?>();?>
<?php if ( ! tribe_is_event_query() || ( tribe_is_event_query() && is_singular() ) ) get_sidebar(); ?>Hi..
Could you at least tell me which php page specifically the code for loading the sidebar lies in as tri.be support are unshore which page to edit. They do have a tutorial that i have linked below.
http://tri.be/selectively-removing-sidebars-in-twenty-twelve/To selectively remove the sidebars, you’ll want to make a small change to your theme by editing or, as we commonly recommend, overriding the theme’s page.php template. First, open it up in your favorite code editor and find this line of code, near the top:
<?php get_sidebar(); ?>
You’ll need to put this code in its place:
<?php if ( ! tribe_is_event_query() || ( tribe_is_event_query() && is_singular() ) ) get_sidebar(); ?>
Thank you.
It did work.
I used this html code so it wasn’t visible
<a id="night"></a>
.- This reply was modified 10 years, 7 months ago by khedrubje.
Yes i saw that link before i posted. The color row isn’t working. It goes full width and i have a right side column so it messes everything up.
Is there a way to add a anchor to special headings. ThxThank you
Thank you
Thank you
This reply has been marked as private.Thank you. I did look in the colour section but i didn’t select fixed.
Can i ask one other question.
How do i add padding to the main menu to space the menu links out. I can’t find the css i am using logo left menu below.Thank you Ismael.
It worked. Most appreciated.Your link doesn’t work for supported third party plugins
-
AuthorPosts