grindelo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Scroll to Top own buttonHey Amit,
this works perfectly. Thanks for your help!
Grindelo
Forum: Themes and Templates
In reply to: [OceanWP] Scroll to Top own button@amit Singh Thanks,
Edit the file and add your image
I already have found the php file and copied it to my child theme but I don’t know, how to insert my own image. I tried to insert the file into the code but without any success. This is what i tried:
$arrow = apply_filters( 'ocean_scroll_top_arrow', get_theme_mod( 'ocean_scroll_top_arrow' , content_url( __FILE__ ) . 'uploads/2019/04/arrow-144-128.png' ) ); $arrow = $arrow ? $arrow : 'fa fa-angle-up';
Forum: Themes and Templates
In reply to: [OceanWP] Scroll to Top own buttonThanks,
the theme already has an option in the customizer for a scroll to top arrow. I would like to customize this arrow by inserting a php code just replacing the symbol of the arrow. I don’t want to install too many plugins. Do you have an idea, how to do that?
Thanks
GrindeloForum: Themes and Templates
In reply to: [OceanWP] Theme overwrites Custom CSSI already use a child theme and every customization I do via a child theme. I also wrote this in my question… so unfortunately your answer doesn’t solve my problem. thanks anyway.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Campatibility with Other PluginsHey Tobias,
thanks for your answer you helped me a lot!!! I wrote a html table and it worked really fine. The widget works via a single event.php which follows to the event template page. I wrote that table on the single event.php. table works fine, but every new event it will create a new table with the header and with a little different layout (margin etc.). Do you have an idea, how to make a table with a static header and form, so that every new event is put into that table.
Would be great to hear from you!
Thanks
CorneliusThis is the php:
<!– table –>
<table style=”width:120%”>
<tr>
<th><h3> Datum / Uhrzeit</h3></th>
<th><h3>Location</h3></th>
<th><h3>Details / Tickets</h3></th>
</tr>
<tr>
<td>
<h3 class=”tribe-event-schedule-details”>
<?php echo tribe_events_event_schedule_details() ?>
</h3>
<?php if ( $venue_details ) : ?>
</td>
<td>
<div class=”tribe-events-venue-details”>
<?php
$address_delimiter = empty( $venue_address ) ? ‘ ‘ : ‘, ‘;// These details are already escaped in various ways earlier in the process.
echo implode( $address_delimiter, $venue_details );if ( tribe_show_google_map_link() ) {
echo tribe_get_map_link_html();
}
?>
</div>
<?php endif; ?>
</td>
<td>
<?php do_action( ‘tribe_events_before_the_content’ ); ?>
<div class=”tribe-events-list-event-description tribe-events-content description entry-summary”>
” class=”tribe-events-read-more” rel=”bookmark”><?php esc_html_e( ‘Find out more’, ‘the-events-calendar’ ) ?> »
</div>
</td>Forum: Plugins
In reply to: [Germanized for WooCommerce] Anpassung an Widget 19% MwSt.Hi,
das glaube ich inzwischen nicht mehr, denn komischerweise ist das Design bei diesem 3. Anbieter Widget nicht ans Theme angepasst. Beim Shop hingegen und bei den Einzelprodukten stimmt es mit dem Theme überein. Ich glaube inzwischen, dass das 3. Anbieter Plugin irgendwas am Widget ver?ndert. Das würde ja auch Sinn machen, weils ein eigenes Template benutzt. Wenn ich das Standart Woo Widget per Shortcode [products] auf die Seite einfüge, dann stimmt n?mlich alles. Das Designs ist angepasst und die MwSt. ist auch drin. Ich kann sogar im Theme ?nderungen am Design des Widgets vornehmen. Dann siehts genauso aus, wie die Shopseite und die Einzelprodukte. Ich denke, bevor man sich unn?tig Arbeit macht, mach ich es einfach so und das andere Plugin fliegt wieder raus.
Ich dachte, es sei einfacher, aber der Aufwand lohnt sich nicht, dann lieber per shortcode einfügen.Vielen Dank dennoch für deine Hilfe und deine schnellen Antworten. Einfach genialer Support. Und die Germanized Anpassung generell ist der Hammer!!!
Liebe Grü?e
CorneliusForum: Plugins
In reply to: [Germanized for WooCommerce] Anpassung an Widget 19% MwSt.Hi,
erst mal vielen Dank für deine Antwort!
Ich hab jetzt mal das Theme durchgeforstet und die Plugins auch. Das ganze l?uft glaube ich über Hooks. Wenn ich das richtig verstanden habe, ist das ganze folgenderma?en aufgebaut:Das Custom Widget von Element Pack erweitert das Custom Widget vom Plugin Elementor, da man hier Buttons etc separat anpassen kann.
im Theme selber ist Woocommerce bereits eingebunden
Woocommerce im Theme eingebunden
und das Template für die Widgets bei Woocommerce lautet:
* Archive product template.
*
* @package OceanWP WordPress theme
*/in diesem php Template finde ich dann auch den Befehl, den ich beim Inspector ver?ndert habe, n?mlich:
echo ‘<ul class=”woo-entry-inner clr”>
Ich wei? nicht, ob dir das weiterhilft und ob ich auf dem richtigen Weg bin.
Müsste es nicht m?glich sein, eine zus?tzliche Funktion einzufügen? Vielleicht in functions.php vom Theme?
Den Support vom Theme habe ich noch nicht angeschrieben, weil ich warten wollte, ob diese Infos nicht schon ausreichen.
Liebe Grü?e
Cornelius- This reply was modified 6 years, 3 months ago by grindelo.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Anpassung an Widget 19% MwSt.So siehts übrigens aus
Ich habs mal im Inspector eingefügt. Da l?sst es sich als html recht einfach einfügen. Wenns etwa so aussehen k?nnte, w?re es super
Screenshot bearbeitet mit Inspector
Und wenn dann noch die Kategorien dabei stehen k?nnten, w?re es gro?artig.
Grü?e
Cornelius