Sociales opening in a new tab...

pending (28 posts) (3 voices)

  1. kmercier
    Member

    How sociales link can open in a new tab.

    Thanks

    Posted 9 months ago #
  2. kmercier
    Member

    Hi I will add some other questions to this post

    1) How sociables link can open in a new tab.
    2) Adding background height min = 1200px, in Wordpress Awake produce a bug in Slide 1 of the Slideshow. This message appear when using overlay option : Avantages" id="edit-menu-title-1" class="widefat"/> Stage effect

    Thanks

    Posted 9 months ago #
  3. Ruderic
    Support

    Hello,

    1) Go to the theme folder and open the file "lib/functions/theme.php". In line #137 you will find this code:

    $sociables .= '<a href="' . esc_url( $sociable_link ) . '"><img src="' . esc_url( $sociable_icon ) . '" alt="" /></a>';

    Replace it with:

    $sociables .= '<a href="' . esc_url( $sociable_link ) . '" target="_blank"><img src="' . esc_url( $sociable_icon ) . '" alt="" /></a>';

    2) Where did you add that code? Could you please provide us a link to your website, so we can take a look at it?

    Posted 9 months ago #
  4. kmercier
    Member

    Hi Sir, thanks for your help. Here is an other problem :

    1) What's the easiest way to integrate a picture in the left ou right column ?

    2) When I use the shortcode "Image frame" I'm not able to change the title of the picture. The title is "Undefined" by default.

    3) Similar problem for shortcode "Fancy Image" I'm not able to change the title of the picture.

    Thanks again waiting for your quick reply...

    Posted 9 months ago #
  5. Ruderic
    Support

    Hello,

    If you want to add an image to a page or post, you can do it using the Wordpress built-in media manager.

    Regarding the images shortcodes, could you please show me the exact code that you are using to create it?

    Posted 9 months ago #
  6. kmercier
    Member

    Here is the shortcode I'm using :

    [image_frame style="shadow" image title = "Map" align="left" height="180" width="one_half"]http://www.gymlextreme.ca/wp-content/themes/awake/images/map.png[/image_frame]

    Thanks

    Posted 9 months ago #
  7. Ruderic
    Support

    Hi,

    Please replace your shortcode with this new one:

    [image_frame style="shadow" title="Map" align="left" height="180" width="one_half"]http://www.gymlextreme.ca/wp-content/themes/awake/images/map.png[/image_frame]

    I think the extra whitespaces between the attributes were causing the problem. Try this new code and let us know the results.

    Posted 9 months ago #
  8. kmercier
    Member

    Hi

    1) Here is the exact code I used and the title is still : undefined...

    [image_frame style="shadow" title="Map" align="left" height="180" width="one_half"]http://www.gymlextreme.ca/wp-content/themes/awake/images/map.png[/image_frame]

    2) I'm using this code in Widget Text and the Thumbnail picture does'nt appear. Here is the code :

    [fancy_images width="227" height="166"]
    [image title="Map" alt="Map"]http://gymlextreme.ca/wp-content/uploads/2011/08/map.jpg[/image]
    [/fancy_images]

    Thanks

    Posted 9 months ago #
  9. Elliott
    Support

    Hello kmercier,

    There is a small issue with fancy_images being used in widgets. We'll have this fixed in the next update but for now open up /wp-content/themes/awake/lib/shortcodes/18-images.php and on line 109 you should see this,

    'preload' => true

    Change it like this,

    'preload' => false

    And do the same on line 148.

    Posted 9 months ago #
  10. kmercier
    Member

    Hi

    1) How can I change the background color of the template without changing any other colors of buttons, text, etc.

    Look at this website : http://www.pilepourlavie.org and scroll to 50% on your browser and you'll see a grey color, I want to change it to white.

    Thanks

    Posted 9 months ago #
  11. Elliott
    Support

    Hello kmercier,

    Try navigating to Dashboard -> Awake -> General Settings -> Custom CSS and add this line,

    .multibg, body { background-color: white !important; }

    Posted 9 months ago #
  12. kmercier
    Member

    1) Where you want me to add this line?
    2) I just add this line in the custom CSS at the beginning and it doesn't work
    3) Look also at the sociable Facebook on the following website : http://pilepourlavie.org/ there is a grey border, how can I take it out?

    Please provide me exact information.

    Thanks

    Posted 9 months ago #
  13. Elliott
    Support

    I just checked your site again and it appeared to be working fine. I did notice a small grey line at the bottom though. To get rid of that add this line also,

    body { background-image: none !important; }
    .header_social { background: none !important; }

    That should also get rid of the background on your sociables.

    Posted 9 months ago #
  14. kmercier
    Member

    Hi here is lots of bugs with Internet Explorer 8.

    1) See http://www.pilepourlavie.org on Google Chrome and see the difference in I.E8, can you please tell me how to arrange those bugs?

    1.1) Background main menu disappear
    1.2) When I click on links or sociables it's doesn't open in new tab but new window.
    1.3) Every fancy buttons become a flat rectangle without the shade and the hoover effect
    1.4) In the "Campagne de financement" page the rectangles with the pictures inside are not aligned

    2) Please look also on http://www.gymlextreme.ca for the same kind of bugs.

    2.1) In the page "Nos promotion" the second picture does'nt load in I.E8, it says the path is not good, but it's loading in Chrome.

    Thanks waiting for your help.

    Posted 9 months ago #
  15. Elliott
    Support

    Try changing to one of the default skins to see if #1 is a part of your customizations.

    I checked your nos promotions page but the second image was displaying fine. Which version of IE are you using? Make sure that you do not have compatibility view enabled.

    Posted 9 months ago #
  16. kmercier
    Member

    1) I can't change the skin all the site will change
    2) I'm using IE8
    3) What you mean by compatibility enabled, where do I go to change that?
    4) Can you please take a look to all my questions in last post to answer them point per point.

    Thanks

    Posted 9 months ago #
  17. Elliott
    Support

    1. This is just to check if the problem is with one of your customizations.

    2. Make sure compatibility view is not enabled.

    3. See here, http://www.sevenforums.com/tutorials/1196-internet-explorer-compatibility-view-turn-off.html

    4. Make sure that compatibility view is not enabled and try switching to one of the default skins so we can check if it is a problem with your customizations or a problem with something else.

    Posted 9 months ago #
  18. kmercier
    Member

    1) I did the skin change and the same thing are still bugging

    2) The compatibility is not enabled

    3) In the page "Nos promotion" the second picture does'nt load in I.E8, it says the path is not good, but it's loading in Chrome

    Thanks

    Posted 9 months ago #
  19. Elliott
    Support

    Go ahead and PM us a link to your site and a Wordpress / FTP login and let us know if we can deactivate your plugins while we are testing.

    Posted 9 months ago #
  20. kmercier
    Member

    Hi sir

    I want to have more space in the main menu of my Awake site, how can I take out the fancy search ?

    Thanks

    Posted 8 months ago #
  21. Elliott
    Support

    Navigate to Dashboard -> Awake -> General Settings -> Custom CSS and add this line,

    #fancy_search { display: none; }

    Posted 8 months ago #
  22. kmercier
    Member

    Hi

    1) On this site : http://synkromedia.com/sites/pizzaladifference/ - I want the background to repeat, I dont want the green plain background.

    2) How can I change the slider height ?

    3) How can I add a widget column on the Home page

    Posted 8 months ago #
  23. Elliott
    Support

    Hello kmercier,

    1. It looks like you got this fixed but just so you know you can use our skin editor for this, http://mysitemyway.com/docs/index.php?title=Editing_a_Skin.

    2. See here, http://mysitemyway.com/docs/index.php/Changing_Slider_Dimensions.

    3. The homepage has it's own widget area, http://mysitemyway.com/docs/index.php?title=Sidebars_and_Widgets.

    Posted 8 months ago #
  24. kmercier
    Member

    Hi

    1. The point 1 of the last question is not FIXED, I want the background to be a repeat of the green logo. There is still a White background and if you scroll out you'll see white background around the green background.

    Thanks

    Posted 8 months ago #
  25. Elliott
    Support

    You can change this via the skin editor. Or if you don't want to use it you can add this in Dashboard -> your theme -> General Settings -> Custom CSS.

    body > .multibg > .multibg { background-repeat: repeat !important; }

    Posted 8 months ago #
  26. kmercier
    Member

    Hi

    I had the line in custom CSS and it's not working. Background awake.png is not repeating infinite X and Y. There is still a white background around the background.

    Posted 8 months ago #
  27. Elliott
    Support

    Go ahead and PM us a Wordpress login.

    Posted 8 months ago #
  28. kmercier
    Member

    Here is the Wordpress login

    [moderated - click on "PM this user" beneath our usernames]

    Posted 8 months ago #

Reply

You must log in to post.

Construct WordPress Theme
Construct wordpress theme
Myriad WordPress Theme
Myriad wordpress theme
Method WordPress Theme
Method wordpress theme
Fusion WordPress Theme
Fusion wordpress theme
Elegance WordPress Theme
Elegance wordpress theme
Echelon WordPress Theme
Echelon wordpress theme
Dejavu WordPress Theme
Dejavu wordpress theme
Modular WordPress Theme
Modular wordpress theme